Skip to content

Commit a8759b7

Browse files
Copilotrajbos
andauthored
Add missing friendly names for Agent, Edit, Glob, Grep, Read, Skill, Write, ToolSearch, search_replace, todo, web_fetch, write_file, mcp__mcp-registry__search_mcp_registry
Agent-Logs-Url: https://github.com/rajbos/github-copilot-token-usage/sessions/6d660c63-004b-4906-8dca-f7f798c43721 Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
1 parent 2bb3005 commit a8759b7

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

vscode-extension/src/automaticTools.json

Lines changed: 5 additions & 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",
@@ -21,7 +22,9 @@
2122

2223
"grep_search",
2324
"grep",
25+
"Grep",
2426
"glob",
27+
"Glob",
2528

2629
"semantic_search",
2730
"copilot_searchCodebase",
@@ -66,10 +69,12 @@
6669
"memory",
6770
"copilot_memory",
6871
"detect_memories",
72+
"todo",
6973

7074
"tool_replay",
7175
"copilot_toolReplay",
7276
"tool_search",
77+
"ToolSearch",
7378

7479
"get_task_output",
7580
"get_output_window_logs",

vscode-extension/src/toolNames.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
,"test_search": "Test Search"
188188
,"tool_replay": "Tool Replay"
189189
,"tool_search": "Tool Search"
190+
,"ToolSearch": "Tool Search"
190191
,"vscode_askQuestions": "VSCode Ask Questions"
191192
,"vscode_get_confirmation": "VSCode Get Confirmation"
192193
,"vscode_get_confirmation_with_options": "VSCode Get Confirmation With Options"
@@ -316,16 +317,20 @@
316317
,"claude-code": "Claude Code"
317318
,"copilot-cloud-agent": "Copilot Cloud Agent"
318319
,"agent": "Agent"
320+
,"Agent": "Agent"
319321
,"copilotcli": "Copilot CLI"
320322
,"github.copilot.default": "GitHub Copilot Default"
321323
,"github.copilot.workspace": "GitHub Copilot Workspace"
322324
,"github.copilot.vscode": "GitHub Copilot VSCode"
323325
,"github.copilot-dynamic.platform": "GitHub Copilot Dynamic: Platform"
324326
,"glob": "Glob"
327+
,"Glob": "Glob"
325328
,"file_glob_search": "File Glob Search"
326329
,"grep": "Grep"
330+
,"Grep": "Grep"
327331
,"kill_terminal": "Kill Terminal"
328332
,"read": "Read"
333+
,"Read": "Read"
329334
,"view": "View"
330335
,"vscode_editFile_internal": "VSCode Edit File (Internal)"
331336
,"vscode_fetchWebPage_internal": "VSCode Fetch Web Page (Internal)"
@@ -337,16 +342,23 @@
337342
,"RunCtest_CMakeTools": "CMake Tools: Run CTest"
338343
,"nuget_get-nuget-solver": "NuGet: Get NuGet Solver"
339344
,"webfetch": "Web Fetch"
345+
,"web_fetch": "Web Fetch"
340346
,"write": "Write"
347+
,"Write": "Write"
341348
,"edit": "Edit"
349+
,"Edit": "Edit"
350+
,"search_replace": "Search Replace"
351+
,"write_file": "Write File"
342352
,"multiedit": "Multi Edit"
343353
,"question": "Question"
344354
,"skill": "Skill"
355+
,"Skill": "Skill"
345356
,"read_skill": "Read Skill"
346357
,"task": "Task"
347358
,"todowrite": "Todo Write"
348359
,"TodoWrite": "Todo Write"
349360
,"todos": "Todos"
361+
,"todo": "Todo"
350362
,"websearch": "Web Search"
351363
,"WebSearch": "Web Search"
352364
,"click_element": "Click Element"
@@ -380,5 +392,6 @@
380392
,"mcp__plugins__suggest_plugin_install": "Plugins MCP: Suggest Plugin Install"
381393
,"mcp__workspace__bash": "Workspace MCP: Bash"
382394
,"mcp__workspace__web_fetch": "Workspace MCP: Web Fetch"
395+
,"mcp__mcp-registry__search_mcp_registry": "MCP Registry: Search MCP Registry"
383396
,"invalid": "Invalid"
384397
}

0 commit comments

Comments
 (0)