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
47.9 KB
Loading
105 KB
Loading
59.8 KB
Loading
43.8 KB
Loading
78.6 KB
Loading

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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 6 additions & 1 deletion
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

Lines changed: 20 additions & 2 deletions
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

Lines changed: 4 additions & 4 deletions
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 %}

0 commit comments

Comments
 (0)