Skip to content

Commit 91ad2f5

Browse files
DanWahlinCopilot
andcommitted
docs: improve /fleet command description and add tip in Ch07
- Ch 01: Reword /fleet table entry to be more beginner-friendly - Ch 07: Add callout tip after Idea to Merged PR workflow pointing to official /fleet docs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1932e5b commit 91ad2f5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ That's it for getting started! As you become comfortable, you can explore additi
390390
|---------|--------------|
391391
| `/model` | Show or switch AI model |
392392
| `/delegate` | Hand off task to Copilot coding agent on GitHub (agent in the cloud) |
393-
| `/fleet` | Enable fleet mode for parallel subagent execution |
393+
| `/fleet` | Split a complex task into parallel subtasks for faster completion |
394394
| `/tasks` | View background subagents and detached shell sessions |
395395

396396
### Code

07-putting-it-together/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ copilot
100100

101101
**The key insight**: You directed specialists like an architect. They handled the details. You handled the vision.
102102

103+
> 💡 **Going further**: For large multi-step plans like this, try `/fleet` to let Copilot run independent subtasks in parallel. See the [official docs](https://docs.github.com/copilot/concepts/agents/copilot-cli/fleet) for details.
104+
103105
---
104106

105107
<details>

0 commit comments

Comments
 (0)