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: docs/plan-mode_en.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,10 +90,11 @@ After the plan is output, Deep Code automatically shows a choice dialog—no ext
90
90
| Option | Effect |
91
91
| ------ | ------ |
92
92
|**1. implement this plan**| Leave Plan Mode and automatically send an implementation prompt so the AI starts coding |
93
-
|**2. stay in Plan mode**| Stay in Plan Mode to continue refining the plan |
94
-
|**3. switch to Default mode**| Leave Plan Mode and return to Default mode without starting implementation |
93
+
|**2. clear context and implement**| Preserve the current session, create a new session carrying only the approved plan, and start implementing in Default mode |
94
+
|**3. stay in Plan mode**| Stay in Plan Mode to continue refining the plan |
95
+
|**4. switch to Default mode**| Leave Plan Mode and return to Default mode without starting implementation |
95
96
96
-
You can press `1-3` to select directly, or use `↑/↓` to move the cursor and `Enter` to confirm. Pressing `Esc` is equivalent to choosing "stay in Plan mode."
97
+
You can press `1-4` to select directly, or use `↑/↓` to move the cursor and `Enter` to confirm. Pressing `Esc` is equivalent to choosing "stay in Plan mode." After clearing context, the original Plan session remains available through `/resume`. The new session does not inherit its conversation messages.
0 commit comments