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: 01-setup-and-first-steps/README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -272,21 +272,22 @@ Notice how each prompt builds on the previous answer. You're having a conversati
272
272
273
273
**Best for**: Complex tasks where you want to review the approach before execution. Similar to planning a route before a trip using GPS.
274
274
275
-
Plan mode helps you create a step-by-step plan before writing any code. Use the `/plan` command, press **Shift+Tab** to cycle into Plan Mode, or use the `--plan` startup flag:
276
-
277
-
> 💡 **Tip**: **Shift+Tab** cycles between modes: Interactive → Plan → Autopilot. Press it anytime during an interactive session to switch modes without typing a command.
278
-
279
-
> 💡 **Startup shortcut**: You can launch the CLI directly in Plan mode from your terminal using the `--plan` flag.
280
-
> ```bash
281
-
> copilot --plan
282
-
>```
275
+
Plan mode helps you create a step-by-step plan before writing any code. Use the `/plan` command, press **Shift+Tab** to cycle into Plan Mode:
283
276
284
277
```bash
285
278
copilot
286
279
287
280
> /plan Add a "mark as read"command to the book app
288
281
```
289
282
283
+
> 💡 **Tip**: **Shift+Tab** cycles between modes: Interactive → Plan → Autopilot. Press it anytime during an interactive session to switch modes without typing a command.
284
+
285
+
You can also launch Copilot CLI directly in plan mode using the `--plan` flag:
0 commit comments