Skip to content

Conversation

@Vhivi
Copy link
Contributor

@Vhivi Vhivi commented Dec 16, 2025

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode 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, or chat mode with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

Updates tool names from their legacy format to namespaced format.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • New collection file.
  • Update to existing instruction, prompt, chat mode, or collection.
  • 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.

Copilot AI review requested due to automatic review settings December 16, 2025 15:44
Copy link
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

This PR updates tool names across multiple agent configuration files from their legacy format to a new namespaced format (e.g., changessearch/changes, runCommandsexecute/runInTerminal). This improves consistency and clarity by organizing tools into logical namespaces like search/, execute/, read/, vscode/, and web/.

Key Changes:

  • Tool names standardized with namespace prefixes across all agent files
  • Some tools split into multiple namespaced variants (e.g., runCommandsexecute/getTerminalOutput, execute/runInTerminal, etc.)
  • Tool todos renamed to singular todo in gpt-5-beast-mode.agent.md

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
agents/janitor.agent.md Updates 23+ tool names to namespaced format for janitorial task automation
agents/implementation-plan.agent.md Updates tool names to namespaced format for implementation planning
agents/gpt-5-beast-mode.agent.md Updates tool names to namespaced format and corrects todos to todo
agents/debug.agent.md Updates 9 tool names to namespaced format for debugging workflows

Vhivi and others added 2 commits December 16, 2025 16:47
Removal of duplicates

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@aaronpowell aaronpowell merged commit 8baf6d7 into github:main Dec 16, 2025
2 checks passed
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.

2 participants