Skip to content

Commit ee2ca94

Browse files
authored
[2026-03-05] Pick a model when tagging Copilot coding agent with @copilot in a pull request comment (#59621)
1 parent 189007e commit ee2ca94

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

content/copilot/how-tos/use-copilot-agents/coding-agent/changing-the-ai-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In supported entrypoints, you can select the model used by {% data variables.cop
2020
You may find that different models perform better, or provide more useful responses, depending on the type of tasks you give {% data variables.product.prodname_copilot_short %}.
2121

2222
> [!NOTE]
23-
> Model selection for {% data variables.copilot.copilot_coding_agent %} is only supported when assigning an issue to {% data variables.product.prodname_copilot_short %} on {% data variables.product.prodname_dotcom_the_website %}, or when starting a task from the agents tab, agents panel, {% data variables.product.prodname_mobile %} or the Raycast launcher. Where a model picker is not available, Auto will be used automatically. See [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr).
23+
> Model selection for {% data variables.copilot.copilot_coding_agent %} is only supported when assigning an issue to {% data variables.product.prodname_copilot_short %} on {% data variables.product.prodname_dotcom_the_website %}, when mentioning `@copilot` in a pull request comment on {% data variables.product.prodname_dotcom_the_website %}, or when starting a task from the agents tab, agents panel, {% data variables.product.prodname_mobile %} or the Raycast launcher. Where a model picker is not available, Auto will be used automatically. See [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr).
2424
2525
## Supported models
2626

content/copilot/how-tos/use-copilot-agents/coding-agent/make-changes-to-an-existing-pr.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ category:
1616
1717
## Introduction
1818

19-
You can ask {% data variables.product.prodname_copilot_short %} to make changes to an existing pull request created by a human developer.
19+
You can ask {% data variables.product.prodname_copilot_short %} to make changes to an existing pull request created by a human developer by mentioning `@copilot` in a comment.
2020

2121
{% data variables.product.prodname_copilot_short %} will create a child pull request, using the existing pull request's branch as the base branch. Once it has finished work on the changes you requested, it requests your review on the child pull request.
2222

@@ -27,7 +27,9 @@ You can ask {% data variables.product.prodname_copilot_short %} to make changes
2727
## Asking {% data variables.product.prodname_copilot_short %} to make changes
2828

2929
1. Navigate to the pull request that you want {% data variables.product.prodname_copilot_short %} to make changes to.
30-
1. Leave a comment or review mentioning {% data variables.product.prodname_copilot_short %} with `@copilot`.
30+
1. Write a comment or review mentioning {% data variables.product.prodname_copilot_short %} with `@copilot`.
31+
1. Optionally, when leaving a pull request comment (not a review or review comment) through the {% data variables.product.github %} web interface, select a model using the model picker.
32+
1. Submit your comment or review.
3133

3234
{% data variables.product.prodname_copilot_short %} will open a child pull request, using the existing pull request's branch as the base branch.
3335

content/copilot/how-tos/use-copilot-agents/coding-agent/review-copilot-prs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ After {% data variables.product.prodname_copilot_short %} has finished working o
3030
3131
You can ask {% data variables.product.prodname_copilot_short %} to make changes by mentioning `@copilot` in pull request comments, or you can check out {% data variables.product.prodname_copilot_short %}'s branch and make changes yourself.
3232

33+
Optionally, when submitting a pull request comment (not a review or review comment) through the {% data variables.product.github %} web interface, you can select a model using the model picker. By default, {% data variables.product.prodname_copilot_short %} will use the model originally used to create the pull request.
34+
3335
> [!TIP]
3436
> We recommend you batch your review comments instead of submitting them individually.
3537

0 commit comments

Comments
 (0)