refactor(core): 重命名 agent_output 为 task_output

- 删除 agent_output.ts,新增 task_output.ts
- 更新工具导出、注册和描述映射
- 更新 build/plan agent 预设的工具列表
- 更新 task 工具中的相关引用
This commit is contained in:
2025-12-17 14:15:49 +08:00
parent 78551d68f3
commit f55bd8f526
10 changed files with 29 additions and 161 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const TOOL_CATEGORY_MAP: Record<string, string> = {
exit_plan_mode: 'plan',
// task
task: 'task',
agent_output: 'task',
task_output: 'task',
// checkpoint
checkpoint_create: 'checkpoint',
checkpoint_list: 'checkpoint',