Skip to content

fix deprecated tools principal engineer#1198

Merged
aaronpowell merged 1 commit intogithub:stagedfrom
garnertb:garnertb/fix-deprecated-tools-principal-engineer
Mar 29, 2026
Merged

fix deprecated tools principal engineer#1198
aaronpowell merged 1 commit intogithub:stagedfrom
garnertb:garnertb/fix-deprecated-tools-principal-engineer

Conversation

@garnertb
Copy link
Copy Markdown
Member

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

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

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

…are-engineer agent

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>
@garnertb garnertb requested a review from aaronpowell as a code owner March 27, 2026 18:14
Copilot AI review requested due to automatic review settings March 27, 2026 18:14
@garnertb garnertb changed the title Garnertb/fix deprecated tools principal engineer fix deprecated tools principal engineer Mar 27, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Principal Software Engineer agent configuration to replace deprecated tool references with a simplified set of canonical toolsets aligned with current VS Code Copilot tool naming.

Changes:

  • Replaces a long list of legacy/deprecated tool names with higher-level toolsets (e.g., read, edit, execute, search, github/*, vscode).
  • Removes deprecated tools that no longer have equivalents by switching to canonical tool groupings.

description: 'Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation.'
name: 'Principal software engineer'
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']
tools: ['agent', 'browser', 'edit', 'execute', 'github/*', 'read', 'search', 'todo', 'vscode', 'web/fetch']
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The agent instructions reference using the create_issue tool, but the updated tools list only enables github/* (no create_issue). To avoid tool-call failures, either update the instruction text to use github/create_issue (since github/* is enabled) or explicitly add the correct issue-creation tool to the tools: array.

Copilot uses AI. Check for mistakes.
@aaronpowell aaronpowell merged commit ac30511 into github:staged Mar 29, 2026
12 of 13 checks passed
@garnertb
Copy link
Copy Markdown
Member Author

garnertb commented Apr 2, 2026

@all-contributors add @garnertb for maintenance, code

@allcontributors
Copy link
Copy Markdown
Contributor

@garnertb

I've put up a pull request to add @garnertb! 🎉

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.

3 participants