Dev#1694
Merged
Merged
Conversation
feat(A_memorix):更加优化的人物画像迭代机制
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (137)
Walkthrough新增插件统计代理与前端缓存/摘要映射;引入表达方式AI审核日志全链路;人物画像结构化与注入;运行时与工具可见性、媒体/消息处理、历史优化、主动触发与能力注册;数据库统计聚合与迁移;移除WebUI版本检测并线程化WebUI;广泛UI与配置更新。 ChangesMaisaka 运行时与工具链升级
表达方式AI审核日志:存储、接口与前端
插件市场与统计:代理、缓存与前端集成
人物画像结构化与注入
推理过程浏览增强
统计聚合与数据库迁移
WebUI 线程化与版本检测移除
插件管理更新流程优化
MCP设置与可选依赖兼容
Dashboard与配置杂项更新
Sequence Diagram(s)(不满足全部条件,已省略) Estimated code review effort🎯 5 (Critical) | ⏱️ ~120 minutes Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
加上内存问题修复,并放在更靠前的位置:
Maisaka 新增主动唤醒聊天和新建聊天能力,插件可触发麦麦主动参与指定聊天流或创建新的聊天。
统计系统修复大数据量下的内存溢出问题,并改为聚合服务降低统计时的内存占用。
Maisaka 新增内置图片发送动作,可把上下文消息或工具返回结果中的图片重新发送到聊天中。
表达方式选择升级为精细选择模式,会根据当前语境从候选表达中挑选更合适的表达。
表达学习新增 AI 审核日志与人工恢复能力,WebUI 可查看拒绝原因并救回被误拒的表达方式。
插件新增文本嵌入能力,可调用宿主 embedding 模型生成单条或批量向量。
插件可声明核心工具能力,宿主工具检索和调用更灵活。
Maisaka 上下文优化增强,可裁切部分 assistant 历史并折叠工具记录,降低 token 消耗。
Maisaka 新增合并版 timing prompt,可将节奏判断合入 Planner,减少独立阶段开销。
Maisaka 多模态消息展示优化,图片和工具返回媒体会更稳定地保留在上下文中。
消息图片支持持久化保存,历史消息中的图片更不容易丢失。
A_memorix 人物画像迭代机制优化,画像更新更稳定、内容组织更清晰。
WebUI 推理过程页面优化,阶段、工具调用和 prompt 记录展示更清晰。
WebUI 插件统计功能恢复,可重新查看插件运行与调用统计。
WebUI 插件市场和插件详情页优化,安装状态、市场信息和运行状态展示更清晰。
WebUI 更新流程优化,更新 Dashboard 时会保留用户插件文件。
WebUI 不再自动更新 Dashboard,避免启动时意外改动前端资源。
WebUI MCP 设置页修复服务名称输入框失焦问题。
WebUI 默认配色调整,整体视觉更统一。
新增聊天速度配置,可调整模拟打字等待时间。
工具群权限判断修复,工具在群聊中的可用性控制更准确。
工具媒体结果提示规范化,模型和用户看到的工具结果说明更一致。
MCP 连接兼容性增强,相关导入和连接流程更稳定。
依赖版本更新并固定 maim-message 版本,降低环境差异导致的问题。
Summary by CodeRabbit
发布说明
新功能
优化改进