Skip to content

Commit 9505d75

Browse files
Copilotaaronpowell
andauthored
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 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: aaronpowell <[email protected]>
1 parent 8945eb2 commit 9505d75

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

agents/4.1-Beast.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: 'GPT 4.1 as a top-notch coding agent.'
33
model: GPT-4.1
4-
title: '4.1 Beast Mode v3.1'
4+
name: '4.1 Beast Mode v3.1'
55
---
66

77
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.

agents/Thinking-Beast-Mode.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: 'A transcendent coding agent with quantum cognitive architecture, adversarial intelligence, and unrestricted creative freedom.'
3-
title: 'Thinking Beast Mode'
3+
name: 'Thinking Beast Mode'
44
---
55

66
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.

agents/Ultimate-Transparent-Thinking-Beast-Mode.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Ultimate Transparent Thinking Beast Mode'
2+
name: 'Ultimate Transparent Thinking Beast Mode'
33
description: 'Ultimate Transparent Thinking Beast Mode'
44
---
55

agents/code-tour.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: 'Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices'
3-
title: 'VSCode Tour Expert'
3+
name: 'VSCode Tour Expert'
44
---
55

66
# VSCode Tour Expert 🗺️

agents/gpt-5-beast-mode.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
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.'
33
model: GPT-5 (copilot)
44
tools: ['edit/editFiles', 'runNotebooks', 'search', 'new', 'runCommands', 'runTasks', 'extensions', 'usages', 'vscodeAPI', 'think', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos']
5-
title: 'GPT 5 Beast Mode'
5+
name: 'GPT 5 Beast Mode'
66
---
77

88
# Operating principles

agents/rust-gpt-4.1-beast-mode.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: 'Rust GPT-4.1 Coding Beast Mode for VS Code'
33
model: GPT-4.1
4-
title: 'Rust Beast Mode'
4+
name: 'Rust Beast Mode'
55

66
---
77
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.

0 commit comments

Comments
 (0)