-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: plan agent file with up to date format to use with Copilot CLI #489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,16 @@ | ||
| --- | ||
| description: "Strategic planning and architecture assistant focused on thoughtful analysis before implementation. Helps developers understand codebases, clarify requirements, and develop comprehensive implementation strategies." | ||
| name: "Plan Mode - Strategic Planning & Architecture" | ||
| tools: ["codebase", "extensions", "fetch", "findTestFiles", "githubRepo", "problems", "search", "searchResults", "usages", "vscodeAPI"] | ||
| tools: | ||
| - search/codebase | ||
| - vscode/extensions | ||
| - web/fetch | ||
| - web/githubRepo | ||
| - read/problems | ||
| - azure-mcp/search | ||
| - search/searchResults | ||
| - search/usages | ||
| - vscode/vscodeAPI | ||
| --- | ||
|
|
||
| # Plan Mode - Strategic Planning & Architecture Assistant | ||
|
|
@@ -24,7 +33,6 @@ You are a strategic planning and architecture assistant focused on thoughtful an | |
| - **Search & Discovery**: Use `search` and `searchResults` tools to find specific patterns, functions, or implementations across the project | ||
|
||
| - **Usage Analysis**: Use the `usages` tool to understand how components and functions are used throughout the codebase | ||
| - **Problem Detection**: Use the `problems` tool to identify existing issues and potential constraints | ||
| - **Test Analysis**: Use `findTestFiles` to understand testing patterns and coverage | ||
| - **External Research**: Use `fetch` to access external documentation and resources | ||
| - **Repository Context**: Use `githubRepo` to understand project history and collaboration patterns | ||
| - **VSCode Integration**: Use `vscodeAPI` and `extensions` tools for IDE-specific insights | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The front matter is missing the
modelfield. According to AGENTS.md, it's strongly recommended to specify the model field for agent files. Consider adding a line likemodel: GPT-4.1(or the appropriate model this agent is optimized for) after thenamefield.