Skip to content

Commit e1b46fe

Browse files
authored
Update 1-understand-enable-github-copilot-code-agent.md
1 parent d5601c2 commit e1b46fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

learn-pr/github/github-copilot-code-agent/includes/1-understand-enable-github-copilot-code-agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ By the end of this unit, you'll be able to:
88
- Enable the agent at the organization or repository level.
99
- Understand how GitHub Actions minutes and Premium Request Units (PRUs) are used and manage them effectively.
1010

11-
What is GitHub Copilot Cloud Agent , who can use it and where it's available.
11+
### What is GitHub Copilot Cloud Agent , who can use it and where it's available.
1212

1313
GitHub Copilot Cloud Agent is an autonomous development assistant that runs inside GitHub itself. Rather than pairing with you only in your IDE, the agent acts like a background teammate. You give it a clearly scoped task—such as a bug fix, an incremental feature, or documentation update—and it creates a branch, explores the codebase, generates an implementation plan, and drafts code while keeping you in control of when and whether to open a pull request.
1414

@@ -30,7 +30,7 @@ Copilot Cloud Agent can take on a wide range of development tasks:
3030
You can delegate work to the agent in two primary ways:
3131

3232
- **Assign an issue** to Copilot - on GitHub.com, GitHub Mobile, or via API/CLI.
33-
- **Ask Copilot to create a pull request** - from the Agents panel on GitHub, Copilot Chat, your IDE or other agentic tool with MCP support, or Raycast on macOS.
33+
- **Ask Copilot to make code changes** - from the Agents panel on GitHub, Copilot Chat, your IDE or other agentic tool with MCP support, or Raycast on macOS.
3434

3535
When the agent finishes, it requests your review. You can mention @copilot in a pull-request comment to ask it to iterate on its work.
3636

@@ -74,4 +74,4 @@ Copilot Cloud Agent uses two main resources:
7474
> [!TIP]
7575
> Use PRUs where they add value-multi-file edits, test generation, and broader diffs that need deeper reasoning. Lightweight edits may require fewer PRU-intensive steps.
7676
77-
With the agent enabled and costs understood, let's confirm how it adheres to your security posture, what risks to anticipate, and which limitations to account for as you plan real work.
77+
With the agent enabled and costs understood, let's confirm how it adheres to your security posture, what risks to anticipate, and which limitations to account for as you plan real work.

0 commit comments

Comments
 (0)