Skip to content

Commit 90a0462

Browse files
Clauderajbos
andauthored
feat: add friendly names for copilot_runInTerminal and mcp_laravel-boost_tinker (#554)
* Initial plan * feat: add friendly names for copilot_runInTerminal and mcp_laravel-boost_tinker Added missing friendly display names: - copilot_runInTerminal -> 'Run In Terminal' - mcp_laravel-boost_tinker -> 'Laravel Boost MCP: Tinker' These tools were detected in usage but lacked friendly names, which impacts user experience in the token tracker extension. Fixes #<issue_number> Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com> --------- Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com> Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
1 parent a504297 commit 90a0462

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vscode-extension/src/toolNames.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
,"copilot_readNotebookCellOutput": "Read Notebook Cell Output"
117117
,"copilot_readProjectStructure": "Read Project Structure"
118118
,"copilot_runNotebookCell": "Run Notebook Cell"
119+
,"copilot_runInTerminal": "Run In Terminal"
119120
,"copilot_runTests1": "Run Tests"
120121
,"copilot_runVscodeCommand": "Run VSCode Command"
121122
,"copilot_searchWorkspaceSymbols": "Search Workspace Symbols"
@@ -286,6 +287,7 @@
286287
,"mcp_oraios_serena_think_about_whether_you_are_done": "Serena: Think About Whether You Are Done"
287288
,"mcp_oraios_serena_write_memory": "Serena: Write Memory"
288289
,"mcp_visuals-mcp_display_image": "Visuals MCP: Display Image"
290+
,"mcp_laravel-boost_tinker": "Laravel Boost MCP: Tinker"
289291
,"bash": "Bash"
290292
,"code_search": "Code Search"
291293
,"detect_memories": "Detect Memories"

0 commit comments

Comments
 (0)