Skip to content

Commit 8dae934

Browse files
hubwriterCopilotexamonsunbrye
authored
Copilot CLI: Document compaction, checkpoints, and the context window (#60505)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: examon <1676292+examon@users.noreply.github.com> Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com>
1 parent b2f86b0 commit 8dae934

File tree

10 files changed

+177
-30
lines changed

10 files changed

+177
-30
lines changed

CHANGELOG.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ We've added an article about the new `/research` slash command in Copilot CLI:
102102

103103
**27 February 2026**
104104

105-
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).
105+
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).
106106

107107
<hr>
108108

@@ -114,7 +114,7 @@ We've added many new articles to coincide with the [general availability release
114114
* [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.
115115
* 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.
116116
* An article on [administering Copilot CLI for your enterprise](https://docs.github.com/copilot/how-tos/copilot-cli/administer-copilot-cli-for-your-enterprise).
117-
* 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).
117+
* 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).
118118

119119
<hr>
120120

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

141141
**20 January 2026**
142142

143-
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.
143+
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.
144144

145145
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.
146146

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

149149
<hr>
150150

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

222222
**25 November 2025**
223223

224-
We've added details of files that are excluded from Copilot code reviews.
224+
We've added details of files that are excluded from Copilot code reviews.
225225

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

228228
<hr>
229229

230230
**24 November 2025**
231231

232-
We've added a new tutorial on burning down technical debt in a project:
232+
We've added a new tutorial on burning down technical debt in a project:
233233

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

@@ -396,17 +396,17 @@ We’ve updated the Spark documentation to support the launch for Copilot Enterp
396396

397397
**29 September 2025**
398398

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

401-
- **Copilot Chat**
401+
- **Copilot Chat**
402402
- Released for GitHub.com, VS Code, GitHub Mobile
403403
- With: Copilot Pro, Pro+, Business, and Enterprise
404404
- **Copilot Coding Agent**
405-
- With: Copilot Pro, and Copilot Pro+
405+
- With: Copilot Pro, and Copilot Pro+
406406
- **Copilot CLI**
407407
- With: Copilot Pro, Pro+, Business, and Enterprise
408408

409-
The following articles have been updated:
409+
The following articles have been updated:
410410

411411
- [About GitHub Copilot coding agent](https://docs.github.com/copilot/concepts/agents/coding-agent/about-coding-agent)
412412
- [Supported AI models in GitHub Copilot](https://docs.github.com/copilot/reference/ai-models/supported-models)
@@ -441,9 +441,9 @@ See:
441441

442442
**25 September 2025**
443443

444-
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.
444+
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.
445445

446-
See the updated docs:
446+
See the updated docs:
447447
* [About organizing and sharing context with GitHub Copilot Spaces](https://docs.github.com/copilot/concepts/context/spaces)
448448
* [Creating GitHub Copilot Spaces](https://docs.github.com/copilot/how-tos/provide-context/use-copilot-spaces/create-copilot-spaces)
449449
* [Using GitHub Copilot Spaces](https://docs.github.com/copilot/how-tos/provide-context/use-copilot-spaces/use-copilot-spaces)
@@ -452,15 +452,15 @@ See the updated docs:
452452

453453
**24 September 2025**
454454

455-
Until now, assigning Copilot coding agent to an issue was limited to the same repository as the issue.
455+
Until now, assigning Copilot coding agent to an issue was limited to the same repository as the issue.
456456

457-
You can now:
457+
You can now:
458458

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

465465
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).
466466

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

488488
**17 September 2025**
489489

490-
We've added documentation for expanded features for reusing workflow configurations in GitHub Actions.
490+
We've added documentation for expanded features for reusing workflow configurations in GitHub Actions.
491491

492-
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).
492+
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).
493493

494494
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).
495495

496496
<hr>
497497

498498
**17 September 2025**
499499

500-
You can now publish your Spark app as "read-only."
500+
You can now publish your Spark app as "read-only."
501501

502502
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.
503503

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

611611
**12 August 2025**
612612

613-
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).
613+
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).
614614

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

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

633633
**4 August 2025**
634634

635-
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)".
635+
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)".
636636

637637
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.
638638

65.9 KB
Loading

content/copilot/concepts/agents/copilot-cli/chronicle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ To reindex the session store, use the following slash command in an interactive
9393
## Further reading
9494

9595
* [AUTOTITLE](/copilot/how-tos/copilot-cli/chronicle)
96-
* [AUTOTITLE](/copilot/reference/cli-command-reference)
96+
* [AUTOTITLE](/copilot/reference/copilot-cli-reference/cli-command-reference)

0 commit comments

Comments
 (0)