Commit Graph

187 Commits

Author SHA1 Message Date
SengokuCola
5a71aae1d5 Merge pull request #1560 from Anderwer/fix/gemini-provider-test-auth-rdev
fix: 修复 WebUI 测试 Gemini 提供商连接时错误使用 Bearer 导致 API Key 被误判无效
2026-05-09 02:32:14 +08:00
SengokuCola
7c5c614e3e fix:正确识别已安装插件,并且修复无法更新和卸载自行安装插件的bug 2026-05-08 16:31:00 +08:00
SengokuCola
fb3f4c28ef feat:实际应用自定义prompt,修复docker同级目录问题 2026-05-08 13:07:07 +08:00
SengokuCola
7bdbdec157 feat;私聊回滚wait,添加记忆总结模型配置 2026-05-08 02:21:27 +08:00
SengokuCola
9584f13f16 fix:修复麦麦观察的一些不一致问题(混乱!? 2026-05-07 21:49:25 +08:00
SengokuCola
827cdbd441 perf:优化麦麦观察体验,优化推理检索体验 2026-05-07 20:15:14 +08:00
DawnARC
adda11738e fix: 修复人物画像混入聊天摘要与机器人输出事实的问题 2026-05-07 18:10:18 +08:00
SengokuCola
b6808d4b73 fix:优化聊天流信息的展示和检索,优化chat_prompt无效的问题,优化部分群定义问题 2026-05-07 18:06:55 +08:00
SengokuCola
2b327a31d3 feat:合并no_reply和wait 2026-05-07 16:48:44 +08:00
SengokuCola
57100797a5 feat:支持用户自定义prompt 2026-05-07 00:45:58 +08:00
SengokuCola
8edf13df14 Merge branch 'dev' of https://github.com/Mai-with-u/MaiBot into dev 2026-05-07 00:05:39 +08:00
SengokuCola
5846f6e0c4 perf:优化webui交互体验,优化统计逻辑,优化log展示 2026-05-07 00:05:35 +08:00
DawnARC
d01c7276a8 fix:修复错误进度展示的问题 2026-05-06 23:05:44 +08:00
DawnARC
9acf03d24b fix(A_memorix):标准化导入数据并修复进度显示
为导入/LLM输出增加健壮的标准化与验证机制,修复进度计算逻辑,并改进UI摘要展示
2026-05-06 22:41:35 +08:00
DawnARC
aa9b437ad5 merge: 同步上游 dev 最新内容 2026-05-06 00:53:11 +08:00
SengokuCola
16de259955 perf:优化webui配置展示,优化log显示,修复表达审核 2026-05-05 18:34:20 +08:00
SengokuCola
424287387a Merge branch 'dev' of https://github.com/Mai-with-u/MaiBot into dev 2026-05-05 17:57:23 +08:00
SengokuCola
a5e4ac8531 pref:优化webui界面,增加prompt模板元信息 2026-05-05 17:57:19 +08:00
SengokuCola
41a2941518 Merge pull request #1637 from Maple127667/codex/fix-empty-tool-arguments
fix: 修复工具空参数解析失败,并规范化模型标识符
2026-05-05 16:43:57 +08:00
SengokuCola
0d43d3ec05 feat:webui默认infoLog,移除display_message字段 2026-05-05 16:39:35 +08:00
Maple_枫溪
9e944f7f85 fix: accept blank tool call arguments
Treat blank OpenAI-compatible tool call arguments as an empty dict so parameterless tools such as finish can execute with providers that return an empty string. Also trim model identifiers during config normalization to avoid leading whitespace leaking into requests and snapshots.
2026-05-05 05:06:26 +08:00
DawnARC
ce81e31644 merge: 同步上游 dev 并增强人物画像查询 2026-05-04 23:00:39 +08:00
SengokuCola
f57fc1ff80 fear:持续获取maisak监控(壳开关 2026-05-04 18:19:01 +08:00
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