mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Fix: Replace unsupported 'title' attribute with 'name' in agent files (#452)
* Initial plan * Replace 'title' with 'name' in agent file frontmatter 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,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
description: 'GPT 4.1 as a top-notch coding agent.'
|
description: 'GPT 4.1 as a top-notch coding agent.'
|
||||||
model: GPT-4.1
|
model: GPT-4.1
|
||||||
title: '4.1 Beast Mode v3.1'
|
name: '4.1 Beast Mode v3.1'
|
||||||
---
|
---
|
||||||
|
|
||||||
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
|
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: 'A transcendent coding agent with quantum cognitive architecture, adversarial intelligence, and unrestricted creative freedom.'
|
description: 'A transcendent coding agent with quantum cognitive architecture, adversarial intelligence, and unrestricted creative freedom.'
|
||||||
title: 'Thinking Beast Mode'
|
name: 'Thinking Beast Mode'
|
||||||
---
|
---
|
||||||
|
|
||||||
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
|
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: 'Ultimate Transparent Thinking Beast Mode'
|
name: 'Ultimate Transparent Thinking Beast Mode'
|
||||||
description: 'Ultimate Transparent Thinking Beast Mode'
|
description: 'Ultimate Transparent Thinking Beast Mode'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: 'Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices'
|
description: 'Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices'
|
||||||
title: 'VSCode Tour Expert'
|
name: 'VSCode Tour Expert'
|
||||||
---
|
---
|
||||||
|
|
||||||
# VSCode Tour Expert 🗺️
|
# VSCode Tour Expert 🗺️
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
description: 'Beast Mode 2.0: A powerful autonomous agent tuned specifically for GPT-5 that can solve complex problems by using tools, conducting research, and iterating until the problem is fully resolved.'
|
description: 'Beast Mode 2.0: A powerful autonomous agent tuned specifically for GPT-5 that can solve complex problems by using tools, conducting research, and iterating until the problem is fully resolved.'
|
||||||
model: GPT-5 (copilot)
|
model: GPT-5 (copilot)
|
||||||
tools: ['edit/editFiles', 'runNotebooks', 'search', 'new', 'runCommands', 'runTasks', 'extensions', 'usages', 'vscodeAPI', 'think', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos']
|
tools: ['edit/editFiles', 'runNotebooks', 'search', 'new', 'runCommands', 'runTasks', 'extensions', 'usages', 'vscodeAPI', 'think', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos']
|
||||||
title: 'GPT 5 Beast Mode'
|
name: 'GPT 5 Beast Mode'
|
||||||
---
|
---
|
||||||
|
|
||||||
# Operating principles
|
# Operating principles
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
description: 'Rust GPT-4.1 Coding Beast Mode for VS Code'
|
description: 'Rust GPT-4.1 Coding Beast Mode for VS Code'
|
||||||
model: GPT-4.1
|
model: GPT-4.1
|
||||||
title: 'Rust Beast Mode'
|
name: 'Rust Beast Mode'
|
||||||
|
|
||||||
---
|
---
|
||||||
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
|
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
|
||||||
|
|||||||
Reference in New Issue
Block a user