You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. when the LLM considers the plan is complete, it will invoke your editor or PlanNotator will be invoked. PlanNotator has priority.
28
+
5. add comments to the plan, save and exit the editor (you can also write "approved" although no edits should mean that as well)
29
+
6. the Plan agent will react to chagnes you made, then you iterate. Or else, it says it is ready to implement. Exit Plan agent and tell the Build agent to implement.
30
+
23
31
## Commands added
24
-
/edit-plan: open plan in editor as configured (this also happens automatically when opencode calls submit_plan tool)
25
-
/plan-prompt: shows the plugin's prompt, as a starting point for customisation
26
-
/planner-config: shows how it determines which editor is used because there are three possible env vars.
32
+
*`/edit-plan`: open plan in editor as configured (this also happens automatically when opencode calls submit_plan tool)
33
+
*`/plan-prompt`: shows the plugin's prompt, as a starting point for customisation
34
+
*`/planner-config`: shows how it determines which editor is used because there are three possible env vars.
0 commit comments