mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-21 19:05:13 +00:00
fix: Update tool names in agent files for consistency and clarity (#493)
* fix: Update tool names in agent files for consistency and clarity * Update agents/janitor.agent.md Removal of duplicates Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update agents/implementation-plan.agent.md Removal of duplicates Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Debug your application to find and fix a bug'
|
||||
tools: ['edit/editFiles', 'search', 'runCommands', 'usages', 'problems', 'testFailure', 'fetch', 'githubRepo', 'runTests']
|
||||
tools: ['edit/editFiles', 'search', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search/usages', 'read/problems', 'execute/testFailure', 'web/fetch', 'web/githubRepo', 'execute/runTests']
|
||||
---
|
||||
|
||||
# Debug Mode Instructions
|
||||
|
||||
Reference in New Issue
Block a user