Skip to content

Commit 1c03c21

Browse files
Merge branch 'main' into patch-1
2 parents 19bab00 + 80f4df5 commit 1c03c21

File tree

221 files changed

+4380
-1321
lines changed

Some content is hidden

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

221 files changed

+4380
-1321
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
// Lifecycle commands
6262
// Install dependencies then install Copilot CLI
63-
"onCreateCommand": "npm ci && npm config set \"//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN\" && npm config set \"@github:registry=https://npm.pkg.github.com/\" && npm install -g @github/copilot",
63+
"onCreateCommand": "npm ci && npm install -g @github/copilot@prerelease",
6464
// Start a web server and keep it running
6565
"postStartCommand": "nohup bash -c 'npm start &'",
6666
// Set port 4000 to be public

.github/workflows/create-changelog-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
core.setOutput('pull-request-number', pullRequest.number);
123123
core.setOutput('pull-request-url', pullRequest.html_url);
124124
125-
- name: Add 'ready-for-doc-review' label to PR
125+
- name: Add 'ready-for-doc-review' and 'skip FR board' labels to PR
126126
if: env.CONTINUE_WORKFLOW == 'true'
127127
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
128128
env:
@@ -135,7 +135,7 @@ jobs:
135135
owner: context.repo.owner,
136136
repo: context.repo.repo,
137137
issue_number: Number(process.env.PULL_REQUEST_NUMBER),
138-
labels: ['ready-for-doc-review']
138+
labels: ['ready-for-doc-review','skip FR board']
139139
});
140140
141141
- name: Assign PR to commenter

.github/workflows/generate-code-scanning-query-lists.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,10 @@ jobs:
153153
--title "Update CodeQL query tables" \
154154
--repo github/docs-internal \
155155
--label "codeql-query-tables,skip FR board,ready-for-doc-review,workflow-generated" \
156-
--body '👋 humans. This PR updates the **CodeQL query table reusables** with the latest changes in preparation for the next **CodeQL CLI** release.
156+
--body '👋 humans. This PR updates the **CodeQL query table reusables** with the latest changes in preparation for the next **CodeQL CLI** release. (Synced from codeql@${{ steps.codeql.outputs.OPENAPI_COMMIT_SHA }})
157157
158-
No action is required from the first responder for the Docs content team. This PR will be reviewed and merged by the Code scanning and GHAS focus team as part of the next release of CodeQL CLI. (Synced from codeql@${{ steps.codeql.outputs.OPENAPI_COMMIT_SHA }})
159158
160-
If CI does not pass or other problems arise, contact #docs-engineering on slack.'
159+
No action is required from the first responder for the Docs content team. This PR is automatically added to the Docs content review board. Any writer can review this by checking that the PR looks sensible. If CI does not pass or other problems arise, contact #docs-engineering on slack.
160+
161+
162+
When the DRI for the CodeQL CLI release is ready to publish, they will ask us to merge this PR in #docs-content.'

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,59 @@
11
# Docs changelog
22

3+
**1 October 2025**
4+
5+
We’ve updated the Spark documentation to support the launch for Copilot Enterprise users, making it easier to understand and enable Spark:
6+
7+
* Conceptual article: [About GitHub Spark](https://docs.github.com/en/copilot/concepts/spark#enterprise-considerations) now includes enterprise considerations (governance, billing, infrastructure, and benefits).
8+
* How-to: [Managing GitHub Spark in your enterprise](https://docs.github.com/en/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-spark) is streamlined to prerequisites and enablement steps, with links to related policies.
9+
10+
<hr>
11+
12+
**29 September 2025**
13+
14+
Claude Sonnet 4.5 has been released as a Public Preview. At the time of launch, it will be available on the following platforms:
15+
16+
- **Copilot Chat**
17+
- Released for GitHub.com, VS Code, GitHub Mobile
18+
- With: Copilot Pro, Pro+, Business, and Enterprise
19+
- **Copilot Coding Agent**
20+
- With: Copilot Pro, and Copilot Pro+
21+
- **Copilot CLI**
22+
- With: Copilot Pro, Pro+, Business, and Enterprise
23+
24+
The following articles have been updated:
25+
26+
- [About GitHub Copilot coding agent](https://docs.github.com/en/copilot/concepts/agents/coding-agent/about-coding-agent)
27+
- [Supported AI models in GitHub Copilot](https://docs.github.com/en/copilot/reference/ai-models/supported-models)
28+
- [Hosting of models for GitHub Copilot Chat](https://docs.github.com/en/copilot/reference/ai-models/model-hosting)
29+
- [AI model comparison](https://docs.github.com/en/copilot/reference/ai-models/model-comparison)
30+
- [About GitHub Copilot CLI](https://docs.github.com/en/copilot/concepts/agents/about-copilot-cli)
31+
32+
<hr>
33+
34+
**26 September 2025**
35+
36+
To coincide with additional functionality for Copilot coding agent being added to the GitHub Mobile app, we've updated the following articles:
37+
38+
* [Using GitHub Copilot to work on an issue](https://docs.github.com/copilot/how-tos/use-copilot-agents/coding-agent/assign-copilot-to-an-issue#assigning-an-issue-to-copilot-on-github-mobile)
39+
* [Tracking GitHub Copilot's sessions](https://docs.github.com/copilot/how-tos/use-copilot-agents/coding-agent/track-copilot-sessions#tracking-sessions-from-github-mobile)
40+
* [Asking GitHub Copilot to create a pull request](https://docs.github.com/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr#asking-copilot-to-create-a-pull-request-from-github-mobile)
41+
42+
<hr>
43+
44+
**25 September 2025**
45+
46+
GitHub Copilot CLI has been released as a public preview. It allows you to use Copilot directly from your terminal. You can use it to answer questions, write and debug code, and interact with GitHub.com. For example, you can ask Copilot to make some changes to a project and create a pull request.
47+
48+
GitHub Copilot CLI gives you quick access to a powerful AI agent, without having to leave your terminal. It can help you complete tasks more quickly by working on your behalf, and you can work iteratively with GitHub Copilot CLI to build the code you need.
49+
50+
See:
51+
52+
* [About GitHub Copilot CLI](https://docs.github.com/copilot/concepts/agents/about-copilot-cli)
53+
* [Using GitHub Copilot CLI](https://docs.github.com/copilot/how-tos/use-copilot-agents/use-copilot-cli)
54+
55+
<hr>
56+
357
**25 September 2025**
458

559
We've updated the documentation for the GA release of [Copilot Spaces](https://github.com/copilot/spaces). Spaces allow you to organize and centralize content and resources in order to ground Copilot Chat's responses in that context and share knowledge across teams. You can now also access Copilot Spaces in your IDE via the GitHub MCP server.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ---------------------------------------------------------------
99
# To update the sha:
1010
# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
11-
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250924-191915-gc04d4a50b AS base
11+
FROM ghcr.io/github/gh-base-image/gh-base-noble:20251002-210935-gc0c2a3725 AS base
1212

1313
# Install curl for Node install and determining the early access branch
1414
# Install git for cloning docs-early-access & translations repos
41.1 KB
Loading
187 KB
Loading
79.1 KB
Loading
43.8 KB
Loading
94.8 KB
Loading

0 commit comments

Comments
 (0)