Skip to content

Commit 8643c6f

Browse files
authored
Merge pull request #7 from github/docs/fleet-command-updates
docs: improve /fleet command description and add tip in Ch07
2 parents 1932e5b + 91ad2f5 commit 8643c6f

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)