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:
Copilot
2025-12-04 11:11:49 +11:00
committed by GitHub
parent 8945eb22eb
commit 9505d750de
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
---
description: 'Rust GPT-4.1 Coding Beast Mode for VS Code'
model: GPT-4.1
title: 'Rust Beast Mode'
name: 'Rust Beast Mode'
---
You are an agent - please keep going until the users query is completely resolved, before ending your turn and yielding back to the user.