feat(agents): add explicit tools list to planApply agent
This commit is contained in:
parent
02d046a61e
commit
0c3b7e1cb2
|
|
@ -123,10 +123,17 @@ export const PLAN_APPLY_AGENT: BuiltInAgentDefinition = {
|
||||||
EXIT_PLAN_MODE_TOOL_NAME,
|
EXIT_PLAN_MODE_TOOL_NAME,
|
||||||
NOTEBOOK_EDIT_TOOL_NAME,
|
NOTEBOOK_EDIT_TOOL_NAME,
|
||||||
],
|
],
|
||||||
|
tools:[
|
||||||
|
"AskUserQuestion",
|
||||||
|
"Agent",
|
||||||
|
"Read",
|
||||||
|
"Write",
|
||||||
|
"Edit",
|
||||||
|
"TodoWrite",
|
||||||
|
],
|
||||||
source: 'built-in',
|
source: 'built-in',
|
||||||
baseDir: 'built-in',
|
baseDir: 'built-in',
|
||||||
model: 'inherit',
|
model: 'inherit',
|
||||||
omitClaudeMd: false,
|
omitClaudeMd: false,
|
||||||
isolation: 'worktree',
|
|
||||||
getSystemPrompt: () => getPlanApplySystemPrompt(),
|
getSystemPrompt: () => getPlanApplySystemPrompt(),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user