Skip to content

Commit cfd3bc5

Browse files
authored
Fix incorrect statement about premium request usage for code selection review in VSC for Copilot Free users (#58508)
1 parent d29f11b commit cfd3bc5

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

content/copilot/concepts/agents/code-review.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,13 @@ In the event that {% data variables.product.prodname_actions %} is unavailable o
6161
* Xcode
6262
* JetBrains IDEs
6363

64-
{% data variables.copilot.copilot_code-review_short %} is—with one exception—a premium feature, available with the {% data variables.copilot.copilot_pro_short %}, {% data variables.copilot.copilot_pro_plus_short %}, {% data variables.copilot.copilot_business_short %}, and {% data variables.copilot.copilot_enterprise_short %} plans. See [Copilot plans](https://github.com/features/copilot/plans?ref_product=copilot&ref_type=purchase&ref_style=text&utm_source=docs-signup-copilot&utm_medium=docs&utm_campaign=universe25post).
65-
66-
The exception is the review of a selection of code within a file in {% data variables.product.prodname_vscode %}. This is a standard feature available to all {% data variables.product.prodname_copilot_short %} users in {% data variables.product.prodname_vscode_shortname %}.
64+
{% data variables.copilot.copilot_code-review_short %} is a premium feature, available with the {% data variables.copilot.copilot_pro_short %}, {% data variables.copilot.copilot_pro_plus_short %}, {% data variables.copilot.copilot_business_short %}, and {% data variables.copilot.copilot_enterprise_short %} plans. See [Copilot plans](https://github.com/features/copilot/plans?ref_product=copilot&ref_type=purchase&ref_style=text&utm_source=docs-signup-copilot&utm_medium=docs&utm_campaign=universe25post).
6765

6866
If you receive {% data variables.product.prodname_copilot_short %} from an organization then, to be able to request a pull request review from {% data variables.product.prodname_copilot_short %} on {% data variables.product.prodname_dotcom_the_website %} or in {% data variables.product.prodname_mobile %}, the **{% data variables.copilot.copilot_code-review_short %}** option must be enabled in the {% data variables.product.prodname_copilot_short %} policy settings for the organization. See [AUTOTITLE](/copilot/how-tos/administer/organizations/managing-policies-for-copilot-in-your-organization).
6967

7068
## Code review monthly quota
7169

72-
Each time {% data variables.product.prodname_copilot_short %} reviews a pull request, or reviews files in your IDE that contain uncommitted changes, your monthly quota of Copilot premium requests is reduced by one. Code review for currently selected text in {% data variables.product.prodname_vscode_shortname %} does not consume a premium request. For information about premium requests, see [AUTOTITLE](/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests).
70+
Each time {% data variables.product.prodname_copilot_short %} reviews a pull request, or reviews code in your IDE, your monthly quota of Copilot premium requests is reduced by one.
7371

7472
If a repository is configured to automatically request a code review from {% data variables.product.prodname_copilot_short %} for all new pull requests, the premium request usage is applied to the quota of the pull request author. If a pull request is created by {% data variables.product.prodname_actions %} or by a bot, the usage will apply to the user who triggered the workflow (if identifiable), or to a designated billing owner.
7573

@@ -81,17 +79,6 @@ When you reach your monthly quota you will not be able to get a code review from
8179

8280
{% data reusables.copilot.ccr-model-settings %}
8381

84-
## {% data variables.copilot.copilot_code-review_short %} in {% data variables.product.prodname_vscode %}
85-
86-
{% data variables.copilot.copilot_code-review_short %} in {% data variables.product.prodname_vscode %} supports two types of review:
87-
88-
* **Review selection:**
89-
* Highlight code and ask for an initial review.
90-
* Standard {% data variables.product.prodname_copilot_short %} feature. No premium requests used.
91-
* **Review changes:**
92-
* Request a deeper review of all of your uncommitted changes.
93-
* Premium feature. Uses one premium request from your monthly quota per review.
94-
9582
## Providing instructions for {% data variables.product.prodname_copilot_short %} code reviews
9683

9784
You can tailor the reviews that {% data variables.product.prodname_copilot_short %} generates by providing custom instructions. This helps {% data variables.product.prodname_copilot_short %} to review the code in a way that matches your team's coding standards, tools, and practices. See [AUTOTITLE](/copilot/how-tos/configure-custom-instructions/add-repository-instructions?tool=webui) and [AUTOTITLE](/copilot/how-tos/configure-custom-instructions/add-organization-instructions).

0 commit comments

Comments
 (0)