Skip to content

Commit f5e8954

Browse files
authored
Merge pull request #620 from rajbos/copilot/add-friendly-names-for-tools
Add missing friendly names for capitalized tool variants and cowork/workspace MCP tools
2 parents c9f4619 + 6efafe8 commit f5e8954

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

vscode-extension/src/automaticTools.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"read_file",
33
"copilot_readFile",
44
"read",
5+
"Read",
56
"view",
67
"view_image",
78
"copilot_viewImage",

vscode-extension/src/toolNames.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@
314314
,"grep": "Grep"
315315
,"kill_terminal": "Kill Terminal"
316316
,"read": "Read"
317+
,"Read": "Read"
317318
,"view": "View"
318319
,"vscode_editFile_internal": "VSCode Edit File (Internal)"
319320
,"vscode_fetchWebPage_internal": "VSCode Fetch Web Page (Internal)"
@@ -326,7 +327,9 @@
326327
,"nuget_get-nuget-solver": "NuGet: Get NuGet Solver"
327328
,"webfetch": "Web Fetch"
328329
,"write": "Write"
330+
,"Write": "Write"
329331
,"edit": "Edit"
332+
,"Edit": "Edit"
330333
,"multiedit": "Multi Edit"
331334
,"question": "Question"
332335
,"skill": "Skill"
@@ -359,9 +362,13 @@
359362
,"mcp__Claude_in_Chrome__computer": "Claude in Chrome MCP: Computer"
360363
,"mcp__Claude_in_Chrome__navigate": "Claude in Chrome MCP: Navigate"
361364
,"mcp__Claude_in_Chrome__tabs_context_mcp": "Claude in Chrome MCP: Tabs Context"
365+
,"mcp__cowork__allow_cowork_file_delete": "Cowork MCP: Allow Cowork File Delete"
366+
,"mcp__cowork__present_files": "Cowork MCP: Present Files"
367+
,"mcp__cowork__request_cowork_directory": "Cowork MCP: Request Cowork Directory"
362368
,"mcp__cowork-onboarding__show_onboarding_role_picker": "Cowork Onboarding MCP: Show Onboarding Role Picker"
363369
,"mcp__plugins__search_plugins": "Plugins MCP: Search Plugins"
364370
,"mcp__plugins__suggest_plugin_install": "Plugins MCP: Suggest Plugin Install"
371+
,"mcp__workspace__bash": "Workspace MCP: Bash"
365372
,"mcp__workspace__web_fetch": "Workspace MCP: Web Fetch"
366373
,"invalid": "Invalid"
367374
}

0 commit comments

Comments
 (0)