Skip to content

Commit 9a6dfea

Browse files
authored
Merge pull request #43814 from github/repo-sync
Repo sync
2 parents 478d289 + 301a7b3 commit 9a6dfea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+406
-883
lines changed

content/code-security/how-tos/secure-your-supply-chain/secure-your-dependencies/configuring-multi-ecosystem-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Commit the changes to your `dependabot.yml` file.
6969

7070
## 4. Customize with additional keys (optional)
7171

72-
You can add labels, reviewers, or other configuration options to your multi-ecosystem groups. See [`assignees`](/code-security/dependabot/working-with-dependabot/dependabot-options-reference#assignees--) and [`labels`](/code-security/dependabot/working-with-dependabot/dependabot-options-reference#labels--).
72+
You can add assignees, labels, or other configuration options to your multi-ecosystem groups. See [`assignees`](/code-security/dependabot/working-with-dependabot/dependabot-options-reference#assignees--) and [`labels`](/code-security/dependabot/working-with-dependabot/dependabot-options-reference#labels--).
7373

7474
```yaml copy
7575
multi-ecosystem-groups:

content/communities/moderating-comments-and-conversations/managing-disruptive-comments.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Managing disruptive comments
3-
intro: 'You can {% ifversion fpt or ghec %}hide, edit,{% else %}edit{% endif %} or delete comments on issues, pull requests, and commits.'
3+
intro: 'You can {% ifversion fpt or ghec %}hide, edit,{% else %}edit{% endif %} or delete comments on issues, discussions, pull requests, and commits.'
44
redirect_from:
55
- /articles/editing-a-comment
66
- /articles/deleting-a-comment
@@ -17,7 +17,7 @@ category:
1717

1818
## Hiding a comment
1919

20-
{% ifversion fpt or ghec %}Organization moderators, and anyone{% else %}Anyone{% endif %} with write access to a repository, can hide comments on issues, pull requests, and commits.
20+
{% ifversion fpt or ghec %}Organization moderators, and anyone{% else %}Anyone{% endif %} with write access to a repository, can hide comments on issues, discussions, pull requests, and commits.
2121

2222
If a comment is off-topic, outdated, or resolved, you may want to hide a comment to keep a discussion focused or make a pull request easier to navigate and review. Hidden comments are minimized but people with read access to the repository can expand them.
2323

@@ -29,15 +29,10 @@ If a comment is off-topic, outdated, or resolved, you may want to hide a comment
2929
![Screenshot of a pull request comment by octo-user. Below an icon of three dots, a dropdown menu is expanded, and "Hide" is outlined in orange.](/assets/images/help/repository/comment-menu-hide.png)
3030

3131
1. Using the "Choose a reason" dropdown menu, choose a reason to hide the comment. Then select **Hide comment**.
32-
{% ifversion fpt or ghec %}
33-
![Screenshot of a comment showing a menu to select a reason to hide the comment: Spam, Abuse, Off Topic, Outdated, Duplicate, or Resolved.](/assets/images/help/repository/choose-reason-for-hiding-comment.png)
34-
{% else %}
35-
![Screenshot of a comment showing a menu to select a reason to hide the comment: Off Topic, Outdated, Duplicate, or Resolved.](/assets/images/help/repository/choose-reason-for-hiding-comment-ghe.png)
36-
{% endif %}
3732

3833
## Unhiding a comment
3934

40-
{% ifversion fpt or ghec %}Organization moderators, and anyone{% else %}Anyone{% endif %} with write access to a repository, can unhide comments on issues, pull requests, and commits.
35+
{% ifversion fpt or ghec %}Organization moderators, and anyone{% else %}Anyone{% endif %} with write access to a repository, can unhide comments on issues, discussions, pull requests, and commits.
4136

4237
1. Navigate to the comment you'd like to unhide.
4338
1. On the right side of the comment, click **{% octicon "fold" aria-hidden="true" aria-label="fold" %} Show comment**.
@@ -47,9 +42,9 @@ If a comment is off-topic, outdated, or resolved, you may want to hide a comment
4742

4843
## Editing a comment
4944

50-
Anyone with write access to a repository can edit comments on issues, pull requests, and commits.
45+
Anyone with write access to a repository can edit comments on issues, discussions, pull requests, and commits.
5146

52-
It's appropriate to edit a comment and remove content that doesn't contribute to the conversation and violates your community's code of conduct{% ifversion fpt or ghec %} or GitHub's [Community Guidelines](/free-pro-team@latest/site-policy/github-terms/github-community-guidelines){% endif %}.
47+
It's appropriate to edit a comment and remove content that doesn't contribute to the conversation and violates your community's code of conduct{% ifversion fpt or ghec %} or {% data variables.product.github %}'s [Community Guidelines](/free-pro-team@latest/site-policy/github-terms/github-community-guidelines){% endif %}.
5348

5449
Sometimes it may make sense to clearly indicate edits and their justification.
5550

@@ -72,7 +67,7 @@ Comment authors and anyone with write access to a repository can also delete sen
7267

7368
## Deleting a comment
7469

75-
Anyone with write access to a repository can delete comments on issues, pull requests, and commits. Organization owners, team maintainers, and the comment author can also delete a comment on a team page.
70+
Anyone with write access to a repository can delete comments on issues, discussions, pull requests, and commits. Organization owners, team maintainers, and the comment author can also delete a comment on a team page.
7671

7772
If a comment contains some constructive content that adds to the conversation in the issue or pull request, you can edit the comment instead.
7873

content/copilot/concepts/agents/about-third-party-agents.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,24 @@ The following third-party agents are supported on {% data variables.product.gith
4545
* [{% data variables.product.prodname_anthropic_claude %}](/copilot/concepts/agents/anthropic-claude)
4646
* [{% data variables.product.prodname_openai_codex %}](/copilot/concepts/agents/openai-codex)
4747

48+
## AI models for third-party agents
49+
50+
When starting a task with a third-party agent, you can select the AI model used by the agent. You may find that different models perform better, or provide more useful responses, depending on the type of task. For help deciding which model to use, see [AUTOTITLE](/copilot/reference/ai-models/model-comparison).
51+
52+
You can also select **Auto**, which allows {% data variables.copilot.copilot_auto_model_selection %} to choose the best available model on your behalf. For more information, see [AUTOTITLE](/copilot/concepts/auto-model-selection).
53+
54+
The following models are available for each agent:
55+
56+
### {% data variables.product.prodname_openai_codex %}
57+
58+
* Auto
59+
{% data reusables.copilot.openai-codex-agent-models %}
60+
61+
### {% data variables.product.prodname_anthropic_claude %}
62+
63+
* Auto
64+
{% data reusables.copilot.anthropic-claude-agent-models %}
65+
4866
## Usage costs
4967

5068
Coding agents consume **{% data variables.product.prodname_actions %} minutes** and **{% data variables.product.prodname_copilot %} premium requests**. Each agent **session** consumes one premium request.

content/copilot/concepts/agents/anthropic-claude.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,12 @@ The {% data variables.product.prodname_anthropic_claude %} coding agent uses the
1919
Before you can assign tasks to {% data variables.product.prodname_anthropic_claude %} coding agent, it must be enabled. See [AUTOTITLE](/copilot/how-tos/manage-your-account/manage-policies#enabling-or-disabling-third-party-agents-in-your-repositories).
2020

2121
To learn more about using third-party coding agents, see [AUTOTITLE](/copilot/concepts/agents/about-third-party-agents).
22+
23+
### Supported models
24+
25+
When starting a task with the {% data variables.product.prodname_anthropic_claude %} coding agent, you can select the AI model used by the agent. The following models are available:
26+
27+
* Auto
28+
{% data reusables.copilot.anthropic-claude-agent-models %}
29+
30+
If you select **Auto**, {% data variables.copilot.copilot_auto_model_selection %} will select the best model based on availability and to help reduce rate limiting. For more information, see [AUTOTITLE](/copilot/concepts/auto-model-selection).

content/copilot/concepts/agents/openai-codex.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,26 @@ The {% data variables.product.prodname_openai_codex %} coding agent and the {% d
1919

2020
## {% data variables.product.prodname_openai_codex %} coding agent
2121

22+
The {% data variables.product.prodname_openai_codex %} coding agent is available to {% data variables.copilot.copilot_pro %}, {% data variables.copilot.copilot_pro_plus %}, {% data variables.copilot.copilot_for_business %}, and {% data variables.copilot.copilot_enterprise %} users.
23+
2224
Before you can assign tasks to {% data variables.product.prodname_openai_codex %} coding agent, it must be enabled. See [AUTOTITLE](/copilot/how-tos/manage-your-account/manage-policies#enabling-or-disabling-third-party-agents-in-your-repositories).
2325

2426
To learn more about using third-party agents on {% data variables.product.github %}, see [AUTOTITLE](/free-pro-team@latest/copilot/concepts/agents/about-third-party-agents).
2527

28+
### Supported models
29+
30+
When starting a task with the {% data variables.product.prodname_openai_codex %} coding agent, you can select the AI model used by the agent. The following models are available:
31+
32+
* Auto
33+
{% data reusables.copilot.openai-codex-agent-models %}
34+
35+
If you select **Auto**, {% data variables.copilot.copilot_auto_model_selection %} will select the best model based on availability and to help reduce rate limiting. For more information, see [AUTOTITLE](/copilot/concepts/auto-model-selection).
36+
2637
## {% data variables.product.prodname_vscode_shortname %} extension
2738

28-
Use "Sign in with {% data variables.product.prodname_copilot_short %}" when launching the extension. {% data variables.product.prodname_copilot_short %} users can see this integration in the [Agent Sessions view](https://code.visualstudio.com/docs/copilot/chat/chat-sessions#_agent-sessions-view) in {% data variables.product.prodname_vscode_shortname %} Insiders along with progress on their running tasks. All usage is subject to {% data variables.product.github %} rate limits and billing. See [AUTOTITLE](/copilot/concepts/billing/copilot-requests#premium-features).
39+
> [!NOTE] The "Sign in with {% data variables.product.prodname_copilot_short %}" option in the {% data variables.product.prodname_openai_codex %} {% data variables.product.prodname_vscode_shortname %} extension is only available to {% data variables.copilot.copilot_pro_plus %} subscribers.
40+
41+
Use "Sign in with {% data variables.product.prodname_copilot_short %}" when launching the extension. {% data variables.copilot.copilot_pro_plus_short %} users can see this integration in the [Agent Sessions view](https://code.visualstudio.com/docs/copilot/chat/chat-sessions#_agent-sessions-view) in {% data variables.product.prodname_vscode_shortname %} Insiders along with progress on their running tasks. All usage is subject to {% data variables.product.github %} rate limits and billing. See [AUTOTITLE](/copilot/concepts/billing/copilot-requests#premium-features).
2942

3043
### Model availability
3144

content/copilot/concepts/auto-model-selection.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'About {% data variables.product.prodname_copilot_short %} auto model selection'
33
allowTitleToDifferFromFilename: true
44
shortTitle: 'Auto model selection'
5-
intro: 'Automatically select models for {% data variables.copilot.copilot_chat_short %} and {% data variables.copilot.copilot_cloud_agent %}.'
5+
intro: 'Automatically select models for {% data variables.copilot.copilot_chat_short %}, {% data variables.copilot.copilot_cloud_agent %}, and third-party agents.'
66
product: '{% data variables.copilot.copilot_auto_model_selection_short_cap_a %} for {% data variables.copilot.copilot_chat_short %} is available with all {% data variables.product.prodname_copilot %} plans. <br>{% data variables.copilot.copilot_auto_model_selection_short_cap_a %} for {% data variables.copilot.copilot_cloud_agent %} is available for {% data variables.copilot.copilot_pro %} and {% data variables.copilot.copilot_pro_plus %} plans.'
77
versions:
88
feature: copilot
@@ -66,3 +66,19 @@ When you select **Auto** in {% data variables.copilot.copilot_cloud_agent %}, {%
6666
{% data reusables.copilot.copilot-cloud-agent-auto-models %}
6767

6868
{% data reusables.copilot.change-the-ai-model-copilot-cloud-agent %}
69+
70+
## {% data variables.copilot.copilot_auto_model_selection_short_cap_a %} in {% data variables.product.prodname_openai_codex %}
71+
72+
When you select **Auto** in the {% data variables.product.prodname_openai_codex %} coding agent, {% data variables.copilot.copilot_auto_model_selection_short_cap_a %} currently chooses from the following list of models, subject to your policies and subscription type:
73+
74+
{% data reusables.copilot.openai-codex-agent-models %}
75+
76+
For more information, see [AUTOTITLE](/copilot/concepts/agents/openai-codex).
77+
78+
## {% data variables.copilot.copilot_auto_model_selection_short_cap_a %} in {% data variables.product.prodname_anthropic_claude %}
79+
80+
When you select **Auto** in the {% data variables.product.prodname_anthropic_claude %} coding agent, {% data variables.copilot.copilot_auto_model_selection_short_cap_a %} currently chooses from the following list of models, subject to your policies and subscription type:
81+
82+
{% data reusables.copilot.anthropic-claude-agent-models %}
83+
84+
For more information, see [AUTOTITLE](/copilot/concepts/agents/anthropic-claude).

content/copilot/concepts/rate-limits.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,18 @@ When you hit a rate limit, you may temporarily lose access to certain {% data va
2626
* **Fairness:** Rate limits ensure that all users have equitable access to {% data variables.product.prodname_copilot_short %}.
2727
* **Abuse mitigation:** Without rate limits, malicious actors could exploit {% data variables.product.prodname_copilot_short %}, leading to degraded service for everyone or even denial of service.
2828

29+
## Types of rate limits
30+
* **Limits for overall service reliability:** Temporary protections that {% data variables.product.github %} applies to keep {% data variables.product.prodname_copilot %} reliable and fair for everyone. You may see these represented as **global** or **weekly** rate limits.
31+
* **Limits for specific models or model family capacity:** Plan-based limits that reflect the {% data variables.product.prodname_copilot %} usage you've consumed for a particular model or model family.
32+
2933
## What to do if you are rate limited
3034

3135
If you receive a rate limit error when using {% data variables.product.prodname_copilot_short %}, you should:
3236

3337
* **Wait and try again.** Rate limits are temporary. Often, waiting a short period and trying again resolves the issue.
3438
* **Check your usage.** If you’re making frequent or automated requests (for example, rapid-fire completions or large-scale usage), consider adjusting your usage pattern.
35-
* **Change your model.** Preview models may have stricter rate limits due to limited capacity.
39+
* **Change your model.** Select models may have stricter rate limits due to limited capacity.
40+
* **Upgrade your plan.** If you are on an individual {% data variables.product.prodname_copilot_short %} plan, upgrading your plan will allow for additional usage.
3641
* **Contact Support.** If you’re repeatedly rate limited and believe it’s impacting legitimate use, contact {% data variables.contact.contact_support_page %} for assistance.
3742

38-
>[!NOTE] Service-level rate limits should not affect typical {% data variables.product.prodname_copilot_short %} usage. However, if you’re heavily using preview models, you may encounter rate limits more frequently.
43+
>[!NOTE] Service-level rate limits should not affect typical {% data variables.product.prodname_copilot_short %} usage. However, if you’re heavily using select models, you may encounter rate limits more frequently.

content/copilot/how-tos/troubleshoot-copilot/troubleshoot-common-issues.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,17 @@ If you cannot connect to the server, you can create a discussion in our [discuss
6363

6464
This is a known issue and our team is working towards a fix. For more information, see this comment on a [{% data variables.product.prodname_github_community %} discussion](https://github.com/orgs/community/discussions/40522#discussioncomment-4701470).
6565

66-
## Error: "Sorry, your request was rate-limited."
66+
## Error: You've hit a rate limit
6767

6868
This error suggests that you have exceeded the rate limit for {% data variables.product.prodname_copilot_short %} requests. {% data variables.product.github %} uses rate limits to ensure everyone has fair access to the {% data variables.product.prodname_copilot_short %} service and to protect against abuse.
6969

70-
Most people see rate limiting for preview models, due to limited capacity.
70+
Most people see rate limiting for select models, due to limited capacity.
7171

7272
Service-level request rate limits ensure high service quality for all {% data variables.product.prodname_copilot_short %} users and should not affect typical or even deeply engaged {% data variables.product.prodname_copilot_short %} usage. We are aware of some use cases that are affected by it. {% data variables.product.github %} is iterating on {% data variables.product.prodname_copilot_short %}’s rate-limiting heuristics to ensure it doesn’t block legitimate use cases.
7373

74-
In case you experience repeated rate-limiting in {% data variables.product.prodname_copilot_short %}, contact {% data variables.contact.contact_support_page %}.
74+
In the case you are rate limited, the error message will contain the suggested time to retry for a successful request. Consider [alternative actions](/copilot/concepts/rate-limits#what-to-do-if-you-are-rate-limited) to continue using {% data variables.product.prodname_copilot_short %} while your limit is reset.
75+
76+
In case you experience repeated rate limiting in {% data variables.product.prodname_copilot_short %} contact {% data variables.contact.contact_support_page %}.
7577

7678
## Can't find {% data variables.copilot.copilot_chat_short %} in my IDE
7779

content/copilot/tutorials/use-custom-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Using custom instructions to unlock the power of Copilot code review
3-
shortTitle: Use custom instructions
3+
shortTitle: Customize code review
44
intro: 'Learn how to write effective custom instructions that help {% data variables.product.prodname_copilot %} provide more relevant and actionable code reviews.'
55
versions:
66
feature: copilot
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* {% data variables.copilot.copilot_claude_opus_45 %}
2+
* {% data variables.copilot.copilot_claude_opus_46 %}
3+
* {% data variables.copilot.copilot_claude_sonnet_45 %}
4+
* {% data variables.copilot.copilot_claude_sonnet_46 %}

0 commit comments

Comments
 (0)