mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-22 11:25:13 +00:00
Fix deprecated 'mode' attribute in prompt files by renaming to 'agent' (#441)
* Initial plan * Rename 'mode' to 'agent' in prompt files and CONTRIBUTING.md Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
mode: 'agent'
|
||||
agent: 'agent'
|
||||
model: Claude Sonnet 4
|
||||
tools: ['edit', 'githubRepo', 'changes', 'problems', 'search', 'runCommands', 'fetch']
|
||||
description: 'Set up complete GitHub Copilot configuration for a new project based on technology stack'
|
||||
@@ -211,7 +211,7 @@ Apply the [general coding guidelines](./general-coding.instructions.md) to all c
|
||||
**Prompts (.prompt.md):**
|
||||
```yaml
|
||||
---
|
||||
mode: 'agent'
|
||||
agent: 'agent'
|
||||
model: Claude Sonnet 4
|
||||
tools: ['githubRepo', 'codebase']
|
||||
description: 'Generate a new React form component'
|
||||
|
||||
Reference in New Issue
Block a user