Skip to content

Commit f61fefa

Browse files
committed
feat(ai-chat): allow renamed Agent subagent dispatcher tool
Pair with the phoenix-pro Agent icon mapping. Keep Task in the list for backwards compatibility with older sessions / SDKs.
1 parent 4534594 commit f61fefa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-node/claude-code-agent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ async function _runQuery(requestId, prompt, projectPath, model, signal, locale,
824824
},
825825
allowedTools: [
826826
"Read", "Edit", "Write", "Glob", "Grep", "Bash",
827-
"AskUserQuestion", "Task",
827+
"AskUserQuestion", "Task", "Agent",
828828
"TodoRead", "TodoWrite",
829829
"TaskCreate", "TaskUpdate", "TaskList", "TaskGet",
830830
"WebFetch", "WebSearch",

0 commit comments

Comments
 (0)