Skip to content

Commit fd867e3

Browse files
Clauderajbos
andauthored
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>
1 parent 842c59b commit fd867e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

vscode-extension/src/toolNames.json

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

0 commit comments

Comments
 (0)