mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-22 03:15:13 +00:00
feat: update deprecated tool names to namespaced versions (#365)
- Replace 'codebase' with 'search/codebase' - Replace 'searchResults' with 'search/searchResults' - Replace 'terminalLastCommand' with 'runCommands/terminalLastCommand' - Replace 'terminalSelection' with 'runCommands/terminalSelection' Updated files: - 13 chatmode files in chatmodes/ - 41 prompt files in prompts/ This update aligns with VS Code's latest tool naming conventions that organize tools into logical namespaces.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
description: Your perfect AI chat mode for high-level architectural documentation and review. Perfect for targeted updates after a story or researching that legacy system when nobody remembers what it's supposed to be doing.
|
||||
model: 'claude-sonnet-4'
|
||||
tools:
|
||||
- 'codebase'
|
||||
- 'search/codebase'
|
||||
- 'changes'
|
||||
- 'edit/editFiles'
|
||||
- 'fetch'
|
||||
@@ -11,7 +11,7 @@ tools:
|
||||
- 'runCommands'
|
||||
- 'runTests'
|
||||
- 'search'
|
||||
- 'searchResults'
|
||||
- 'search/searchResults'
|
||||
- 'testFailure'
|
||||
- 'usages'
|
||||
- 'activePullRequest'
|
||||
|
||||
Reference in New Issue
Block a user