diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0666461056..9da30cf51bf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). + +
+ **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).
diff --git a/content/copilot/how-tos/provide-context/use-copilot-spaces/create-and-use-copilot-spaces.md b/content/copilot/how-tos/provide-context/use-copilot-spaces/create-and-use-copilot-spaces.md index 0d48ee7c567b..23e226e93ee4 100644 --- a/content/copilot/how-tos/provide-context/use-copilot-spaces/create-and-use-copilot-spaces.md +++ b/content/copilot/how-tos/provide-context/use-copilot-spaces/create-and-use-copilot-spaces.md @@ -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: diff --git a/data/variables/copilot.yml b/data/variables/copilot.yml index 2e1308d410d3..9f50030cc047 100644 --- a/data/variables/copilot.yml +++ b/data/variables/copilot.yml @@ -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'