Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ---------------------------------------------------------------
# To update the sha:
# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250929-093120-g65a62eb8c AS base
FROM ghcr.io/github/gh-base-image/gh-base-noble:20251002-210935-gc0c2a3725 AS base

# Install curl for Node install and determining the early access branch
# Install git for cloning docs-early-access & translations repos
Expand Down
2 changes: 2 additions & 0 deletions content/billing/reference/billing-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ The detailed usage report includes the same fields as the summarized report and

This report sums the `quantity`, `gross_amount`, `discount_amount`, and `net_amount` fields based on the combination of the following values: `date`, `sku`, `organization`, `repository`, `cost_center_name`, `username`, `workflow_path`.

{% data reusables.billing.usage-reports-api-limitation %}

### Premium request analytics usage reports

This report includes each recorded use of a premium request and includes the following fields: `Timestamp`,`User`,`Model`,`Requests Used`,`Exceeds Monthly Quota`, and `Total Monthly Quota`.
Expand Down
2 changes: 2 additions & 0 deletions content/billing/tutorials/gather-insights.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ You can view the usage of your personal account and download the usage data for

>[!TIP] The premium request usage report includes all premium requests, both within and beyond the allowance.

{% data reusables.billing.usage-reports-api-limitation %}

## Viewing license usage

You can view the license usage of your {% data variables.enterprise.enterprise_or_org %} members and download the usage data for further analysis.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ You can configure updates for repositories that contain a dependency manifest or

> [!NOTE]
> To ensure that {% data variables.product.prodname_ghe_server %} supports {% data variables.product.prodname_dependabot_updates %} for the latest supported ecosystem versions, your enterprise owner must download the most recent version of the [{% data variables.product.prodname_dependabot %} action](https://github.com/github/dependabot-action). {% data reusables.actions.action-bundled-actions %}

{% endif %}

> [!NOTE]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ This table lists the secrets supported by {% data variables.product.prodname_sec
>[!NOTE] Validity checks are not supported for non-provider patterns.

{% ifversion secret-scanning-ai-generic-secret-detection %}

### {% data variables.secret-scanning.copilot-secret-scanning %}

{% data variables.product.prodname_secret_scanning_caps %} uses {% data variables.product.prodname_copilot_short %} to detect generic passwords. See [AUTOTITLE](/code-security/secret-scanning/copilot-secret-scanning/responsible-ai-generic-secrets).

| Provider | Token |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ contentType: concepts

{% data variables.product.company_short %} offers the following plans for organization accounts:

* **{% data variables.copilot.copilot_business_short %}** at {% data variables.copilot.cfb_price_per_month %} per user per month
* **{% data variables.copilot.copilot_enterprise_short %}** at {% data variables.copilot.ce_price_per_month %} per user per month ({% data variables.product.prodname_ghe_cloud %} only)
* **{% data variables.copilot.copilot_business_short %}** at {% data variables.copilot.cfb_price_per_month %} per user per month (Purchase additional premium requests at {% data variables.copilot.additional_premium_requests %} per request)
* **{% data variables.copilot.copilot_enterprise_short %}** at {% data variables.copilot.ce_price_per_month %} per user per month ({% data variables.product.prodname_ghe_cloud %} only, purchase additional premium requests at {% data variables.copilot.additional_premium_requests %} per request)

With {% data variables.product.prodname_ghe_cloud %}, an enterprise owner chooses the plan for each organization in the enterprise. For guidance on choosing a plan, see [AUTOTITLE](/copilot/rolling-out-github-copilot-at-scale/choosing-your-enterprises-plan-for-github-copilot).

Expand Down
4 changes: 2 additions & 2 deletions content/copilot/get-started/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ If you use {% data variables.product.prodname_vscode_shortname %}, you can also

A chat interface that lets you ask coding-related questions. {% data variables.copilot.copilot_chat %} is available on the {% data variables.product.github %} website, in {% data variables.product.prodname_mobile %}, in supported IDEs _({% data variables.product.prodname_vscode %}, {% data variables.product.prodname_vs %}, JetBrains IDEs, Eclipse IDE, and Xcode)_, and in {% data variables.product.prodname_windows_terminal %}. Users can also use skills with {% data variables.copilot.copilot_chat_short %}. See [AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-github) and [AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide).

### {% data variables.copilot.copilot_coding_agent %} ({% data variables.release-phases.public_preview %})
### {% data variables.copilot.copilot_coding_agent %}

An autonomous AI agent that can make code changes for you. You can assign a {% data variables.product.github %} issue to {% data variables.product.prodname_copilot_short %} and the agent will work on making the required changes, and will create a pull request for you to review. You can also ask {% data variables.product.prodname_copilot_short %} to create a pull request from {% data variables.copilot.copilot_chat_short %}. See [AUTOTITLE](/copilot/using-github-copilot/coding-agent).

### {% data variables.copilot.copilot_cli_short %}
### {% data variables.copilot.copilot_cli_short %} ({% data variables.release-phases.public_preview %})

A command line interface that lets you use {% data variables.product.prodname_copilot_short %} from within the terminal. You can get answers to questions, or you can ask {% data variables.product.prodname_copilot_short %} to make changes to your local files. You can also use {% data variables.copilot.copilot_cli_short %} to interact with {% data variables.product.prodname_dotcom_the_website %}—for example, listing your open pull requests, or asking {% data variables.product.prodname_copilot_short %} to create an issue. See [AUTOTITLE](/copilot/concepts/agents/about-copilot-cli).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can ask {% data variables.product.prodname_copilot_short %} to work on a tas

* {% data variables.product.prodname_github_issues %}, by [assigning an issue to {% data variables.product.prodname_copilot_short %}](#assigning-an-issue-to-copilot)
* The [agents panel or page](#asking-copilot-to-create-a-pull-request-from-the-agents-panel-or-page) on {% data variables.product.github %}
* {% data variables.copilot.copilot_chat_short %} in [{% data variables.product.prodname_vscode %}](#asking-copilot-to-create-a-pull-request-from-copilot-chat-in-visual-studio-code) and [other IDEs](#asking-copilot-to-create-a-pull-request-from-copilot-chat-in-other-ides)
* {% data variables.copilot.copilot_chat_short %} in [{% data variables.product.prodname_vscode %}](#asking-copilot-to-create-a-pull-request-from-copilot-chat-in-visual-studio-code) and [other IDEs](#asking-copilot-to-create-a-pull-request-from-copilot-chat-in-other-ides)
* {% data variables.copilot.copilot_chat_short %} on [{% data variables.product.prodname_dotcom_the_website %}](#asking-copilot-to-create-a-pull-request-from-copilot-chat-in-githubcom)
* The [{% data variables.product.prodname_cli %}](#asking-copilot-to-create-a-pull-request-from-the-github-cli)
* Your preferred IDE or agentic coding tool with [Model Context Protocol (MCP)](#asking-copilot-to-create-a-pull-request-from-the-github-mcp-server) support
Expand Down
2 changes: 2 additions & 0 deletions content/copilot/responsible-use/copilot-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ redirect_from:
contentType: rai
---

{% data reusables.cli.preview-note-cli %}

## About {% data variables.copilot.copilot_cli %}

{% data variables.copilot.copilot_cli %} provides a chat-like interface in the terminal that can autonomously create and modify files on your computer and execute commands. You can ask {% data variables.product.prodname_copilot_short %} to perform any action on the files in the active directory.
Expand Down
2 changes: 2 additions & 0 deletions content/rest/billing/enhanced-billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ autogenerated: rest
allowTitleToDifferFromFilename: true
---

{% data reusables.billing.usage-reports-api-limitation %}

<!-- Content after this section is automatically generated -->
2 changes: 2 additions & 0 deletions content/rest/enterprise-admin/billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ The `manage_billing:enterprise` scope is required for {% data variables.product.

> [!IMPORTANT] The API currently supports adding or removing up to 50 resources in a single operation.

{% data reusables.billing.usage-reports-api-limitation %}

<!-- Content after this section is automatically generated -->
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ To the extent this agreement is not enforceable by applicable law, you grant Git

By using automated means to access, collect, or otherwise use (“Access”) any publicly accessible Content from the Service for the purpose of developing or training any commercially available artificial intelligence model, machine learning system, or similar technology (a "Commercial AI System"), you hereby waive any and all policies, terms, conditions, or contractual provisions governing products, services, websites or datasets you own or operate that would otherwise prohibit, restrict, or place conditions upon GitHub's Access to any publicly accessible data, information or content associated with your products or services, including for the purpose of developing or training any Commercial AI System. You further agree not to impose technical or other targeted measures to restrict or retaliate against such Access.

This Section D.8 does not apply to Access solely for the purpose of academic research or if, on the date you Access the Content, the number of monthly active users of the products or services made available by you is less than 700 million in the preceding calendar month. For the purposes of this Section, "you" shall refer to you and any entity that directly or indirectly controls, is controlled by, or is under common control with you (affiliates).
This Section D.8 does not apply to Access solely for the purpose of academic research or if, on the date you Access the Content, the number of monthly active users of the products or services made available by you is less than 700 million in the preceding calendar month. For the purposes of this Section, "you" shall refer to you and any entity that directly or indirectly controls, is controlled by, or is under common control with you (affiliates).

## E. Private Repositories

Expand Down
1 change: 1 addition & 0 deletions data/reusables/billing/usage-reports-api-limitation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
> [!NOTE] Data for the detailed usage report is available only through the {% data variables.product.github %} web interface and cannot be obtained via the REST API `/usage` endpoint. The REST API only provides access to summarized billing information.
Loading