Skip to content

Commit 35f0809

Browse files
authored
Merge pull request #73 from github/DanWahlin-patch-2
Update README.md
2 parents b04efc1 + 2ce84cc commit 35f0809

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

01-setup-and-first-steps/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -272,21 +272,22 @@ Notice how each prompt builds on the previous answer. You're having a conversati
272272

273273
**Best for**: Complex tasks where you want to review the approach before execution. Similar to planning a route before a trip using GPS.
274274

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:
283276

284277
```bash
285278
copilot
286279

287280
> /plan Add a "mark as read" command to the book app
288281
```
289282

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:
286+
287+
```bash
288+
copilot --plan
289+
```
290+
290291
**Plan mode output:** (your output may differ)
291292

292293
```

0 commit comments

Comments
 (0)