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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ A global [Pi coding agent](https://github.com/badlogic/pi-mono) extension that a
19
19
-**Switch to Build and implement here**
20
20
-**Start fresh and implement**
21
21
-**Stay in Plan mode**
22
-
- Staying in Plan modeproduces a durable acknowledgement and stops the run until the user responds.
22
+
- Staying in Plan mode—or pressing Escape in the approval dialog—produces a durable acknowledgement and stops the run until the user responds.
23
23
- Mode state survives reloads, resumes, and forks.
24
24
- When Pi recreates the custom editor, the latest 100 user prompts from the active session branch are restored for Up/Down history navigation.
25
25
@@ -76,11 +76,11 @@ When planning is complete, `plan_exit` displays the entire persisted plan and as
76
76
77
77
Selecting **Start fresh and implement** stops the current run and pre-fills `/build-fresh`. Press Enter to confirm. Pi only exposes session creation to user-invoked command contexts, so this confirmation is required. The command creates a linked child session, copies the approved plan to its canonical plan file, switches it to Build, and starts implementation without transferring the planning conversation.
78
78
79
-
Selecting **Stay in Plan mode** displays:
79
+
Selecting **Stay in Plan mode**, or pressing Escape while the approval dialog is open, displays:
80
80
81
81
> Staying in Plan mode. Let me know when you’re ready to revise or implement the plan.
82
82
83
-
The agent then stops and waits for the next user message.
83
+
Both actions leave Plan mode active, stop the agent, and wait for the next user message.
0 commit comments