Commit ac30511
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>1 parent 96cd1b1 commit ac30511
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments