Skip to content

Commit 1f629f2

Browse files
Copilotrajbos
andauthored
Add missing friendly display names for 14 tools (#584)
* Initial plan * feat: add missing friendly names for tools Agent-Logs-Url: https://github.com/rajbos/github-copilot-token-usage/sessions/98961645-3402-49ec-9908-31075714bd7e Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
1 parent ec5a82b commit 1f629f2

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

vscode-extension/src/automaticTools.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,14 @@
8787
"copilot_testFailure",
8888

8989
"ask_questions",
90+
"AskUserQuestion",
9091
"copilot_askQuestions",
9192

9293
"switch_agent",
9394
"copilot_switchAgent",
9495

9596
"bash",
97+
"Bash",
9698

9799
"vscode_editFile_internal",
98100
"vscode_fetchWebPage_internal",

vscode-extension/src/toolNames.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
,"mcp_io_github_git_get_commit": "GitHub MCP (Local): Get Commit"
2323
,"mcp_io_github_git_list_commits": "GitHub MCP (Local): List Commits"
2424
,"mcp_io_github_git_list_code_scanning_alerts": "GitHub MCP (Local): List Code Scanning Alerts"
25+
,"mcp_io_github_git_get_repository_tree": "GitHub MCP (Local): Get Repository Tree"
26+
,"mcp_io_github_git_list_tags": "GitHub MCP (Local): List Tags"
27+
,"mcp_io_github_git_search_repositories": "GitHub MCP (Local): Search Repositories"
2528
,"mcp_github_github_assign_copilot_to_issue": "GitHub MCP (Remote): Assign Copilot to Issue"
2629
,"mcp_github_github_issue_read": "GitHub MCP (Remote): Issue Read"
2730
,"mcp_github_github_issue_write": "GitHub MCP (Remote): Issue Write"
@@ -93,6 +96,7 @@
9396
,"execution_subagent": "Execution Subagent"
9497
,"apply_patch": "Apply Patch"
9598
,"ask_questions": "Ask Questions"
99+
,"AskUserQuestion": "Ask User Question"
96100
,"copilot_askQuestions": "Ask Questions"
97101
,"copilot_createAndRunTask": "Create And Run Task"
98102
,"copilot_createDirectory": "Create Directory"
@@ -289,6 +293,7 @@
289293
,"mcp_visuals-mcp_display_image": "Visuals MCP: Display Image"
290294
,"mcp_laravel-boost_tinker": "Laravel Boost MCP: Tinker"
291295
,"bash": "Bash"
296+
,"Bash": "Bash"
292297
,"code_search": "Code Search"
293298
,"detect_memories": "Detect Memories"
294299
,"get_currentfile": "Get Current File"
@@ -326,8 +331,10 @@
326331
,"read_skill": "Read Skill"
327332
,"task": "Task"
328333
,"todowrite": "Todo Write"
334+
,"TodoWrite": "Todo Write"
329335
,"todos": "Todos"
330336
,"websearch": "Web Search"
337+
,"WebSearch": "Web Search"
331338
,"navigate_page": "Navigate Page"
332339
,"open_browser_page": "Open Browser Page"
333340
,"read_page": "Read Page"
@@ -345,5 +352,12 @@
345352
,"dingDocuments_list_nodes": "Ding Documents: List Nodes"
346353
,"dingDocuments_search_documents": "Ding Documents: Search Documents"
347354
,"fetch_fetch": "Fetch: Fetch"
355+
,"mcp__Claude_in_Chrome__computer": "Claude in Chrome MCP: Computer"
356+
,"mcp__Claude_in_Chrome__navigate": "Claude in Chrome MCP: Navigate"
357+
,"mcp__Claude_in_Chrome__tabs_context_mcp": "Claude in Chrome MCP: Tabs Context"
358+
,"mcp__cowork-onboarding__show_onboarding_role_picker": "Cowork Onboarding MCP: Show Onboarding Role Picker"
359+
,"mcp__plugins__search_plugins": "Plugins MCP: Search Plugins"
360+
,"mcp__plugins__suggest_plugin_install": "Plugins MCP: Suggest Plugin Install"
361+
,"mcp__workspace__web_fetch": "Workspace MCP: Web Fetch"
348362
,"invalid": "Invalid"
349363
}

0 commit comments

Comments
 (0)