Skip to content

Commit df98ab8

Browse files
fix(copilot-chat): correct product name variable in JetBrains chat window
Fixes #37297 – the product name variable was incorrect in the Copilot Chat window for JetBrains IDEs. Updated the reference to display the correct name across all relevant views. Merge branch 'main' into fix/copilot-chat-variable
2 parents 230da0f + a51ba8d commit df98ab8

File tree

96 files changed

+1653
-528
lines changed

Some content is hidden

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

96 files changed

+1653
-528
lines changed
56.4 KB
Loading
Loading
Loading
Loading
43.8 KB
Loading
Loading

content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/about-the-monitor-dashboards.md

+4
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ Number of tasks queued for background processing on the {% data variables.produc
116116
Monitoring Git maintenance failures can help customers with large and active repositories proactively manage repository health. Occasional "spurious failures" and "retries" are expected, but if a repository consistently shows Git maintenance marked as "failed", we recommend contacting [GitHub Support](https://support.github.com/).
117117
{% endif %}
118118

119+
### Git Maintenance
120+
121+
Monitoring Git maintenance failures can help customers with large and active repositories proactively manage repository health. Occasional "spurious failures" and "retries" are expected, but if a repository consistently shows Git maintenance marked as "failed", we recommend contacting [GitHub Support](https://support.github.com/).
122+
119123
### Network
120124

121125
The network interface graphs can be useful in profiling user activity, and throughput of traffic in and out of the {% data variables.product.prodname_ghe_server %} appliance.

content/billing/managing-billing-for-your-products/managing-billing-for-github-copilot/about-billing-for-github-copilot.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ Subscriptions to {% data variables.product.prodname_copilot_for_business %} are
2020

2121
## {% data variables.product.prodname_copilot %} as an individual
2222

23-
Subscriptions to {% data variables.product.prodname_copilot_pro %} are available on a monthly or yearly cycle, for either {% data variables.copilot.cfi_price_per_month %} per calendar month or {% data variables.copilot.cfi_price_per_year %} per year. For more information, see [AUTOTITLE](/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-subscription/about-billing-for-github-copilot-individual).
23+
Subscriptions to {% data variables.product.prodname_copilot_pro %} and {% data variables.product.prodname_copilot_pro_plus %} are available on a monthly or yearly cycle:
24+
25+
* **{% data variables.product.prodname_copilot_pro_short %}**: {% data variables.copilot.cfi_price_per_month %} per calendar month or {% data variables.copilot.cfi_price_per_year %} per year.
26+
* **{% data variables.product.prodname_copilot_pro_plus_short %}**: {% data variables.copilot.cpp_price_per_month %} per calendar month or {% data variables.copilot.cpp_price_per_year %} per year.
27+
28+
See [AUTOTITLE](/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-subscription/about-billing-for-github-copilot-individual).
2429

2530
> [!NOTE] {% data reusables.copilot.copilot-one-account %}
2631

content/billing/using-the-new-billing-platform/gathering-insights-on-your-spending.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,16 @@ You can view the usage of your personal account and download the usage data for
4040

4141
>[!NOTE] The usage graph is configured to represent the start of the month to the end of the month, not your specific billing period.
4242
43-
1. To request a CSV usage report, select **Get usage report** in the upper-right corner of the page. You can choose a pre-selected option or use the Custom range option to specify a date range of up to 31 days.
43+
1. To request a CSV usage report, select **Get usage report** in the upper-right corner of the page.
44+
45+
* For a breakdown of all metered usage, click **Metered billing usage report**.
46+
* For a per user breakdown of additional premium requests, click **{% data variables.product.prodname_copilot_short %} premium requests usage report**.
47+
48+
<!-- expires 2025-05-05 -->
49+
{% data reusables.copilot.unlimited-premium-requests %}
50+
<!-- end expires 2025-05-05 -->
51+
52+
You can choose a pre-selected option or use the "Custom range" option to specify a date range of up to 31 days.
4453

4554
{% endif %}
4655

@@ -73,7 +82,16 @@ You can view the usage of your {% data variables.enterprise.enterprise_or_org %}
7382

7483
>[!NOTE] The usage graph is configured to represent the start of the month to the end of the month, not your specific billing period.
7584
76-
1. To request a CSV usage report, select **Get usage report** in the upper-right corner of the page. You can choose a pre-selected option or use the Custom range option to specify a date range of up to 31 days.
85+
1. To request a CSV usage report, select **Get usage report** in the upper-right corner of the page.
86+
87+
* For a breakdown of all metered usage, click **Metered billing usage report**.
88+
* For a per user breakdown of additional premium requests, click **{% data variables.product.prodname_copilot_short %} premium requests usage report**.
89+
90+
<!-- expires 2025-05-05 -->
91+
{% data reusables.copilot.unlimited-premium-requests %}
92+
<!-- end expires 2025-05-05 -->
93+
94+
You can choose a pre-selected option or use the "Custom range" option to specify a date range of up to 31 days.
7795

7896
## Viewing license usage
7997

content/copilot/about-github-copilot/github-copilot-features.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ A chat interface that lets you ask coding-related questions. {% data variables.p
3030

3131
A chat-like interface in the terminal, where you can ask questions about the command line. You can ask {% data variables.product.prodname_copilot_short %} to provide command suggestions or explanations of commands. Users can also integrate {% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_windows_terminal %} Canary. For more information, see [AUTOTITLE](/copilot/using-github-copilot/using-github-copilot-in-the-command-line).
3232

33+
### {% data variables.product.prodname_copilot %} code review
34+
35+
AI-generated code review suggestions to help you write better code. For more information, see [AUTOTITLE](/copilot/using-github-copilot/code-review/using-copilot-code-review).
36+
3337
### {% data variables.product.prodname_copilot_for_prs %}
3438

3539
AI-generated summaries of the changes that were made in a pull request, which files they impact, and what a reviewer should focus on when they conduct their review. For more information, see [AUTOTITLE](/copilot/using-github-copilot/using-github-copilot-for-pull-requests/creating-a-pull-request-summary-with-github-copilot).
@@ -50,10 +54,6 @@ AI-generated text completion to help you write pull request descriptions quickly
5054

5155
Bringing the power of industry leading large and small language models to users directly on {% data variables.product.github %}. For more information, see [AUTOTITLE](/github-models).
5256

53-
### {% data variables.product.prodname_copilot %} code review ({% data variables.release-phases.public_preview %})
54-
55-
AI-generated code review suggestions to help you write better code. For more information, see [AUTOTITLE](/copilot/using-github-copilot/code-review/using-copilot-code-review).
56-
5757
### {% data variables.product.prodname_copilot_edits_short %}
5858

5959
{% data variables.product.prodname_copilot_edits_short %} is available in {% data variables.product.prodname_vscode %} and JetBrains IDEs. {% data reusables.copilot.copilot-edits.about-copilot-edits %}

content/copilot/about-github-copilot/subscription-plans-for-github-copilot.md

+29-11
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,42 @@ topics:
88
shortTitle: Subscriptions
99
---
1010

11-
{% data variables.product.company_short %} offers multiple subscription options for {% data variables.product.prodname_copilot %}:
11+
<!-- expires 2025-05-05 -->
12+
{% data reusables.copilot.unlimited-premium-requests %}
13+
<!-- end expires 2025-05-05 -->
1214

13-
* **{% data variables.product.prodname_copilot_free %}** is available to individual {% data variables.product.company_short %} customers who don't have access to {% data variables.product.prodname_copilot_short %} through an organization or enterprise. This free tier provides limited access to select features of {% data variables.product.prodname_copilot_short %}, allowing you to experience AI-powered coding assistance without a subscription.
14-
* **{% data variables.product.prodname_copilot_pro %}** is available to individual {% data variables.product.company_short %} customers who don't have access to {% data variables.product.prodname_copilot_short %} through an organization or enterprise. This paid tier offers full access to all {% data variables.product.prodname_copilot_short %} features, including advanced capabilities, for a comprehensive AI coding experience. While standard {% data variables.product.prodname_copilot_short %} usage is unlimited, models within {% data variables.product.prodname_copilot_short %} that are currently in public preview are subject to changes, rate limits, and evolving performance. For details, see [AUTOTITLE](/github-models/prototyping-with-ai-models#rate-limits).
15-
* **{% data variables.product.prodname_copilot_for_business %}** is available for organizations with a {% data variables.product.prodname_free_team %} or {% data variables.product.prodname_team %} plan, or enterprises on {% data variables.product.prodname_ghe_cloud %}. {% data variables.product.prodname_copilot_business_short %} gives organizations and enterprises control over {% data variables.product.prodname_copilot_short %} policies, including which members can use {% data variables.product.prodname_copilot_short %}.
16-
* **{% data variables.product.prodname_copilot_enterprise %}** is available for enterprises on {% data variables.product.prodname_ghe_cloud %}. In addition to all of the {% data variables.product.prodname_copilot_business_short %} features, {% data variables.product.prodname_copilot_enterprise_short %} provides additional AI features on {% data variables.product.company_short %}. With this subscription plan you can choose to assign either {% data variables.product.prodname_copilot_enterprise_short %} or {% data variables.product.prodname_copilot_business_short %} to each individual organization in the enterprise.
15+
{% data variables.product.company_short %} offers several plans for {% data variables.product.prodname_copilot %}, depending on your needs and whether you're using {% data variables.product.prodname_copilot_short %} as an individual or as part of an organization or enterprise.
16+
17+
* **{% data variables.product.prodname_copilot_free %}** is available to individual developers who don't have access to {% data variables.product.prodname_copilot_short %} through an organization or enterprise. This free plan includes limited access to select {% data variables.product.prodname_copilot_short %} features, allowing you to try AI-powered coding assistance at no cost.
18+
19+
* **{% data variables.product.prodname_copilot_pro %}** is designed for individuals who want more flexibility. This paid plan includes unlimited completions, access to premium models in {% data variables.product.prodname_copilot_chat_short %}, and a monthly allowance of premium requests. Verified students, teachers, and maintainers of popular open source projects may be eligible for free access.
20+
21+
* **{% data variables.product.prodname_copilot_pro_plus %}** offers the highest level of access for individual developers. In addition to everything in {% data variables.product.prodname_copilot_pro_short %}, this plan includes a larger allowance of premium requests and full access to all available models in {% data variables.product.prodname_copilot_chat_short %}. Ideal for AI power users who want access to the most advanced capabilities.
22+
23+
* **{% data variables.product.prodname_copilot_for_business %}** is for organizations on {% data variables.product.prodname_free_team %}, {% data variables.product.prodname_team %}, or {% data variables.product.prodname_team %} plan, or enterprises on {% data variables.product.prodname_ghe_cloud %}. This plan enables centralized management and {% data variables.product.prodname_copilot_short %} policy control for organization members.
24+
25+
* **{% data variables.product.prodname_copilot_enterprise %}** is for enterprises using {% data variables.product.prodname_ghe_cloud %}. It includes all the features of {% data variables.product.prodname_copilot_business_short %}, plus additional enterprise-grade capabilities. Enterprise owners can assign either {% data variables.product.prodname_copilot_enterprise_short %} or {% data variables.product.prodname_copilot_business_short %} to individual organizations.
1726

1827
{% data variables.product.prodname_copilot_short %} is not currently available for {% data variables.product.prodname_ghe_server %}.
1928

20-
## Comparing {% data variables.product.prodname_copilot_short %} subscriptions
29+
## Comparing {% data variables.product.prodname_copilot_short %} plans
30+
31+
The tables below show the features available in each {% data variables.product.prodname_copilot_short %} plan.
2132

2233
{% data reusables.copilot.differences-cfi-cfb-table %}
2334

2435
For more information, see [AUTOTITLE](/copilot/about-github-copilot/github-copilot-features).
2536

26-
## Next steps
37+
## Ready to choose a plan?
38+
39+
Start using {% data variables.product.prodname_copilot_short %} by signing up for the plan that best fits your needs.
40+
41+
* **{% data variables.product.prodname_copilot_free_short %}** — Try {% data variables.product.prodname_copilot_short %} with limited features and requests. [Start using {% data variables.product.prodname_copilot_free_short %}](https://github.com/copilot).
42+
43+
* **{% data variables.product.prodname_copilot_pro_short %}** — Get unlimited completions and access to premium models. Includes a free 30-day trial for eligible users. [Try {% data variables.product.prodname_copilot_pro_short %} for free](https://github.com/github-copilot/signup?ref_cta=Copilot+trial&ref_loc=about+github+copilot&ref_page=docs).
44+
45+
* **{% data variables.product.prodname_copilot_pro_plus_short %}** — Unlock advanced AI models, extended request limits, and extra capabilities. [Subscribe to {% data variables.product.prodname_copilot_pro_plus_short %}](https://github.com/github-copilot/signup?ref_cta=Copilot+Pro%2B&ref_loc=subscriptions+page&ref_page=docs).
46+
47+
* **{% data variables.product.prodname_copilot_business_short %}** — For teams and organizations. [Subscribe to {% data variables.product.prodname_copilot_business_short %}](https://github.com/github-copilot/purchase?priority=business&cft=copilot_li.copilot_plans.cfb).
2748

28-
* To set up {% data variables.product.prodname_copilot_free %}, see [AUTOTITLE](/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/about-github-copilot-free).
29-
* To subscribe to {% data variables.product.prodname_copilot_pro %}, you can <a href="https://github.com/github-copilot/signup?ref_cta=Copilot+trial&ref_loc=about+github+copilot&ref_page=docs" target="_blank"><span>try {% data variables.product.prodname_copilot %} for free</span></a> with a one-time 30-day trial. To continue using {% data variables.product.prodname_copilot_short %} after the trial, you will need a paid subscription, unless you are a verified student, teacher, or maintainer of a popular open source project on {% data variables.product.prodname_dotcom %}. See [AUTOTITLE](/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/subscribing-to-copilot-as-an-individual-user).
30-
* To subscribe to {% data variables.product.prodname_copilot_for_business %}, you can either sign up for a free 30-day trial of [{% data variables.product.prodname_ghe_cloud %}](/enterprise-cloud@latest/admin/overview/setting-up-a-trial-of-github-enterprise-cloud), or purchase a subscription for your organization or enterprise. See [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-the-copilot-subscription-for-your-organization/subscribing-to-copilot-for-your-organization).
31-
* To subscribe to {% data variables.product.prodname_copilot_enterprise %}, see [AUTOTITLE](/copilot/managing-copilot/managing-copilot-for-your-enterprise/subscribing-to-copilot-for-your-enterprise).
49+
* **{% data variables.product.prodname_copilot_enterprise_short %}** — For enterprises that need advanced features and centralized management. [Subscribe to {% data variables.product.prodname_copilot_enterprise_short %}](https://github.com/github-copilot/purchase?priority=enterprise&cft=copilot_li.copilot_plans.ce).

0 commit comments

Comments
 (0)