feat(plan): support annotating plans with feedback for iteration (#20876)

This commit is contained in:
Adib234
2026-03-02 18:03:59 -05:00
committed by GitHub
parent 06ddfa5c4c
commit 01927a36d1
3 changed files with 11 additions and 22 deletions

View File

@@ -109,8 +109,9 @@ structure, and consultation level are proportional to the task's complexity:
- **Iterate:** Provide feedback to refine the plan.
- **Refine manually:** Press **Ctrl + X** to open the plan file in your
[preferred external editor]. This allows you to manually refine the plan
steps before approval. The CLI will automatically refresh and show the
updated plan after you save and close the editor.
steps before approval. If you make any changes and save the file, the CLI
will automatically send the updated plan back to the agent for review and
iteration.
For more complex or specialized planning tasks, you can
[customize the planning workflow with skills](#customizing-planning-with-skills).