mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 11:55: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:
@@ -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.'
|
||||
model: GPT-5 (copilot)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user