agent-Specialization/core/main_terminal_parts
JOJO f09621fd86 feat: 为子智能体添加思考模式参数
- 新增 thinking_mode 参数(fast/thinking),支持根据任务复杂度选择模式
- 优化子智能体工具说明,提供详细的使用场景示例
- 增强子智能体状态展示,添加统计信息摘要
- 完善交付目录验证,要求必须为不存在的新目录
- 优化子智能体完成/超时/失败的消息格式
- 同步更新前端和批处理相关代码

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-11 03:34:20 +08:00
..
__init__.py refactor: further split runner and tools mixins 2026-03-07 20:25:58 +08:00
commands.py refactor: split terminal and server chat flow modules 2026-03-07 18:38:30 +08:00
context.py refactor: split terminal and server chat flow modules 2026-03-07 18:38:30 +08:00
tools_definition.py feat: 为子智能体添加思考模式参数 2026-03-11 03:34:20 +08:00
tools_execution.py feat: 为子智能体添加思考模式参数 2026-03-11 03:34:20 +08:00
tools_policy.py refactor: further split runner and tools mixins 2026-03-07 20:25:58 +08:00
tools_read.py fix: review filename sanitize and tool output 2026-03-08 00:03:28 +08:00
tools.py refactor: further split runner and tools mixins 2026-03-07 20:25:58 +08:00