From cc585ac6dfaacf8d314df92d653b7259cd2e24ed Mon Sep 17 00:00:00 2001 From: abose Date: Wed, 20 May 2026 14:11:42 +0530 Subject: [PATCH 1/3] 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. --- src-node/claude-code-agent.js | 1 + src/nls/root/strings.js | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src-node/claude-code-agent.js b/src-node/claude-code-agent.js index 410e86e05d..4d2350f513 100644 --- a/src-node/claude-code-agent.js +++ b/src-node/claude-code-agent.js @@ -826,6 +826,7 @@ async function _runQuery(requestId, prompt, projectPath, model, signal, locale, "Read", "Edit", "Write", "Glob", "Grep", "Bash", "AskUserQuestion", "Task", "TodoRead", "TodoWrite", + "TaskCreate", "TaskUpdate", "TaskList", "TaskGet", "WebFetch", "WebSearch", "EnterPlanMode", "ExitPlanMode", "mcp__phoenix-editor__getEditorState", diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index 128aebe561..c6f8ea7d8a 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -2238,6 +2238,8 @@ define({ "AI_CHAT_TOOL_CONTROL_EDITOR": "Editor", "AI_CHAT_TOOL_TASKS": "Tasks", "AI_CHAT_TOOL_TASKS_SUMMARY": "{0} of {1} tasks done", + "AI_CHAT_TOOL_WEB_FETCH": "Fetch web page", + "AI_CHAT_TOOL_WEB_SEARCH": "Web search", "AI_CHAT_TOOL_SEARCHED": "Searched: {0}", "AI_CHAT_TOOL_GREP": "Grep: {0}", "AI_CHAT_TOOL_READ_FILE": "Read {0}", From 20b03cfaabaef597130f41916c1d9daf97f35189 Mon Sep 17 00:00:00 2001 From: abose Date: Wed, 20 May 2026 15:12:15 +0530 Subject: [PATCH 2/3] chore: update pro deps --- tracking-repos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracking-repos.json b/tracking-repos.json index 9c413d2bfc..66b64dac97 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "9aeb82c0b1cac6394f58d82c390f2ec92317fce9" + "commitID": "b67c50e77381f1143bd25744f8bc9f0bba8c22c2" } } From 341ee480c831736eb8cbf1d6fb058ef6e8130cc8 Mon Sep 17 00:00:00 2001 From: abose Date: Wed, 20 May 2026 15:52:05 +0530 Subject: [PATCH 3/3] chore: update pro deps --- tracking-repos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracking-repos.json b/tracking-repos.json index 66b64dac97..2ad56dbe5e 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "b67c50e77381f1143bd25744f8bc9f0bba8c22c2" + "commitID": "21edc7c2963b6b73076dfa7b362a76ae71db7879" } }