|
|
a86781e126
|
feat(tools): tighten edit_file replace rules and feedback
|
2026-05-06 16:53:50 +08:00 |
|
|
|
6aba89ae9b
|
feat(edit-file): add replace_all for precise or global replacement
|
2026-05-03 15:46:16 +08:00 |
|
|
|
83e037c526
|
fix: keep intent out of mcp tool arguments
|
2026-04-27 14:53:39 +08:00 |
|
|
|
3c1773dc01
|
fix(mcp): split categories by server and preserve toggle states
|
2026-04-27 01:42:40 +08:00 |
|
|
|
ed5315eef6
|
feat: add MCP management and host-only runtime policy
|
2026-04-26 23:49:04 +08:00 |
|
|
|
d541d9bd30
|
fix: extend run_command foreground timeout limit to 120s
|
2026-04-25 16:34:56 +08:00 |
|
|
|
8991ed5084
|
feat: add read_skill tool and frontend read-skill rendering
|
2026-04-19 16:57:02 +08:00 |
|
|
|
9891f68aca
|
fix: update run_command limits and planning guidance
|
2026-04-14 14:12:11 +08:00 |
|
|
|
916f68e8e9
|
feat: 添加智能体交流风格选项
- 将"模型行为"标签改为"智能体行为"
- 新增"智能体交流风格"二选一选项(默认/拟人)
- 拟人风格会注入human_like_style.txt提示词
- manage_personalization工具支持communication_style字段
- 添加user-pen.svg图标用于个性化工具和分类
|
2026-04-14 01:47:06 +08:00 |
|
|
|
13400f62d5
|
feat: add manage_personalization tool and fix personalization sync
|
2026-04-13 20:22:06 +08:00 |
|
|
|
90233690ad
|
feat: add json-based extensible model registry and dynamic model UI
|
2026-04-09 20:56:54 +08:00 |
|
|
|
a04eca3aab
|
fix: unify background run_command notifications with sub-agent flow
|
2026-04-08 16:13:40 +08:00 |
|
|
|
cb92517cf5
|
fix: update app icon asset and zh-cn time format
|
2026-04-06 03:11:55 +08:00 |
|
|
|
5ab3acef9c
|
feat: 添加 terminal-guide 和 sub-agent-guide skills
- 新增 terminal-guide skill: 持久化终端使用指南
- 新增 sub-agent-guide skill: 子智能体使用指南
- 优化终端工具定义和执行逻辑
- 更新系统提示词以引用新 skills
- 添加 utils/__init__.py 模块初始化文件
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-03-16 21:17:02 +08:00 |
|
|
|
f09621fd86
|
feat: 为子智能体添加思考模式参数
- 新增 thinking_mode 参数(fast/thinking),支持根据任务复杂度选择模式
- 优化子智能体工具说明,提供详细的使用场景示例
- 增强子智能体状态展示,添加统计信息摘要
- 完善交付目录验证,要求必须为不存在的新目录
- 优化子智能体完成/超时/失败的消息格式
- 同步更新前端和批处理相关代码
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-03-11 03:34:20 +08:00 |
|
|
|
b68dee9d98
|
chore: snapshot current changes
|
2026-03-10 23:48:40 +08:00 |
|
|
|
43409c523e
|
fix: 移除错误的对话切换跳转逻辑并修复工具执行返回值问题
主要修复:
1. 移除前端"取消跳转到正在运行的对话"的错误逻辑
- 删除 switchConversation 中的任务检查和确认提示
- 删除 createNewConversation 中的跳转回运行对话逻辑
- 删除 loadConversation 中对未定义变量 hasActiveTask 的引用
2. 修复后端工具执行返回值问题
- 修复 execute_tool_calls 在用户停止时返回 None 的 bug
- 确保所有返回路径都返回包含 stopped 和 last_tool_call_time 的字典
3. 其他改进
- 添加代码复制功能 (handleCopyCodeClick)
- 移除 FocusPanel 相关代码
- 更新个性化配置 (enhanced_tool_display)
- 样式和主题优化
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-03-08 17:42:07 +08:00 |
|
|
|
63e367a996
|
refactor: further split runner and tools mixins
|
2026-03-07 20:25:58 +08:00 |
|