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
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Docs changelog

**28 August 2025**

We've published an article about the new AI-powered issue intake tool, which automates incoming issue analysis and triage for OS maintainers.

See: [Triaging an issue with AI](https://docs.github.com/en/issues/tracking-your-work-with-issues/administering-issues/triaging-an-issue-with-ai).

<hr>

**26 August 2025**

xAI Grok Code Fast 1 is now available in public preview for GitHub Copilot. Grok Code Fast 1 is slowly rolling out to all paid Copilot plans and you will be able to access the model in Visual Studio Code (Agent, Ask, and Edit modes).

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

<hr>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Creating and using GitHub Copilot Spaces
shortTitle: Create and use Copilot Spaces
intro: 'Create spaces to organize and centralize relevant content that grounds {% data variables.product.prodname_copilot_short %}’s responses in the right context for a specific task.'
permissions: 'Anyone with a {% data variables.product.prodname_copilot_short %} license can use {% data variables.copilot.copilot_spaces_short %}.'
permissions: 'Anyone with {% data variables.copilot.copilot_preview_features %} enabled can access {% data variables.copilot.copilot_spaces_short %}.'
versions:
feature: copilot
topics:
Expand Down
1 change: 1 addition & 0 deletions data/variables/copilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ copilot_for_prs: 'Copilot pull request summaries'
copilot_in_support: 'Copilot in GitHub Support'
copilot_mobile_short: 'Copilot Chat in GitHub Mobile'
copilot_mobile: 'GitHub Copilot Chat in GitHub Mobile'
copilot_preview_features: 'Copilot preview features'
copilot_prs_short: 'pull request summaries'
copilot_skillset_short: 'Copilot skillset'
copilot_skillset: 'GitHub Copilot skillset'
Expand Down
Loading