Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions vscode-extension/src/automaticTools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"read_file",
"copilot_readFile",
"read",
"Read",
"view",
"view_image",
"copilot_viewImage",
Expand Down
7 changes: 7 additions & 0 deletions vscode-extension/src/toolNames.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
,"grep": "Grep"
,"kill_terminal": "Kill Terminal"
,"read": "Read"
,"Read": "Read"
,"view": "View"
,"vscode_editFile_internal": "VSCode Edit File (Internal)"
,"vscode_fetchWebPage_internal": "VSCode Fetch Web Page (Internal)"
Expand All @@ -326,7 +327,9 @@
,"nuget_get-nuget-solver": "NuGet: Get NuGet Solver"
,"webfetch": "Web Fetch"
,"write": "Write"
,"Write": "Write"
,"edit": "Edit"
,"Edit": "Edit"
,"multiedit": "Multi Edit"
,"question": "Question"
,"skill": "Skill"
Expand Down Expand Up @@ -359,9 +362,13 @@
,"mcp__Claude_in_Chrome__computer": "Claude in Chrome MCP: Computer"
,"mcp__Claude_in_Chrome__navigate": "Claude in Chrome MCP: Navigate"
,"mcp__Claude_in_Chrome__tabs_context_mcp": "Claude in Chrome MCP: Tabs Context"
,"mcp__cowork__allow_cowork_file_delete": "Cowork MCP: Allow Cowork File Delete"
,"mcp__cowork__present_files": "Cowork MCP: Present Files"
,"mcp__cowork__request_cowork_directory": "Cowork MCP: Request Cowork Directory"
,"mcp__cowork-onboarding__show_onboarding_role_picker": "Cowork Onboarding MCP: Show Onboarding Role Picker"
,"mcp__plugins__search_plugins": "Plugins MCP: Search Plugins"
,"mcp__plugins__suggest_plugin_install": "Plugins MCP: Suggest Plugin Install"
,"mcp__workspace__bash": "Workspace MCP: Bash"
,"mcp__workspace__web_fetch": "Workspace MCP: Web Fetch"
,"invalid": "Invalid"
}
Loading