Skip to content

Commit 6ea4d06

Browse files
authored
Merge pull request #43 from github/update-copilot-cloud-agent-naming
Update README files to replace "Copilot coding agent" with "Copilot cloud agent"
2 parents 49bf77a + 4de9bda commit 6ea4d06

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ That's it for getting started! As you become comfortable, you can explore additi
392392

393393
| Command | What It Does |
394394
|---------|--------------|
395-
| `/delegate` | Hand off task to Copilot coding agent on GitHub (agent in the cloud) |
395+
| `/delegate` | Hand off task to GitHub Copilot cloud agent |
396396
| `/fleet` | Split a complex task into parallel subtasks for faster completion |
397397
| `/model` | Show or switch AI model |
398398
| `/tasks` | View background subagents and detached shell sessions |

03-development-workflows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ $(git diff main..HEAD)"
659659
660660
### Using /delegate for Background Tasks
661661
662-
The `/delegate` command hands off work to the Copilot coding agent on GitHub. Use the `/delegate` slash command (or the `&` shortcut) to offload a well-defined task to a background agent.
662+
The `/delegate` command hands off work to the GitHub Copilot cloud agent. Use the `/delegate` slash command (or the `&` shortcut) to offload a well-defined task to a background agent.
663663
664664
```bash
665665
copilot

05-skills/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> **What if Copilot could automatically apply your team's best practices without you having to explain them every time?**
44
5-
In this chapter, you'll learn about Agent Skills: folders of instructions that Copilot automatically loads when relevant to your task. While agents change *how* Copilot thinks, skills teach Copilot *specific ways to complete tasks*. You'll create a security audit skill that Copilot applies whenever you ask about security, build team-standard review criteria that ensure consistent code quality, and learn how skills work across Copilot CLI, VS Code, and the Copilot coding agent.
5+
In this chapter, you'll learn about Agent Skills: folders of instructions that Copilot automatically loads when relevant to your task. While agents change *how* Copilot thinks, skills teach Copilot *specific ways to complete tasks*. You'll create a security audit skill that Copilot applies whenever you ask about security, build team-standard review criteria that ensure consistent code quality, and learn how skills work across Copilot CLI, VS Code, and the GitHub Copilot cloud agent.
66

77

88
## 🎯 Learning Objectives

appendices/ci-cd-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ For consistent reviews across your team, create a shared configuration:
123123

124124
## Alternative: PR Review Bot
125125

126-
For more sophisticated review workflows, consider using the Copilot coding agent:
126+
For more sophisticated review workflows, consider using the GitHub Copilot cloud agent:
127127

128128
```yaml
129129
# .github/workflows/copilot-agent-review.yml

0 commit comments

Comments
 (0)