SengokuCola
120acb835f
fix:优化图片识别,优化webui配置和排版,优化聊天流监控,新增mcp显示,新增prompt修改面板,优化插件状态显示,优化长期记忆控制台,
2026-05-04 18:19:00 +08:00
SengokuCola
75e9453495
feat:优化webui多个页面的人机交互,修复插件地址问题,放宽插件id限制,增加高级页面缩进,统计页面快捷按钮,优化新手引导
2026-05-04 12:46:55 +08:00
SengokuCola
75665a4d38
Merge branch 'dev' of https://github.com/Mai-with-u/MaiBot into dev
2026-05-03 20:29:07 +08:00
SengokuCola
041ff63fba
feat:支持高级配置
2026-05-03 20:28:30 +08:00
DawnARC
ee6737cd8b
fix:修改必要的测试文件的检查位置
2026-05-03 20:17:35 +08:00
SengokuCola
6c21f57d8d
fix:timing gate 裁切过度
2026-05-02 16:04:10 +08:00
SengokuCola
f9328840d0
fix:提及必回越过频率控制
2026-05-02 14:40:54 +08:00
SengokuCola
500d5c11b3
fix:timinggate非法工具会重试
2026-04-29 17:46:29 +08:00
DrSmoothl
742e21a727
feat: Add LLM Provider support in plugin runtime
...
- Introduced LLM Provider declarations in plugin manifests, allowing plugins to specify their LLM capabilities.
- Implemented validation for LLM Provider declarations to prevent duplicates and conflicts.
- Enhanced the PluginRunner to handle LLM Provider invocation requests, enabling plugins to interact with LLM Providers seamlessly.
- Added a ClientRegistry to manage LLM Provider registrations and ensure no conflicts arise between different plugins.
- Created a PluginLLMClient to facilitate communication with LLM Providers through the plugin runtime.
- Developed tests to ensure proper registration and conflict handling of LLM Providers.
2026-04-27 16:49:44 +08:00
DrSmoothl
1fe9dc8786
feat: 更新 ConfigManager 初始化,支持配置自动升级并添加相应测试
2026-04-27 13:17:51 +08:00
SengokuCola
d32be4741a
feat:新增按顺序选择 fix:修复timing gate意外tool问题
2026-04-27 10:53:13 +08:00
Soulter
45cd00e343
fix(llm): support reasoning field for OpenRouter and Groq
...
fixes : #1600
2026-04-26 22:45:37 +08:00
SengokuCola
7719353984
feat:精简表达选择,优化replyer表现,优化缓存命中率
2026-04-24 21:27:45 +08:00
SengokuCola
35ff91d134
feat:可开启原生at功能
2026-04-23 15:56:27 +08:00
SengokuCola
066c8baf84
feat:修复部分模型请求问题(v4l)
2026-04-22 23:36:39 +08:00
SengokuCola
e9da641dbb
feat:进一步修改,支持黑白名单(黑名单优先级更高)
2026-04-22 00:30:45 +08:00
SengokuCola
f1563ede65
feat:修复门控多重result问题,新增at动作,插件现在运行chat_id指定或chat_type指定
2026-04-22 00:11:14 +08:00
SengokuCola
363c0a77b7
feat:visual style从配置中移除,改为prompt模板内容
2026-04-21 18:26:54 +08:00
SengokuCola
54d3f156d4
feat:表达方式可简化
2026-04-21 11:17:40 +08:00
SengokuCola
d2f90635fa
fix:修复配置文件迁移失败问题
2026-04-19 20:10:56 +08:00
SengokuCola
b067df9e60
fix:ruff
2026-04-18 00:19:28 +08:00
DawnARC
46a9b817e7
fix:仅使用包内WebUI静态资源
...
暂时注释本地dashboard/dist回退逻辑,并同步调整WebUI静态路径解析测试,确保仅从maibot_dashboard包加载前端资源。
2026-04-17 08:35:21 +08:00
DawnARC
765f332e2e
fix:A_Memorix 缺失总结模型配置导致导入异常
...
修复默认值与迁移补写逻辑,并补充回归测试覆盖缺失与旧格式场景。
2026-04-16 21:47:28 +08:00
A-Dawn
6bfccf90a3
fix:收敛A_Memorix最小回归修复
...
最小修复聊天摘要写回游标恢复、摘要元数据透传、webui反馈参数解析、embedding批次缓存索引、图存储清理与配置默认值回归,并补齐针对性回归测试,确保问题解决且不影响现有逻辑。
2026-04-16 20:28:54 +08:00
A-Dawn
322309bef9
fix:恢复旧配置迁移逻辑
...
恢复 planner/replyer 旧字段到新 schema 的迁移逻辑。
补充回归测试,确保旧版 bot 配置仍可正常加载。
2026-04-16 19:23:46 +08:00
A-Dawn
459927e7c0
fix:完善Maisaka记忆写回链路
...
补齐聊天摘要自动写回、发送后同步与图存储清理逻辑,对齐 visual 新配置字段并补充相关回归测试,同时忽略 algorithm_redesign 设计目录。
2026-04-16 19:04:08 +08:00
A-Dawn
7ed5630583
test:修正配置schema断言位置
...
将 query_memory 配置项的 schema 断言对齐到当前 MemoryConfig 的实际挂载位置,避免把既有 UI 分组结构误判为同步回退。
2026-04-16 13:58:12 +08:00
A-Dawn
21b642d07d
feat:同步本地非算法改动到上游基线
...
保留反馈纠错、WebUI 与运行时增强。\n移除不应提交的 algorithm_redesign 设计目录及其专项测试。
2026-04-16 13:57:07 +08:00
A-Dawn
6c22fdfdf9
fix:解决 upstream 合并冲突
...
在临时整合分支中合并 upstream/r-dev
保留人物事实写回与反馈纠错配置
移除已下线的聊天总结配置并同步测试
2026-04-16 10:27:25 +08:00
SengokuCola
4729f5acdb
小改动
2026-04-14 23:53:38 +08:00
SengokuCola
01ba4f55c2
移除不再使用的聊天总结,移除路径显示配置项,修复回复器错判的一个问题
2026-04-13 18:57:50 +08:00
SengokuCola
6db380b10d
fix:修复回复器格式问题,记录完整空回复请求
2026-04-11 21:23:31 +08:00
SengokuCola
d9b3440169
feat:优化对多模态/非多模态replyer的配置
2026-04-11 19:30:23 +08:00
SengokuCola
c0230fc313
feat:统一replyer在是否多模态下的表现,提高一致性和通用性,新增模型visual参数
2026-04-11 16:41:00 +08:00
SengokuCola
fee9341620
feat:提高工具调用成功率,移除冗余的描述中参数介绍,增加索引列表的描述,修改prompt,移除timing的wait打断
2026-04-10 00:45:32 +08:00
SengokuCola
243b8deb43
feat:展示更详细的工具信息,修改wait定义
2026-04-09 19:58:20 +08:00
SengokuCola
4395e3aad7
fix:图片存储问题
2026-04-09 14:32:05 +08:00
SengokuCola
ca8d726d53
fix:允许表达方式全局共享
2026-04-09 12:58:37 +08:00
DrSmoothl
7a42a1cb2a
test
2026-04-08 00:15:34 +08:00
SengokuCola
1a617a151b
fix:修复数据库问题
2026-04-07 21:43:07 +08:00
SengokuCola
4849c29b68
fix:表情包识别失败问题
2026-04-07 21:26:42 +08:00
SengokuCola
f058bc3189
feat:合并timing和plan展示,回复频率控制
2026-04-07 20:26:07 +08:00
SengokuCola
2233ee1af4
feat:给planner最终展示添加统一结果
2026-04-07 18:16:12 +08:00
SengokuCola
6968879a04
feat:修复孤儿工具报错,为replyer等tool添加统一的控制台展示接口
2026-04-07 16:21:42 +08:00
SengokuCola
09bce14664
feat:为失败请求留档并提供重试分析
2026-04-07 15:16:06 +08:00
SengokuCola
3b5baf901a
移除残留的KnowU系统,修复gemini请求的思考签名问题
2026-04-07 15:15:37 +08:00
SengokuCola
18d48e0145
fix:正常获取Bot自身发送的消息id
2026-04-05 13:05:18 +08:00
DrSmoothl
ead90cbdf3
feat: 添加 WebUI 静态资源包提示和相关错误处理逻辑
2026-04-05 12:05:34 +08:00
DrSmoothl
9ca2621d08
test
2026-04-05 00:32:10 +08:00
DrSmoothl
2fb911a8d5
feat: 添加启动绑定地址解析功能,支持从配置文件和环境变量迁移
2026-04-04 20:13:04 +08:00