Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 01-setup-and-first-steps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ That's it for getting started! As you become comfortable, you can explore additi
|---------|--------------|
| `/model` | Show or switch AI model |
| `/delegate` | Hand off task to Copilot coding agent on GitHub (agent in the cloud) |
| `/fleet` | Enable fleet mode for parallel subagent execution |
| `/fleet` | Split a complex task into parallel subtasks for faster completion |
| `/tasks` | View background subagents and detached shell sessions |

### Code
Expand Down
2 changes: 2 additions & 0 deletions 07-putting-it-together/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ copilot

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

> 💡 **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.

---

<details>
Expand Down
Loading