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
Tyler Garner
ac305117f6
fix: update tool names to canonical VS Code format in principal-software-engineer agent ( #1198 )
...
Replace deprecated/incorrect tool references with canonical VS Code built-in
tool names per https://code.visualstudio.com/docs/copilot/reference/copilot-vscode-features :
search/changes (add correct prefix)
vscode/extensions (add correct prefix)
read/problems (add correct prefix)
search/usages (add correct prefix)
execute/testFailure (add correct prefix)
vscode/VSCodeAPI (correct casing and prefix)
search/textSearch (renamed tool)
read/terminalLastCommand (moved to read/)
read/terminalSelection (moved to read/)
execute (renamed tool set)
execute/createAndRunTask (renamed)
newWorkspace (renamed)
- Remove deprecated tools with no equivalent: findTestFiles, githubRepo,
openSimpleBrowser, runTests
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-30 08:04:24 +11:00