春河晴
c9bfedddd2
i18n: localize prompt templates with crowdin
2026-03-13 00:09:08 +09:00
晴猫
68f0ac3803
Update Crowdin configuration file
2026-03-13 00:04:53 +09:00
DrSmoothl
688b53ee24
feat: 增强插件管理和连接稳定性,添加会话令牌重置和组件清理功能
2026-03-12 22:51:14 +08:00
DrSmoothl
793dee08d4
feat: 添加日志过滤功能,仅转发插件相关日志,忽略第三方库日志
2026-03-12 22:03:43 +08:00
DrSmoothl
b17948a495
feat: 添加 Runner 日志桥,支持将 Runner 进程日志通过 IPC 批量发送到主进程
2026-03-12 21:45:58 +08:00
DrSmoothl
d0b56abdab
feat: 增强插件能力检查,支持 generation 校验并添加清理功能
2026-03-12 21:22:23 +08:00
DrSmoothl
df39fa7584
修改旧的DatabaseMessages引用
2026-03-12 20:12:05 +08:00
SengokuCola
16f115bfac
refactor: 移除无用文件
2026-03-12 19:50:32 +08:00
UnCLAS-Prommer
021463b9f9
refactor: 重构心流聊天模块,简化频率控制; 删除 frequency_control.py 和 hfc_utils_old.py 旧文件; 新增 heartflow_manager.py 统一管理心流聊天; 将 HeartFChatting.adjust_talk_frequency 改为同步方法; 更新消息处理器使用新的 heartflow_manager;
2026-03-12 19:50:32 +08:00
UnCLAS-Prommer
e303fbeb6b
将所有必要内容完全迁移后删除原文件
2026-03-12 19:50:32 +08:00
UnCLAS-Prommer
71a288983f
Agent.md补强
2026-03-12 19:50:32 +08:00
UnCLAS-Prommer
ff4de39c8b
expressionLearner重构
2026-03-12 19:50:32 +08:00
UnCLAS-Prommer
f17b85c1bd
移除chat_message_builder
2026-03-12 19:50:32 +08:00
春河晴
d01abd893d
update dummy crowdin.yml
2026-03-12 17:32:10 +09:00
春河晴
f4cf0f35d5
Merge remote-tracking branch 'origin/r-dev' into r-dev
2026-03-12 17:24:44 +09:00
春河晴
27d334df08
i18n: wire startup and config messages
2026-03-12 17:24:37 +09:00
春河晴
c470fdfd1e
i18n: crowdin integration
2026-03-12 17:23:17 +09:00
晴猫
d0555f545b
Merge pull request #1527 from Mai-with-u/quick-alog-for-macOS
...
fix: adjust quick-algo installation hints for macOS
2026-03-12 17:15:26 +09:00
SengokuCola
33c5cb57ad
fix:修复maisaka调用Prompt的问题
2026-03-12 00:24:38 +08:00
SengokuCola
664f900f43
ref:让MaiSaka使用麦麦原有的pompt系统,配置系统
2026-03-11 21:25:35 +08:00
SengokuCola
6c32d17e21
feat:加入MaiSaKa(MaiBaKa?(MaiZako?))
2026-03-11 21:07:58 +08:00
SengokuCola
8f13c4804b
remove:移除表达反思功能
2026-03-11 20:52:54 +08:00
UnCLAS-Prommer
8b9cda4296
Final Commit Before Rdev
2026-03-11 20:18:30 +08:00
UnCLAS-Prommer
e1e296491c
TODO 标记
2026-03-11 20:18:30 +08:00
UnCLAS-Prommer
9fbb733e0a
MessageUtils更新
2026-03-11 20:18:30 +08:00
UnCLAS-Prommer
9e2afaf6bc
TempUpdate
2026-03-11 20:18:30 +08:00
UnCLAS-Prommer
46cb0278d7
HFC基本重构框架和TODO
2026-03-11 20:18:30 +08:00
SengokuCola
045bd5e183
remove:移除传统记忆模式,默认开启lpmm模式
2026-03-11 18:20:34 +08:00
SengokuCola
788de70450
remove:移除做梦功能
2026-03-11 14:49:37 +08:00
DrSmoothl
69219e36f7
Refactor protocol and transport modules to use type hints for improved clarity and consistency
...
- Updated Codec class to use abstract methods for encoding and decoding envelopes.
- Changed Envelope class to use Dict and Optional for payload and error fields.
- Refined error handling in RPCError class with Optional type hints for details.
- Enhanced manifest validation logic with type hints for better type safety.
- Improved plugin loading mechanism with consistent type annotations.
- Updated RPCClient to utilize Optional for codec and connection attributes.
- Refactored transport classes to use Optional for server attributes and socket paths.
2026-03-11 00:07:13 +08:00
DrSmoothl
7f1e79ea28
feat: 添加旧版插件兼容性支持,确保旧版插件能够正常加载
2026-03-10 13:48:24 +08:00
UnCLAS-Prommer
e437468444
final commit
2026-03-10 13:48:24 +08:00
UnCLAS-Prommer
aaf1c9ed40
更严厉测试
2026-03-10 13:48:24 +08:00
UnCLAS-Prommer
cd81f943e3
炸掉
2026-03-10 13:45:57 +08:00
UnCLAS-Prommer
3ea14a85c3
测试简化
2026-03-09 15:08:42 +08:00
DrSmoothl
dfa944b368
feat: 添加 _ready_event 以确保文件监视器在启动时准备就绪,优化监控逻辑
2026-03-09 15:04:58 +08:00
DrSmoothl
7e2ab0d71d
feat(test): 移除 FileWatcher 中的 force_polling 参数,并添加等待时间以确保 watcher 建立基线
2026-03-09 14:57:59 +08:00
DrSmoothl
426cbc6190
feat(test): 在 FileWatcher 中添加 force_polling 参数以增强文件监控功能
2026-03-09 14:42:03 +08:00
DrSmoothl
5b7945ac7b
feat: 添加 _wait_for 辅助函数以优化测试中的等待逻辑,调整 FileWatcher 的防抖设置
2026-03-09 14:35:54 +08:00
UnCLAS-Prommer
fbf946b352
更严厉测试
2026-03-08 17:26:51 +08:00
DrSmoothl
d0840db2a5
refactor: remove RuleEditor, RuleList, RulePreview, TimeRangePicker, and VoiceSection components
...
- Deleted RuleEditor.tsx, RuleList.tsx, RulePreview.tsx, TimeRangePicker.tsx, and VoiceSection.tsx as part of a cleanup.
- Updated index.ts to remove imports related to deleted components.
- Modified types.ts and model.tsx to accommodate changes in task configuration structure.
- Introduced new types for TargetItem and LearningItem to enhance type safety.
- Refactored ModelTaskConfig to be dynamic based on backend schema.
- Updated ModelProviderConfigPage to unwrap backend config response for better handling.
2026-03-08 00:12:10 +08:00
DrSmoothl
186073f13b
feat: 添加递归转换函数以处理 TOML 文档,优化配置数据验证
2026-03-07 23:24:07 +08:00
DrSmoothl
b056ad2c34
feat: 添加动态 Tab 分组支持,优化配置界面 UI 元数据
2026-03-07 23:13:04 +08:00
DrSmoothl
d3a4e3f3e7
feat: 优先读取插件的 config_schema.json,提供富 UI 元数据支持
2026-03-07 22:31:44 +08:00
DrSmoothl
0451a7fef4
优化认证检查逻辑,确保加载状态显示在正确位置;更新配置验证逻辑,使用深拷贝确保数据完整性
2026-03-07 21:52:23 +08:00
DrSmoothl
2e4be9bd77
为 WebUI 首页支持 i18n
2026-03-07 21:32:09 +08:00
DrSmoothl
4565bd94b4
修复统计数据 API 中的数据库查询方法,优化性能和准确性
2026-03-07 21:18:36 +08:00
DrSmoothl
fe5cab9c41
修复 webui 明暗切换问题
2026-03-07 20:59:18 +08:00
DrSmoothl
3bbd812bc1
feat: 新增消息转发和混合发送能力,扩展数据库操作能力
2026-03-07 20:17:17 +08:00
DrSmoothl
ce8d8dfd0a
重构整个插件系统,尝试恢复可启动性,新增插件系统maibot-plugin-sdk依赖
2026-03-07 19:40:51 +08:00