docs: improve /fleet description and add autopilot mode awareness#8
docs: improve /fleet description and add autopilot mode awareness#8
Conversation
- Ch 01: Reword /fleet table entry to be more beginner-friendly - Ch 01: Add early note that autopilot exists but course focuses on 3 modes - Ch 01: Fix Shift+Tab tip to say 'cycles' not 'toggles' - Ch 01: Add callout after Plan Mode explaining autopilot and the plan-first workflow it requires - Ch 04: Update Shift+Tab reference in agent table - Ch 07: Add /fleet tip after Idea to Merged PR workflow Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the course documentation to more accurately describe Copilot CLI’s /fleet command and to introduce Autopilot mode in a beginner-friendly way, while correcting Shift+Tab behavior references across chapters.
Changes:
- Adds Autopilot mode callouts (early note + a short explanation after Plan mode) and corrects Shift+Tab wording to “cycle modes”.
- Rewords the
/fleetdescription to emphasize parallelizing subtasks for faster completion. - Adds a “Going further” tip linking to official
/fleetdocs in the end-to-end workflow chapter.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| 01-setup-and-first-steps/README.md | Adds Autopilot awareness, corrects Shift+Tab behavior, and refines /fleet description in the command table. |
| 04-agents-custom-instructions/README.md | Updates Plan agent invocation text to avoid implying Shift+Tab is a toggle. |
| 07-putting-it-together/README.md | Adds a tip pointing readers to /fleet for parallelizing large multi-step plans. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -193,6 +193,8 @@ When you're done exploring, exit the session: | |||
|
|
|||
| You've just seen what Copilot CLI can do. Now let's understand *how* to use these capabilities effectively. The key is knowing which of the three interaction modes to use for different situations. | |||
There was a problem hiding this comment.
With the new Autopilot note immediately below, the preceding sentence "the key is knowing which of the three interaction modes..." can read as contradictory (since Autopilot is also described as a mode). Consider rephrasing to "three core/primary modes" (or similar) to keep the terminology consistent and avoid confusing beginners.
| You've just seen what Copilot CLI can do. Now let's understand *how* to use these capabilities effectively. The key is knowing which of the three interaction modes to use for different situations. | |
| You've just seen what Copilot CLI can do. Now let's understand *how* to use these capabilities effectively. The key is knowing which of the three core interaction modes to use for different situations. |
Summary
Improves how
/fleetand autopilot mode are presented in the course. Keeps both lightweight for beginners while ensuring accuracy.Changes
Chapter 01 (First Steps)
/fleettable entry: Reworded from "Enable fleet mode for parallel subagent execution" to "Split a complex task into parallel subtasks for faster completion"Chapter 04 (Agents)
Chapter 07 (Putting It All Together)
/fleetdocs