feat(core): build/plan agent 添加完整的 plan 模式工具
This commit is contained in:
@@ -200,6 +200,7 @@ export const buildAgent: Omit<AgentInfo, 'name'> = {
|
|||||||
// ============ Plan 模式工具 ============
|
// ============ Plan 模式工具 ============
|
||||||
'ask_user_question',
|
'ask_user_question',
|
||||||
'enter_plan_mode',
|
'enter_plan_mode',
|
||||||
|
'exit_plan_mode',
|
||||||
|
|
||||||
// ============ Skill 工具 ============
|
// ============ Skill 工具 ============
|
||||||
'skill',
|
'skill',
|
||||||
|
|||||||
@@ -111,6 +111,7 @@ export const planAgent: Omit<AgentInfo, 'name'> = {
|
|||||||
'todowrite',
|
'todowrite',
|
||||||
// Plan 模式工具
|
// Plan 模式工具
|
||||||
'ask_user_question',
|
'ask_user_question',
|
||||||
|
'enter_plan_mode',
|
||||||
'exit_plan_mode',
|
'exit_plan_mode',
|
||||||
// 代码分析
|
// 代码分析
|
||||||
'repo_map',
|
'repo_map',
|
||||||
|
|||||||
Reference in New Issue
Block a user