Merge pull request #39147 from github/repo-sync · github/docs@8312f8b · GitHub | Latest TMZ Celebrity News & Gossip | Watch TMZ Live
Skip to content

Commit 8312f8b

Browse files
authored
Merge pull request #39147 from github/repo-sync
Repo sync
2 parents a197851 + fed7741 commit 8312f8b

File tree

13 files changed

+260
-29
lines changed

13 files changed

+260
-29
lines changed
Loading
Loading

content/copilot/concepts/copilot-billing/understanding-and-managing-requests-in-copilot.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Each model has a premium request multiplier, based on its complexity and resourc
8686

8787
If you use **{% data variables.copilot.copilot_free_short %}**, you have access to a limited number of models, and each model will consume one premium request when used. For example, if you make a request using the {% data variables.copilot.copilot_o3_mini %} model, your interaction will consume **one premium request**, not 0.33 premium requests.
8888

89+
{% rowheaders %}
90+
8991
| Model | Multiplier for **paid plans** | Multiplier for **{% data variables.copilot.copilot_free_short %}** |
9092
|-------------------------------------------------------------------------|--------------------------------|-----------------------|
9193
| {% data variables.copilot.copilot_gpt_41 %} | 0 | 1 |
@@ -103,6 +105,8 @@ If you use **{% data variables.copilot.copilot_free_short %}**, you have access
103105
| {% data variables.copilot.copilot_o3_mini %} | 0.33 | 1 |
104106
| {% data variables.copilot.copilot_o4_mini %} | 0.33 | Not applicable |
105107

108+
{% endrowheaders %}
109+
106110
## Examples of premium request usage
107111

108112
Premium request usage is based on the model’s multiplier and the feature you’re using. For example:

content/copilot/how-tos/agents/copilot-coding-agent/asking-copilot-to-create-a-pull-request.md

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Asking Copilot to create a pull request
33
shortTitle: Create a PR from chat
4-
intro: 'You can use a {% data variables.copilot.copilot_chat_short %} prompt to ask {% data variables.product.prodname_copilot_short %} to create a pull request.'
4+
intro: 'You can ask {% data variables.product.prodname_copilot_short %} to create a pull request from the Agents page or from {% data variables.copilot.copilot_chat_short %}.'
55
product: '{% data reusables.gated-features.copilot-coding-agent %}<br><a href="https://github.com/features/copilot/plans?ref_cta=Copilot+plans+signup&ref_loc=asking+copilot+to+create+a+pull+request&ref_page=docs" target="_blank" class="btn btn-primary mt-3 mr-3 no-underline"><span>Sign up for {% data variables.product.prodname_copilot_short %}</span> {% octicon "link-external" height:16 %}</a>'
66
versions:
77
feature: copilot
@@ -15,43 +15,59 @@ redirect_from:
1515
---
1616

1717
> [!NOTE]
18-
> * If you have access to {% data variables.copilot.copilot_coding_agent %}, you can create a pull request from {% data variables.copilot.copilot_chat_short %} in {% data variables.product.prodname_vscode %}, {% data variables.product.prodname_vs %}, JetBrains IDEs, and on {% data variables.product.prodname_dotcom_the_website %}.
1918
> * {% data reusables.copilot.coding-agent.preview-note-text %}
2019
2120
## Introduction
2221

23-
Often, when you are working on a project, you might notice a change you want to make, but the change doesn't directly relate to your current task. You might raise a {% data variables.product.github %} issue to record that a change needs to be made—or perhaps, forget the change and move on.
22+
You can ask {% data variables.product.prodname_copilot_short %} to work on a task from the Agents page on {% data variables.product.github %}, or from {% data variables.copilot.copilot_chat_short %} in {% data variables.product.prodname_vscode %}, {% data variables.product.prodname_vs %}, JetBrains IDEs and {% data variables.product.prodname_dotcom_the_website %}.
2423

25-
Instead—if {% data variables.copilot.copilot_coding_agent %} is available—you can ask {% data variables.product.prodname_copilot_short %} to make the change for you. {% data variables.product.prodname_copilot_short %} will start working on the change in the background and, when it's done, request you to review the pull request it raises.
24+
{% data variables.product.prodname_copilot_short %} will start working on the task, raise a pull request, then request a review from you when it's finished working. For more information, see [AUTOTITLE](/copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot).
2625

27-
For information on making {% data variables.copilot.copilot_coding_agent %} available, see [AUTOTITLE](/copilot/using-github-copilot/coding-agent/enabling-copilot-coding-agent).
26+
## Asking {% data variables.product.prodname_copilot_short %} to create a pull request from the Agents page
2827

29-
## Creating a pull request from {% data variables.copilot.copilot_chat_short %}
28+
1. Navigate to the Agents page at [github.com/copilot/agents](https://github.com/copilot/agents).
3029

31-
1. Open {% data variables.copilot.copilot_chat %}, in your IDE, or while viewing a file on {% data variables.product.prodname_dotcom_the_website %}.
30+
You can also reach this page by clicking the **{% octicon "copilot" aria-label="Copilot icon" %}** button next to the search bar on any page on {% data variables.product.github %}, then selecting **Agents** from the sidebar.
31+
32+
1. Using the dropdown menu in the prompt field, select the repository you want {% data variables.product.prodname_copilot_short %} to work in.
33+
1. Type a prompt describing your request.
34+
35+
For example, `Implement a user friendly message for common errors.`
36+
37+
![Screenshot of asking Copilot to create a pull request from the Agents page.](/assets/images/help/copilot/coding-agent/agents-page-input.png)
38+
39+
1. Click the **Send now** button or press <kbd>Return</kbd>.
40+
41+
{% data variables.product.prodname_copilot_short %} will start a new session, which will appear in the list below the prompt box. {% data variables.product.prodname_copilot_short %} will work on the task and push changes to its pull request, then add you as a reviewer when it has finished, triggering a notification.
42+
43+
## Asking {% data variables.product.prodname_copilot_short %} to create a pull request from {% data variables.copilot.copilot_chat_short %}
44+
45+
> [!NOTE]
46+
> * You can ask {% data variables.product.prodname_copilot_short %} to create a pull request from {% data variables.copilot.copilot_chat_short %} in {% data variables.product.prodname_vscode %}, {% data variables.product.prodname_vs %}, JetBrains IDEs, and on {% data variables.product.prodname_dotcom_the_website %}.
47+
48+
1. Open {% data variables.copilot.copilot_chat %}, in your IDE or on {% data variables.product.prodname_dotcom_the_website %}.
3249
1. Type a prompt asking {% data variables.product.prodname_copilot_short %} to create a pull request, and giving details of what you want {% data variables.product.prodname_copilot_short %} to change.
3350

3451
For example, `@github Create a PR to put backticks around file names and variables in output.`
3552

3653
> [!IMPORTANT]
3754
> {% data reusables.copilot.coding-agent.use-chat-participant-in-vsc %}
3855
39-
> [!TIP]
40-
> To help {% data variables.product.prodname_copilot_short %}, you can select the relevant line(s) of code before submitting your prompt.
41-
4256
1. Submit your prompt.
4357

4458
{% data variables.product.prodname_copilot_short %} asks you to confirm that you want to use the coding agent to create a pull request.
4559

4660
1. Click **Allow**.
4761

48-
{% data variables.product.prodname_copilot_short %} will respond with a link to the pull request it creates. It will work on the task and push changes to the pull request, and then add you as a reviewer when it has finished, triggering a notification.
62+
{% data variables.product.prodname_copilot_short %} will start a new session and respond with a link to the pull request it creates. It will work on the task and push changes to the pull request, and then add you as a reviewer when it has finished, triggering a notification.
4963

5064
## Monitoring progress
5165

52-
You can see what {% data variables.product.prodname_copilot_short %} is doing while it is working on a task by viewing the session logs. See [AUTOTITLE](/copilot/using-github-copilot/coding-agent/using-the-copilot-coding-agent-logs).
66+
You can view your current and past {% data variables.product.prodname_copilot_short %} sessions from the [Agents page](https://github.com/copilot/agents). See [AUTOTITLE](/copilot/using-github-copilot/coding-agent/using-the-copilot-coding-agent-logs).
67+
68+
You can see what {% data variables.product.prodname_copilot_short %} is doing while it is working on a task by viewing the session logs. You can access the session logs by clicking the **View session** button in the timeline of {% data variables.product.prodname_copilot_short %}'s pull request.
5369

54-
You can also stop {% data variables.product.prodname_copilot_short %} from working on a task by clicking **Stop session** in the session logs.
70+
From the session logs page, you can also stop {% data variables.product.prodname_copilot_short %} from working on a task by clicking **Stop session**.
5571

5672
## Further reading
5773

content/copilot/how-tos/agents/copilot-coding-agent/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ topics:
88
children:
99
- /best-practices-for-using-copilot-to-work-on-tasks
1010
- /enabling-copilot-coding-agent
11-
- /using-copilot-to-work-on-an-issue
1211
- /asking-copilot-to-create-a-pull-request
12+
- /using-copilot-to-work-on-an-issue
13+
- /tracking-copilots-sessions
1314
- /reviewing-a-pull-request-created-by-copilot
14-
- /using-the-copilot-coding-agent-logs
1515
- /extending-copilot-coding-agent-with-mcp
1616
- /customizing-the-development-environment-for-copilot-coding-agent
1717
- /customizing-or-disabling-the-firewall-for-copilot-coding-agent

content/copilot/how-tos/agents/copilot-coding-agent/using-the-copilot-coding-agent-logs.md renamed to content/copilot/how-tos/agents/copilot-coding-agent/tracking-copilots-sessions.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Using the Copilot coding agent logs
3-
shortTitle: Use the Copilot logs
4-
intro: "You can use the session logs to understand {% data variables.product.prodname_copilot_short %}'s approach."
2+
title: Tracking Copilot's sessions
3+
shortTitle: Track Copilot sessions
4+
intro: "You can use the Agents page and session logs to track {% data variables.product.prodname_copilot_short %}'s progress and understand its approach."
55
product: '{% data reusables.gated-features.copilot-coding-agent %}<br><a href="https://github.com/features/copilot/plans?ref_cta=Copilot+plans+signup&ref_loc=using+the+copilot+coding+agent+logs&ref_page=docs" target="_blank" class="btn btn-primary mt-3 mr-3 no-underline"><span>Sign up for {% data variables.product.prodname_copilot_short %}</span> {% octicon "link-external" height:16 %}</a>'
66
versions:
77
feature: copilot
@@ -11,18 +11,35 @@ type: how_to
1111
redirect_from:
1212
- /copilot/using-github-copilot/using-copilot-coding-agent-to-work-on-tasks/using-the-copilot-coding-agent-logs
1313
- /copilot/using-github-copilot/coding-agent/using-the-copilot-coding-agent-logs
14+
- /copilot/how-tos/agents/copilot-coding-agent/using-the-copilot-coding-agent-logs
1415
---
1516

1617
{% data reusables.copilot.coding-agent.preview-note %}
1718

1819
## Introduction
1920

20-
After you assign an issue to {% data variables.product.prodname_copilot_short %}, or use {% data variables.copilot.copilot_chat_short %} to ask {% data variables.product.prodname_copilot_short %} to create a pull request, {% data variables.product.prodname_copilot_short %} works autonomously to complete the task. See [AUTOTITLE](/copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot).
21+
After you give {% data variables.product.prodname_copilot_short %} a task, it works autonomously in the background to complete it. See [AUTOTITLE](/copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot).
22+
23+
The [Agents page](https://github.com/copilot/agents) provides an overview of your agent sessions across repositories. From this page, you can kick off new tasks and track {% data variables.product.prodname_copilot_short %}'s progress.
2124

2225
During or after an agent session, you can inspect the session logs to understand {% data variables.product.prodname_copilot_short %}'s approach to your problem.
2326

27+
## Tracking agent sessions from the Agents page
28+
29+
You can see a list of your running and past agent sessions on the Agents page at [github.com/copilot/agents](https://github.com/copilot/agents).
30+
31+
You can also reach this page by clicking the **{% octicon "copilot" aria-label="Copilot icon" %}** button next to the search bar on any page on {% data variables.product.github %}, then selecting **Agents** from the sidebar.
32+
33+
![Screenshot of the Agents page with several sessions, including one currently in progress.](/assets/images/help/copilot/coding-agent/agents-page.png)
34+
35+
For each session listed below the prompt field, you can see its status at a glance, or click on it to navigate to the linked pull request.
36+
37+
You can also start new agent sessions from this page. See [AUTOTITLE](/copilot/how-tos/agents/copilot-coding-agent/asking-copilot-to-create-a-pull-request).
38+
2439
## Using the session logs to understand {% data variables.product.prodname_copilot_short %}'s approach
2540

41+
You can dive into {% data variables.product.prodname_copilot_short %}'s session logs to understand how it approached your task.
42+
2643
To view the session logs, click **View session** in the pull request timeline.
2744

2845
![Screenshot of a section of a pull request with the 'View session' button highlighted.](/assets/images/help/copilot/coding-agent/log-view-session.png)

content/copilot/how-tos/agents/copilot-coding-agent/using-copilot-to-work-on-an-issue.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ A few seconds later, {% data variables.product.prodname_copilot_short %} will op
132132

133133
{% data variables.product.prodname_copilot_short %} will start an **agent session** to work on your issue. A "{% data variables.product.prodname_copilot_short %} started work" event will appear in the pull request timeline, and as {% data variables.product.prodname_copilot_short %} works, it will update the pull request body with regular status updates, and push commits to the branch.
134134

135+
All of your sessions, past and present, can be seen and tracked from the [Agents page](https://github.com/copilot/agents). See [AUTOTITLE](/copilot/how-tos/agents/copilot-coding-agent/tracking-copilots-sessions).
136+
135137
![Screenshot of a pull request with a series of timeline events, including "Copilot started work."](/assets/images/help/copilot/coding-agent/copilot-started-work.png)
136138

137139
If you want to check what {% data variables.product.prodname_copilot_short %} is doing, click **View session**. The session log viewer is displayed, showing you a live log as {% data variables.product.prodname_copilot_short %} works on the issue. If you want to stop {% data variables.product.prodname_copilot_short %} from working on the issue, click **Stop session**. See [AUTOTITLE](/copilot/using-github-copilot/coding-agent/using-the-copilot-coding-agent-logs).

0 commit comments

Comments
 (0)

TMZ Celebrity News – Breaking Stories, Videos & Gossip

Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

🎥 Watch TMZ Live

TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.