feat(core): build/plan agent 添加完整的 plan 模式工具

This commit is contained in:
2025-12-17 14:23:14 +08:00
parent 036bdafd1e
commit 72120b72c8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -200,6 +200,7 @@ export const buildAgent: Omit<AgentInfo, 'name'> = {
// ============ Plan 模式工具 ============
'ask_user_question',
'enter_plan_mode',
'exit_plan_mode',
// ============ Skill 工具 ============
'skill',
+1
View File
@@ -111,6 +111,7 @@ export const planAgent: Omit<AgentInfo, 'name'> = {
'todowrite',
// Plan 模式工具
'ask_user_question',
'enter_plan_mode',
'exit_plan_mode',
// 代码分析
'repo_map',