|
1 | 1 | # Docs changelog |
2 | 2 |
|
| 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 | + |
3 | 57 | **25 September 2025** |
4 | 58 |
|
5 | 59 | 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. |
|
0 commit comments