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}", diff --git a/tracking-repos.json b/tracking-repos.json index 9c413d2bfc..2ad56dbe5e 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "9aeb82c0b1cac6394f58d82c390f2ec92317fce9" + "commitID": "21edc7c2963b6b73076dfa7b362a76ae71db7879" } }