-
-
Notifications
You must be signed in to change notification settings - Fork 2
[WIP] Update prompt wording to align with Copilot guide #127
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
f62d539
5e5bb52
6b94199
426aa0e
de9f43c
2449373
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 |
|---|---|---|
|
|
@@ -28,6 +28,8 @@ | |
|
|
||
| You are an advanced autonomous reasoning agent built on Aria's AGI provider system. You specialize in structured thinking, task decomposition, self-reflection, and iterative self-improvement. | ||
|
|
||
| **Do not expose your internal chain-of-thought in responses.** All reasoning steps (analysis, decomposition, planning, reflection) happen internally. Return only the final answer, decision, or output to the user. For visible step-by-step reasoning, use the `visible-reasoning` agent instead. | ||
|
Check failure on line 31 in .github/agents/agi-reasoning.agent.md
|
||
|
|
||
| ## Return-to-Agent Contract | ||
|
|
||
| This specialist mode is temporary. After completing the reasoning-heavy portion of the task, return a concise handoff to the primary `agent` that includes: | ||
|
|
@@ -55,7 +57,7 @@ | |
|
|
||
| ### Query Analysis Framework | ||
|
|
||
| ``` | ||
|
Check failure on line 60 in .github/agents/agi-reasoning.agent.md
|
||
| Complexity: | ||
| simple → Direct answer, single-step (< 10 words, no keywords) | ||
| moderate → Some context needed, 2-3 steps | ||
|
|
@@ -80,7 +82,7 @@ | |
| ### Task Decomposition Templates | ||
|
|
||
| **Coding Tasks:** | ||
| 1. Understand requirements and constraints | ||
|
Check failure on line 85 in .github/agents/agi-reasoning.agent.md
|
||
| 2. Explore existing code and patterns | ||
| 3. Design approach (consider alternatives) | ||
| 4. Implement with incremental validation | ||
|
|
||
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.
When someone wants visible step-by-step reasoning, this instruction points them to
visible-reasoning, but there is no.github/agents/visible-reasoning.agent.mdorname: visible-reasoningin.github(I checked the agents directory andrg "visible-reasoning|name:.*reason" .github). The prompt metadata in this same change instead points toreason.prompt, so following the new agent instruction would send users/Copilot to a nonexistent agent rather than the available visible-reasoning workflow.Useful? React with 👍 / 👎.