You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/copilot/concepts/copilot-billing/understanding-and-managing-requests-in-copilot.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,8 @@ Each model has a premium request multiplier, based on its complexity and resourc
86
86
87
87
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.
88
88
89
+
{% rowheaders %}
90
+
89
91
| Model | Multiplier for **paid plans**| Multiplier for **{% data variables.copilot.copilot_free_short %}**|
Copy file name to clipboardExpand all lines: content/copilot/how-tos/agents/copilot-coding-agent/asking-copilot-to-create-a-pull-request.md
+29-13Lines changed: 29 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Asking Copilot to create a pull request
3
3
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 %}.'
5
5
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>'
6
6
versions:
7
7
feature: copilot
@@ -15,43 +15,59 @@ redirect_from:
15
15
---
16
16
17
17
> [!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 %}.
19
18
> * {% data reusables.copilot.coding-agent.preview-note-text %}
20
19
21
20
## Introduction
22
21
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 %}.
24
23
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).
26
25
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
28
27
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).
30
29
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
+

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 %}.
32
49
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.
33
50
34
51
For example, `@github Create a PR to put backticks around file names and variables in output.`
35
52
36
53
> [!IMPORTANT]
37
54
> {% data reusables.copilot.coding-agent.use-chat-participant-in-vsc %}
38
55
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
-
42
56
1. Submit your prompt.
43
57
44
58
{% data variables.product.prodname_copilot_short %} asks you to confirm that you want to use the coding agent to create a pull request.
45
59
46
60
1. Click **Allow**.
47
61
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.
49
63
50
64
## Monitoring progress
51
65
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.
53
69
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**.
Copy file name to clipboardExpand all lines: content/copilot/how-tos/agents/copilot-coding-agent/tracking-copilots-sessions.md
+21-4Lines changed: 21 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
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."
5
5
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>'
{% data reusables.copilot.coding-agent.preview-note %}
17
18
18
19
## Introduction
19
20
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.
21
24
22
25
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.
23
26
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
+

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
+
24
39
## Using the session logs to understand {% data variables.product.prodname_copilot_short %}'s approach
25
40
41
+
You can dive into {% data variables.product.prodname_copilot_short %}'s session logs to understand how it approached your task.
42
+
26
43
To view the session logs, click **View session** in the pull request timeline.
27
44
28
45

Copy file name to clipboardExpand all lines: content/copilot/how-tos/agents/copilot-coding-agent/using-copilot-to-work-on-an-issue.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,8 @@ A few seconds later, {% data variables.product.prodname_copilot_short %} will op
132
132
133
133
{% datavariables.product.prodname_copilot_short %} willstartan **agentsession** toworkonyourissue. A"{% data variables.product.prodname_copilot_short %} started work"eventwillappearinthepullrequesttimeline, andas {% datavariables.product.prodname_copilot_short %} works, itwillupdatethepullrequestbodywithregularstatusupdates, andpushcommitstothebranch.
134
134
135
+
Allofyoursessions, pastandpresent, canbeseenandtrackedfromthe [Agentspage](https://github.com/copilot/agents). See [AUTOTITLE](/copilot/how-tos/agents/copilot-coding-agent/tracking-copilots-sessions).
136
+
135
137

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.
0 commit comments