diff --git a/01-setup-and-first-steps/README.md b/01-setup-and-first-steps/README.md index 196c481..a6cdca5 100644 --- a/01-setup-and-first-steps/README.md +++ b/01-setup-and-first-steps/README.md @@ -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 diff --git a/07-putting-it-together/README.md b/07-putting-it-together/README.md index 90ea6d8..9816305 100644 --- a/07-putting-it-together/README.md +++ b/07-putting-it-together/README.md @@ -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. + ---