Skip to content

Add friendly names for execution_subagent, file_glob_search, read_skill#446

Merged
rajbos merged 2 commits intomainfrom
copilot/add-friendly-names-to-tools
Mar 20, 2026
Merged

Add friendly names for execution_subagent, file_glob_search, read_skill#446
rajbos merged 2 commits intomainfrom
copilot/add-friendly-names-to-tools

Conversation

Copy link
Contributor

Copilot AI commented Mar 20, 2026

Three tools from Continue (VS Code chat provider) were showing as "Unknown" in the UI.

  • Added entries to src/toolNames.json:
    • execution_subagent → "Execution Subagent" (near search_subagent)
    • file_glob_search → "File Glob Search" (near glob)
    • read_skill → "Read Skill" (near skill)

These are non-MCP tools, so they use plain Title Case per existing convention.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • teststorage.blob.core.windows.net
    • Triggering command: /opt/hostedtoolcache/node/20.20.1/x64/bin/node /opt/hostedtoolcache/node/20.20.1/x64/bin/node --require ./out/test/unit/vscode-shim-register.js --test-force-exit /home/REDACTED/work/github-copilot-token-usage/github-copilot-token-usage/out/test/unit/backend-blobUploadService.test.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Add missing friendly names for tools</issue_title>
<issue_description>## Unknown Tools Found

The following tools were detected but don't have friendly display names:

  • execution_subagent
  • file_glob_search
  • read_skill

Please add friendly names for these tools to improve the user experience.</issue_description>

Comments on the Issue (you are @copilot in this section)

@rajbos Note for Copilot: these are coming through my use of Continue, a new chat option for VS Code that I am working to implement. Not sure if those should have their own category or prefix or something. Ideas?

Custom agent used: Tool Names - Add Missing Friendly Names
Add friendly display names for unknown MCP and VS Code tools detected in session logs. Handles tool name mapping in src/toolNames.json.


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI changed the title [WIP] Add missing friendly names for tools Add friendly names for execution_subagent, file_glob_search, read_skill Mar 20, 2026
Copilot AI requested a review from rajbos March 20, 2026 19:14
@rajbos rajbos marked this pull request as ready for review March 20, 2026 21:33
@rajbos rajbos merged commit 701861b into main Mar 20, 2026
@rajbos rajbos deleted the copilot/add-friendly-names-to-tools branch March 20, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add missing friendly names for tools

2 participants