Commit Graph

4 Commits

Author SHA1 Message Date
ming
3fc2cef781 fix(agents): remove invalid tool names across multiple agents 🤖🤖🤖 (#1384)
Remove or replace tool names that VS Code Copilot silently ignores
because they do not exist in the current built-in tools reference.

Files changed:
- context-architect: 'codebase', 'terminalCommand' → proper namespaced tools
- debug: 'web/githubRepo', bare 'search' → remove/replace
- implementation-plan: 'think', 'search/changes', 'findTestFiles',
  'search/searchResults', 'web/githubRepo', 'execute/runNotebookCell',
  'read/getNotebookSummary', 'read/readNotebookCellOutput', bare 'search' → remove
- janitor: 'browser', 'microsoft.docs.mcp/*', 'read/getTaskOutput' →
  remove browser & mcp wildcard; move getTaskOutput to execute/ namespace
- plan: 'web/githubRepo', 'azure-mcp/search', 'search/searchResults' → remove
- principal-software-engineer: 'browser' → remove
- specification: old-style bare tool names → correct namespaced equivalents

Reference: https://code.visualstudio.com/docs/copilot/reference/copilot-vscode-features#_chat-tools

Co-authored-by: Ming <oncwnuAUeYAFR4UGlq8BEJq8Jy-k@git.weixin.qq.com>
2026-04-14 10:41:00 +10:00
Aaron Powell
9afab17e01 Cleaning up the name of a lot of agents 2026-02-03 14:11:03 +11:00
ANGELELLI David
8baf6d7223 fix: Update tool names in agent files for consistency and clarity (#493)
* fix: Update tool names in agent files for consistency and clarity

* Update agents/janitor.agent.md

Removal of duplicates

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update agents/implementation-plan.agent.md

Removal of duplicates

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-17 09:39:15 +11:00
Aaron Powell
86adaa48fe Chat Modes -> Agents (#433)
* Migrating chat modes to agents now that's been released to stable

* Fixing collections

* Fixing names of agents

* Formatting

* name too long

* Escaping C# agent name
2025-11-25 16:24:55 +11:00