Skip to content

Commit ac30511

Browse files
garnertbCopilot
andauthored
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents/principal-software-engineer.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: 'Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation.'
33
name: 'Principal software engineer'
4-
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'web/fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'github']
4+
tools: ['agent', 'browser', 'edit', 'execute', 'github/*', 'read', 'search', 'todo', 'vscode', 'web/fetch']
55
---
66
# Principal software engineer mode instructions
77

0 commit comments

Comments
 (0)