Skip to content

Commit ec364d7

Browse files
authored
Merge branch 'main' into main
2 parents f096820 + b4e165b commit ec364d7

File tree

610 files changed

+9678
-7360
lines changed

Some content is hidden

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

610 files changed

+9678
-7360
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
- graphql
5959
- landings
6060
- languages
61-
- learning-track
6261
# - links
6362
- observability
6463
# - open-source

CHANGELOG.md

Lines changed: 60 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Docs changelog
22

3+
**9 April 2026**
4+
5+
We have added documentation for the code security risk assessment (CSRA), a free self-serve tool that helps organization admins and security managers understand their organization's exposure to code vulnerabilities.
6+
New content includes:
7+
8+
* [Code security risk assessment](https://docs.github.com/en/code-security/concepts/code-scanning/code-security-risk-assessment): What the CSRA is, who can run it, what it scans, and how it relates to the secret risk assessment.
9+
* [Running a code security risk assessment](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/configure-specific-tools/assess-your-vulnerability-risk): How to generate and rerun a CSRA report.
10+
* [Interpreting code security risk assessment results](https://docs.github.com/en/code-security/tutorials/secure-your-organization/interpreting-code-security-risk-assessment-results): How to read the results dashboard, understand vulnerability and rule breakdowns, and enable Code Security directly from the assessment.
11+
12+
<hr>
13+
14+
**3 April 2026**
15+
16+
We've published documentation for the GitHub Copilot SDK, now available in public preview. These docs were migrated from the `github/copilot-sdk` repo and cover getting started, setup, authentication, usage patterns, hooks, observability, integrations, and troubleshooting.
17+
18+
See [GitHub Copilot SDK documentation](https://docs.github.com/en/copilot/how-tos/copilot-sdk).
19+
20+
<hr>
21+
22+
**2 April 2026**
23+
24+
We've expanded the documentation for custom agents in Copilot CLI, adding information about the built-in agents.
25+
26+
[About custom agents](https://docs.github.com/en/copilot/concepts/agents/copilot-cli/about-custom-agents#built-in-agents)
27+
28+
<hr>
29+
30+
**31 March 2026**
31+
32+
The documentation for Copilot CLI now includes a new reference article about the `~/.copilot` directory, and information on how a Copilot skill can run a script:
33+
34+
* [GitHub Copilot CLI configuration directory](https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-config-dir-reference)
35+
* [Creating agent skills for GitHub Copilot CLI](https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot/create-skills#enabling-a-skill-to-run-a-script)
36+
37+
<hr>
38+
339
**27 March 2026**
440

541
We've introduced a new discovery landing page design for all the top-level doc sets on docs.github.com. The landing pages highlight recommended articles and give users the ability to filter articles by category with a drop down menu. Every article across the site now includes category metadata, making it easier to browse doc sets without relying solely on search. This replaces the previous product-landing layout across 35 doc sets.
@@ -77,7 +113,7 @@ We've added an article about the new `/research` slash command in Copilot CLI:
77113

78114
**27 February 2026**
79115

80-
We've extended the reference information for Copilot CLI, adding much more detail. See [GitHub Copilot CLI command reference](https://docs.github.com/copilot/reference/cli-command-reference#custom-agents-reference).
116+
We've extended the reference information for Copilot CLI, adding much more detail. See [GitHub Copilot CLI command reference](https://docs.github.com/copilot/reference/copilot-cli-reference/cli-command-reference#custom-agents-reference).
81117

82118
<hr>
83119

@@ -89,7 +125,7 @@ We've added many new articles to coincide with the [general availability release
89125
* [New conceptual articles](https://docs.github.com/copilot/concepts/agents/copilot-cli) explaining plugins, autopilot mode, the `/fleet` slash command, and a comparison of CLI features.
90126
* New how-to articles on [setting up](https://docs.github.com/copilot/how-tos/copilot-cli/set-up-copilot-cli) and [customizing](https://docs.github.com/copilot/how-tos/copilot-cli/customize-copilot) the CLI.
91127
* An article on [administering Copilot CLI for your enterprise](https://docs.github.com/copilot/how-tos/copilot-cli/administer-copilot-cli-for-your-enterprise).
92-
* More reference information about [commands](https://docs.github.com/copilot/reference/cli-command-reference) and [plugins](https://docs.github.com/copilot/reference/cli-plugin-reference).
128+
* More reference information about [commands](https://docs.github.com/copilot/reference/copilot-cli-reference/cli-command-reference) and [plugins](https://docs.github.com/copilot/reference/copilot-cli-reference/cli-plugin-reference).
93129

94130
<hr>
95131

@@ -115,11 +151,11 @@ We've published a new tutorial on [using GitHub Copilot coding agent to improve
115151

116152
**20 January 2026**
117153

118-
We published the first iteration of the [GitHub Copilot feature matrix](https://docs.github.com/copilot/reference/copilot-feature-matrix) to provide customers with the latest information about which Copilot features are available by which IDE/version.
154+
We published the first iteration of the [GitHub Copilot feature matrix](https://docs.github.com/copilot/reference/copilot-feature-matrix) to provide customers with the latest information about which Copilot features are available by which IDE/version.
119155

120156
Historically, keeping Copilot feature and IDE availability up to date has required manual coordination with the Docs team, which does not scale well with the increasing number of features. The goal of this document and its process is to enable product owners to directly maintain the Copilot feature and IDE availability information as part of their normal release workflow. The feature matrix provides a single, easy to update source of truth.
121157

122-
The feature matrix is in public preview so that customers have time to gather and submit feedback to us.
158+
The feature matrix is in public preview so that customers have time to gather and submit feedback to us.
123159

124160
<hr>
125161

@@ -196,15 +232,15 @@ You can also now add files to a Copilot Space directly from the code view on Git
196232

197233
**25 November 2025**
198234

199-
We've added details of files that are excluded from Copilot code reviews.
235+
We've added details of files that are excluded from Copilot code reviews.
200236

201237
See [About GitHub Copilot code review](https://docs.github.com/copilot/concepts/agents/code-review#excluded-files).
202238

203239
<hr>
204240

205241
**24 November 2025**
206242

207-
We've added a new tutorial on burning down technical debt in a project:
243+
We've added a new tutorial on burning down technical debt in a project:
208244

209245
[Using GitHub Copilot to reduce technical debt](https://docs.github.com/copilot/tutorials/reduce-technical-debt)
210246

@@ -371,17 +407,17 @@ We’ve updated the Spark documentation to support the launch for Copilot Enterp
371407

372408
**29 September 2025**
373409

374-
Claude Sonnet 4.5 has been released as a Public Preview. At the time of launch, it will be available on the following platforms:
410+
Claude Sonnet 4.5 has been released as a Public Preview. At the time of launch, it will be available on the following platforms:
375411

376-
- **Copilot Chat**
412+
- **Copilot Chat**
377413
- Released for GitHub.com, VS Code, GitHub Mobile
378414
- With: Copilot Pro, Pro+, Business, and Enterprise
379415
- **Copilot Coding Agent**
380-
- With: Copilot Pro, and Copilot Pro+
416+
- With: Copilot Pro, and Copilot Pro+
381417
- **Copilot CLI**
382418
- With: Copilot Pro, Pro+, Business, and Enterprise
383419

384-
The following articles have been updated:
420+
The following articles have been updated:
385421

386422
- [About GitHub Copilot coding agent](https://docs.github.com/copilot/concepts/agents/coding-agent/about-coding-agent)
387423
- [Supported AI models in GitHub Copilot](https://docs.github.com/copilot/reference/ai-models/supported-models)
@@ -416,9 +452,9 @@ See:
416452

417453
**25 September 2025**
418454

419-
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.
455+
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.
420456

421-
See the updated docs:
457+
See the updated docs:
422458
* [About organizing and sharing context with GitHub Copilot Spaces](https://docs.github.com/copilot/concepts/context/spaces)
423459
* [Creating GitHub Copilot Spaces](https://docs.github.com/copilot/how-tos/provide-context/use-copilot-spaces/create-copilot-spaces)
424460
* [Using GitHub Copilot Spaces](https://docs.github.com/copilot/how-tos/provide-context/use-copilot-spaces/use-copilot-spaces)
@@ -427,15 +463,15 @@ See the updated docs:
427463

428464
**24 September 2025**
429465

430-
Until now, assigning Copilot coding agent to an issue was limited to the same repository as the issue.
466+
Until now, assigning Copilot coding agent to an issue was limited to the same repository as the issue.
467+
468+
You can now:
431469

432-
You can now:
470+
* Assign Copilot coding agent to work in a different repository, supporting workflows where issues and code files are managed separately.
471+
* Provide additional instructions to tailor the agent's output to your requirements.
472+
* Choose the base branch for the agent to use.
433473

434-
* Assign Copilot coding agent to work in a different repository, supporting workflows where issues and code files are managed separately.
435-
* Provide additional instructions to tailor the agent's output to your requirements.
436-
* Choose the base branch for the agent to use.
437-
438-
These changes provide a more flexible, transparent, and user-friendly experience for managing automated coding tasks with Copilot coding agent.
474+
These changes provide a more flexible, transparent, and user-friendly experience for managing automated coding tasks with Copilot coding agent.
439475

440476
See the updated docs: [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).
441477

@@ -462,17 +498,17 @@ See [About the GitHub MCP Registry](https://docs.github.com/copilot/concepts/con
462498

463499
**17 September 2025**
464500

465-
We've added documentation for expanded features for reusing workflow configurations in GitHub Actions.
501+
We've added documentation for expanded features for reusing workflow configurations in GitHub Actions.
466502

467-
You can now use YAML anchors and aliases to reuse pieces of content in a workflow. See [YAML anchors and aliases](https://docs.github.com/actions/concepts/workflows-and-actions/reusing-workflow-configurations#yaml-anchors-and-aliases).
503+
You can now use YAML anchors and aliases to reuse pieces of content in a workflow. See [YAML anchors and aliases](https://docs.github.com/actions/concepts/workflows-and-actions/reusing-workflow-configurations#yaml-anchors-and-aliases).
468504

469505
To keep the content focused on users' job-to-be-done, we simplified the procedures for [creating workflow templates for your organization](https://docs.github.com/actions/how-tos/reuse-automations/create-workflow-templates). In addition, we updated reference documentation for workflow templates with details on permissions, repository visibility rules, rules for the metadata file, and examples. See [Workflow templates](https://docs.github.com/actions/reference/workflows-and-actions/reusing-workflow-configurations#workflow-templates).
470506

471507
<hr>
472508

473509
**17 September 2025**
474510

475-
You can now publish your Spark app as "read-only."
511+
You can now publish your Spark app as "read-only."
476512

477513
By default, data stored in Spark is shared across all users of the app. You can choose to publish your app as "read-only" if you want to showcase your app to others, but you don't want others to be able to edit or delete any stored data.
478514

@@ -585,7 +621,7 @@ See [Working with push protection and the GitHub MCP server](https://docs.github
585621

586622
**12 August 2025**
587623

588-
OpenAI GPT-5 is now available in public preview for GitHub Copilot. GPT-5 is slowly rolling out to all paid Copilot plans and you will be able to access the model in GitHub Copilot Chat on github.com and Visual Studio Code (Agent, Ask, and Edit modes).
624+
OpenAI GPT-5 is now available in public preview for GitHub Copilot. GPT-5 is slowly rolling out to all paid Copilot plans and you will be able to access the model in GitHub Copilot Chat on github.com and Visual Studio Code (Agent, Ask, and Edit modes).
589625

590626
See [Supported AI models in Copilot](https://docs.github.com/copilot/reference/ai-models/supported-models).
591627

@@ -607,7 +643,7 @@ We have added a tutorial for using Copilot to create Mermaid diagrams at [Creati
607643

608644
**4 August 2025**
609645

610-
To address common pain points that developers face when remediating a leaked secret, we created a new article, "[Remediating a leaked secret](https://docs.github.com/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/remediating-a-leaked-secret)".
646+
To address common pain points that developers face when remediating a leaked secret, we created a new article, "[Remediating a leaked secret](https://docs.github.com/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/remediating-a-leaked-secret)".
611647

612648
The new guide incorporates cross-platform GitHub tools, as well as opinionated guidance from GitHub's secret scanning team, to walk the developer through a thorough remediation process.
613649

-375 KB
Binary file not shown.
68.3 KB
Loading
101 KB
Loading
24.7 KB
Loading
81.1 KB
Loading
56.8 KB
Loading
31.9 KB
Loading
298 KB
Loading

0 commit comments

Comments
 (0)