Skip to content

Commit bab207c

Browse files
committed
feat(ai-chat): allow new TaskCreate/TaskUpdate/TaskList/TaskGet tools
Pair with the phoenix-pro aggregator that renders these as a single task-list card. Also adds AI_CHAT_TOOL_WEB_FETCH/WEB_SEARCH strings for the previously-missing WebFetch/WebSearch indicator labels.
1 parent c91b244 commit bab207c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src-node/claude-code-agent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,7 @@ async function _runQuery(requestId, prompt, projectPath, model, signal, locale,
826826
"Read", "Edit", "Write", "Glob", "Grep", "Bash",
827827
"AskUserQuestion", "Task",
828828
"TodoRead", "TodoWrite",
829+
"TaskCreate", "TaskUpdate", "TaskList", "TaskGet",
829830
"WebFetch", "WebSearch",
830831
"EnterPlanMode", "ExitPlanMode",
831832
"mcp__phoenix-editor__getEditorState",

src/nls/root/strings.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,6 +2238,8 @@ define({
22382238
"AI_CHAT_TOOL_CONTROL_EDITOR": "Editor",
22392239
"AI_CHAT_TOOL_TASKS": "Tasks",
22402240
"AI_CHAT_TOOL_TASKS_SUMMARY": "{0} of {1} tasks done",
2241+
"AI_CHAT_TOOL_WEB_FETCH": "Fetch web page",
2242+
"AI_CHAT_TOOL_WEB_SEARCH": "Web search",
22412243
"AI_CHAT_TOOL_SEARCHED": "Searched: {0}",
22422244
"AI_CHAT_TOOL_GREP": "Grep: {0}",
22432245
"AI_CHAT_TOOL_READ_FILE": "Read {0}",

0 commit comments

Comments
 (0)