agent-Specialization/core
JOJO 2198e40c49 feat(review): 对话回顾新增纯净对话模式(默认),修复 /new 页面无法生成
- build_review_lines 新增 content_mode:dialogue(默认推荐,仅保留有实际内容的 user/assistant)/ full(原完整行为,含工具调用与结果)
- conversation_review 工具与 review_preview/review 两个手动 API 均支持 content_mode,落盘 md 文件首行加模式标注
- 回顾弹窗新增「完整记录」切换按钮,预览实时跟随模式刷新
- 修复 /new 页面无法生成回顾:移除活跃对话硬拦截,发送给模型时改走正常发送入口自动创建对话

Co-authored-by: Astrion powered by Kimi-K3 <astrion-agent@users.noreply.github.com>
2026-09-14 13:39:17 +08:00
..
main_terminal_parts feat(review): 对话回顾新增纯净对话模式(默认),修复 /new 页面无法生成 2026-09-14 13:39:17 +08:00
main_terminal.py feat(execution-plane): Execution Contract 与替身执行器(改造第 4 步) 2026-09-07 23:00:31 +08:00
tool_config.py refactor(tools): remove zombie close_sub_agent tool 2026-09-10 13:41:12 +08:00
tool_loading.py feat(tools): 工具动态加载——低频工具按需注入,对话文件快照为准 2026-09-10 17:07:15 +08:00
web_terminal.py refactor(server,web): remove Socket.IO entirely, unify on REST polling 2026-09-11 17:28:47 +08:00