Chat Modes -> Agents (#433)

* Migrating chat modes to agents now that's been released to stable

* Fixing collections

* Fixing names of agents

* Formatting

* name too long

* Escaping C# agent name
This commit is contained in:
Aaron Powell
2025-11-25 16:24:55 +11:00
committed by GitHub
parent 7b7f9d519c
commit 86adaa48fe
163 changed files with 1475 additions and 1013 deletions

View File

@@ -4,8 +4,8 @@ description: Task Researcher and Task Planner for intermediate to expert users a
tags: [architecture, planning, research, tasks, implementation]
items:
# Planning Chat Modes
- path: chatmodes/task-researcher.chatmode.md
kind: chat-mode
- path: agents/task-researcher.agent.md
kind: agent
usage: |
Now you can iterate on research for your tasks!
@@ -22,8 +22,8 @@ items:
Also, task-researcher will provide additional ideas for implementation which you can work with GitHub Copilot on selecting the right one to focus on.
- path: chatmodes/task-planner.chatmode.md
kind: chat-mode
- path: agents/task-planner.agent.md
kind: agent
usage: |
Also, task-researcher will provide additional ideas for implementation which you can work with GitHub Copilot on selecting the right one to focus on.