From d05f7ce82d5a21eee30e55cad2707377b157f60a Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Thu, 28 Aug 2025 02:34:39 -0700 Subject: [PATCH 1/2] Update docs changelog (for PR #57249) (#57310) Co-authored-by: github-actions[bot] Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: hubwriter --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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).
From e33fa637c550cb488521c7d827e74c6ba839501f Mon Sep 17 00:00:00 2001 From: David Date: Thu, 28 Aug 2025 05:37:55 -0400 Subject: [PATCH 2/2] Updated permissions messaging for Copilot Spaces access (#57302) Co-authored-by: hubwriter --- .../use-copilot-spaces/create-and-use-copilot-spaces.md | 2 +- data/variables/copilot.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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'