megachangelog
GitHub logo

GitHub Changelog

Code hosting and collaboration platform. Product changelog covering Actions, Copilot, repos, and more.


Improvement

License data quality improvements

GitHub now uses package registries like npmjs.org and PyPI to determine license information for software components in the dependency graph, improving the accuracy and completeness of displayed licenses.

dependencieslicensessupply-chaindata-quality
Feature

Block users from comments in personal repositories

Users can now block or unblock other users directly from comments on pull requests and issues in personal GitHub repositories, streamlining content moderation and collaboration controls.

blockingmoderationpull-requestsissuespersonal-repos
Announcement

Gemini 3.7 Flash now available in GitHub Copilot

Google's latest Gemini 3.7 Flash model is now rolling out in GitHub Copilot, with improvements for web and app development as well as agentic capabilities.

copilotaimodelsgeminidevelopment
Announcement1.0

Agent Plugins 1.0 released for VS Code, Copilot CLI, and Copilot app

Agent Plugins 1.0 is now available, allowing developers to build plugins once and deploy them across compatible agent clients including VS Code, Copilot CLI, and the Copilot app. Released August 6 in collaboration with AWS, Anysphere, Microsoft, OpenAI, and Vercel.

copilotpluginsaivscodecli
Announcement

Rule insights for organizations in public preview

The rule insights dashboard is now available in public preview at the organization level, providing a visual overview of how GitHub evaluates and enforces repository rulesets across your organization.

rulesetsorganizationgovernancepreview
Announcement3.22

GitHub Enterprise Server 3.22 release candidate

GitHub Enterprise Server 3.22 is now available with new capabilities across the platform, including administrator configuration options for Copilot CLI and other enhancements.

github-enterprisereleasecopilotadministration
Feature

Copilot memory and Ollama support in GitHub Copilot for JetBrains

GitHub Copilot for JetBrains now includes persistent memory to retain context across sessions, local model access via Ollama, enhanced enterprise controls, and improved chat workflows with better MCP server reliability.

copilotjetbrainsaimemoryenterprise
Announcement2026.09.10

Upcoming deprecation of MAI-Code-1-Flash

GitHub will deprecate the MAI-Code-1-Flash model across all GitHub Copilot experiences on September 10, 2026, with MAI-Code-1.1-Flash as the suggested alternative. Users should update their workflows accordingly.

copilotmodelsdeprecationai
Announcement

MAI-Code-1.1-Flash available in GitHub Copilot

GitHub Copilot now includes MAI-Code-1.1-Flash, Microsoft's improved coding model with native vision support for image understanding and enhanced coding quality.

copilotaivisioncoding-models
Feature

Per-model token breakdown in usage reports

GitHub usage reports now provide a detailed per-model breakdown of tokens consumed by AI credits, showing input, output, and cache metrics for each model. This gives users better visibility into their AI spending patterns.

aibillingusage-reportsanalytics
Improvement

Copilot on web expands conversation controls

Copilot Chat on github.com now includes easier access to recent conversations and the ability to minimize the chat interface, improving usability for web-based interactions.

copilotchatuiwebimprovement
Announcement

Custom thread subscriptions are being deprecated

GitHub is removing support for custom thread subscription settings in notifications, eliminating the ability to configure subscriptions on individual threads.

notificationsdeprecationsettings
Announcement

GitHub Copilot weekly releases — August 3

Weekly updates to GitHub Copilot across desktop, CLI, and VS Code with improvements to resume/organize work, review changes, and contextual questioning capabilities.

copilotaitoolsvscodecli
Feature

Enterprises can now install third-party GitHub Apps

Enterprise owners can now install public GitHub Apps created outside their enterprise on their enterprise account, enabling third-party integrators to build apps for enterprise management scenarios.

enterprisegithub-appsintegrationmanagement
Feature

Copilot impact dashboard adds return on investment section

The Copilot impact dashboard now includes a "Potential return on investment" section that connects spending on Copilot to pull request output metrics, helping users understand the value they're getting from the tool.

copilotdashboardanalyticsroienterprise
Announcement

Copilot code review effort levels are generally available

GitHub Copilot code review now offers Lite and Balanced effort levels, allowing users to match review depth to code complexity and risk. These effort levels are now generally available.

copilotcode-reviewaiga
Feature

Copilot usage metrics API adds agent app activity

The Copilot usage metrics API now includes activity data from agent apps running in GitHub workflows, allowing teams to track usage of partner agents like Claude and Codex.

copilotapiagentsmetrics
Improvement

Secret scanning coverage updates

Secret scanning expands coverage with more secrets blocked by push protection, a new partner integration (Lovable Labs), and enhanced alert metadata for better visibility and control.

secret-scanningsecuritypush-protectionpartners
Feature

MCP allowlists in enterprise managed settings

Enterprise owners can now centrally control which Model Context Protocol servers GitHub Copilot clients are allowed to run using new allowedMcpServers and deniedMcpServers configuration keys.

copilotmcpenterprisesecurityadmin
Feature

Set pull request limits at the organization level

You can now configure pull request limits at the organization level to define how many open pull requests users without write access can have simultaneously.

pull-requestsorganizationaccess-controlgovernance
Announcement

Kimi K3 now available in GitHub Copilot

Kimi K3, an open-weight model with frontier-level agentic coding capabilities, is now generally available in GitHub Copilot at cost-effective pricing and hosted by GitHub.

copilotaimodelscodingannouncement
Feature

Customize code scanning default setup at scale

You can now apply your own configuration file to code scanning default setup using the github-codeql-config-file repository property, giving you control over how CodeQL scans your code.

code-scanningcodeqlconfigurationsecurity
Announcement

Retiring the Copilot Billing Preview app

The GitHub Copilot Billing Preview app has been retired and is no longer available. Users can now review and manage Copilot spending directly through GitHub's billing settings.

copilotbillingdeprecation
Announcement

Upcoming deprecation of GitHub Spark

GitHub Spark will no longer accept new users or allow creation of new apps starting August 4, 2026. Existing users can continue accessing GitHub Spark until August 31, 2026.

sparkdeprecationannouncement
Feature

Customize Dependabot pull request branch names

You can now customize the branch names that Dependabot creates for pull requests using new pull-request-branch-name options in .github/dependabot.yml, including settings for prefix, maximum length, segment separators, and word separators.

dependabotconfigurationpull-requestsautomation
Feature2.26.2

CodeQL 2.26.2 adds Swift 6.3.3 and Kotlin 2.4.10 support

CodeQL, the static analysis engine for GitHub code scanning, now supports Swift 6.3.3 and Kotlin 2.4.10. This expands the language coverage for finding and remediating security issues in your code.

codeqlsecurityswiftkotlinanalysis
Feature

Customize the reasoning level for Copilot cloud agent

GitHub Copilot cloud agent now supports customizable reasoning levels for compatible models, allowing you to control the depth of analysis when delegating tasks.

copilotaicloud-agentconfiguration
Feature

Enterprise team specialization for managed settings

Enterprise administrators can now customize managed settings by targeting specific enterprise teams with itemized configuration files, enabling large organizations to scale governance without centralizing all configuration changes through a single team.

enterpriseadministrationgovernancesettingsteams
Feature

Trigger Copilot automations with comments

You can now create Copilot cloud agent automations that run when issue or pull request comments are created, enabling use cases like automatic documentation generation and other comment-triggered workflows.

copilotautomationaicommentsworkflow
Fix

Triage role can bypass issue creation restrictions

Users with the triage role can now create issues in repositories that restrict issue creation to collaborators only. Previously, this restriction only allowed users with write access.

permissionsrolesissuessecurity
Announcement

Migrate from GitLab to GitHub with Enterprise Importer

GitHub Enterprise Importer now supports migrations from GitLab.com and GitLab Self-Managed to GitHub Enterprise Cloud, available as a self-serve tool for enterprises looking to switch platforms.

migrationenterprisegitlabimporterga
Announcement2026.08

Upcoming August 2026 model deprecations in GitHub Copilot

GitHub is deprecating select models across all GitHub Copilot experiences including Chat, inline edits, ask and agent modes, and code completions effective September 1st, 2026. Users should prepare to migrate to supported models.

copilotdeprecationmodelsai
Announcement2026.07.31

Gemini 2.5 Pro and Gemini 3 Flash deprecated

GitHub Copilot has deprecated Gemini 2.5 Pro and Gemini 3 Flash models across all experiences including Chat, inline edits, and code completions as of July 31, 2026.

copilotmodelsdeprecationai
Announcement

Enterprise teams model policy targeting in public preview

Enterprise teams can now target and configure AI model policies for their organizations in public preview. This enables fine-grained control over which AI models are available and their usage policies at the team level.

enterpriseaipolicyteamsaccess-control
Security

Restricting npm bypass-2FA granular access tokens

npm granular access tokens configured to bypass 2FA can no longer perform sensitive account, organization, and package management actions. These operations now require an interactive 2FA challenge for enhanced security.

npmsecurity2fatokensauth
Announcement

GitHub Models is now retired

GitHub Models has been retired as of July 30, 2026. The playground, model catalog, inference API, and bring your own key functionality are no longer available to any customer.

modelsdeprecationannouncement
Announcement

Stacked pull requests now in public preview

Stacked pull requests break large changes into small, reviewable pull requests organized as an ordered series, allowing developers to structure changes into focused layers for better review and collaboration.

pull-requestscollaborationfeature-previewdeveloper-experience
AnnouncementJuly 2026

GitHub Copilot in Visual Studio — July update

GitHub Copilot for Visual Studio received updates in July 2026 including a new agent based on the Copilot SDK, built-in expertise from .NET and Azure teams, and new customization options to tailor the experience to individual developers.

copilotvisual-studioaidotnetazure
Feature

Limit remote control to managed devices

Enterprises and organizations can now restrict which devices are eligible to host remotely controlled Copilot sessions, giving administrators fine-grained control over where remote control access is permitted.

copilotremote-controladministrationsecurityenterprise
Announcement1.127-1.131

GitHub Copilot in Visual Studio Code, July 2026

GitHub Copilot improvements across VS Code v1.127-v1.131 enhance agent workflows, change review capabilities, chat functionality, and code navigation experiences.

copilotvscodeaiagentschat
Announcement

Copilot code review: Agent skills and MCP now generally available

Copilot code review support for agent skills and Model Context Protocol (MCP) servers is now generally available for all Copilot Pro, Pro+, Business, and Enterprise users, expanding code review capabilities.

copilotcode-reviewaimcpagents
Announcement

Default model enablement for Copilot Business and Enterprise

GitHub is introducing a global default enablement policy for generally available Copilot models on Business and Enterprise plans, eliminating the need for admins to manually enable each new model.

copilotaienterprisepolicyadmin
Improvement2.26.1

CodeQL 2.26.1 improves analysis accuracy and framework coverage

CodeQL 2.26.1 enhances static analysis accuracy and expands framework coverage for Go and other languages, improving GitHub's code scanning capabilities for security vulnerability detection.

codeqlsecuritycode-scanninganalysisgo
Feature

GitHub Copilot app usage metrics now in report rollups

Copilot app usage is now reported across the Copilot usage metrics API, with individual Copilot app activity attributed to users in enterprise-user and organization-user reports.

copilotapianalyticsreporting
Security

npm publish-time malware scanning and dual-use metadata

npm now automatically scans packages at publish time for malware and requires new dual-use metadata to improve supply-chain security. Publishers will need to comply with the new metadata requirements when publishing packages.

npmsecuritysupply-chainmalware-scanningmetadata
Announcement

Grok 4.5 now available in GitHub Copilot

xAI's Grok 4.5 reasoning model is now rolling out in GitHub Copilot, enabling fast agentic coding and complex multi-step workflows with an expanded context window.

copilotaigrokcoding
Feature

Dependabot alerts on malicious packages across more ecosystems

GitHub Advisory Database now ingests malware advisories from the OpenSSF malicious-packages repository, expanding the breadth of malware detection available through Dependabot alerts across more package ecosystems.

dependabotsecuritymalwareadvisoriessupply-chain
Security

GitHub Actions holds potentially malicious workflows for approval

GitHub is implementing a security feature that requires approval for potentially malicious GitHub Actions workflows to protect public repositories from supply chain attacks that compromise CI/CD credentials.

securitygithub-actionssupply-chainci-cdworkflows
Feature

Manage GitHub Copilot app access with a dedicated policy

GitHub Copilot app now has its own dedicated policy for controlling access at the enterprise and organization levels, providing more granular access management.

copilotaccess-controlpolicyenterprisesecurity
Feature

Enterprise managed settings for Copilot app and cloud agent

Enterprises can now govern the GitHub Copilot app and Copilot cloud agent using centrally managed policies, extending the same enterprise controls used across Copilot to these additional surfaces.

copilotenterprisegovernancepolicyadministration
Announcement

Claude Opus 5 is now available in GitHub Copilot

Claude Opus 5, Anthropic's newest Opus model, is now available in GitHub Copilot for complex, long-running coding tasks that require careful reasoning and effective tool use.

copilotaimodelscoding
Announcement

Copilot cloud agent for Linear is now generally available

GitHub's Copilot cloud agent is now generally available for Linear integration, allowing users to assign issues to an asynchronous autonomous agent that can analyze and work on issue contents.

copilotaiautomationlinearintegration
Announcement

GitHub MCP Server supports the next MCP specification

The GitHub MCP Server now supports the latest MCP protocol specification, which transitions to a stateless core architecture ahead of the official July 28, 2026 release date.

mcpapiserverprotocol
Feature

Multi-select fields for Projects and Issues

Multi-select fields are now available in public preview, allowing users to tag items with multiple values in a single field for better categorization and organization.

projectsissuesfieldsfeatures
Announcement

Agent automation controls in GitHub Issues in public preview

GitHub Issues now shows the reason behind agent-driven automation changes like labeling, typing, assigning, and closing issues, and lets users review them before application for better control and transparency.

automationgithub-issuesaipreview
Feature

New Copilot usage metrics impact dashboard

GitHub released a new metrics impact dashboard for Copilot that enables enterprise administrators and organization owners to gain deeper insights into Copilot's usage and impact across their teams.

copilotmetricsanalyticsenterprisedashboard
Feature

Gemini 3.6 Flash now available in GitHub Copilot

GitHub Copilot now supports Google's Gemini 3.6 Flash model, designed for web and app development, coding, and agentic tasks with configurable options.

copilotaigeminifeature
Feature

AI credit pools for cost centers in the billing UI

You can now manage a cost center's AI credit pool directly in the billing UI, making it easier to control AI spending without leaving the cost center creation and editing interface.

billingaicost-managementui
Feature

Copilot users can now see AI credits used per billing cycle

Copilot Business and Copilot Enterprise users can now view their AI credit consumption for the current billing cycle from the GitHub Copilot usage dashboard, providing visibility into usage regardless of individual budget settings.

copilotbillingai-creditsusageenterprise
Announcement

GitHub Code Quality is now generally available

GitHub Code Quality, an AI-powered feature for analyzing and improving code, is now generally available on GitHub Enterprise Cloud and GitHub Team to address quality challenges in AI-accelerated development.

code-qualityaienterpriseannouncement
Feature

Repository-level GitHub Copilot usage metrics now available

The Copilot usage metrics REST API now reports repository-level activity with two new endpoints providing daily, per-repository breakdowns of pull request activity for Copilot coding agent and code review.

copilotapimetricsrestanalytics
Feature

Fix pull request comments with Copilot cloud agent in Mobile

GitHub Mobile now lets you select "Fix with Copilot" directly from Copilot code review pull request comments, with the button available on both the main pull request view and other sections.

mobilecopilotpull-requestscode-review
Announcement

Advanced search for Projects is generally available

GitHub Projects filter bar now supports advanced search with logical AND and OR operators, allowing users to build more precise views without maintaining separate filters.

projectssearchfilteringga
Feature

Repository admins can archive pull requests

Repository administrators can now archive pull requests to remove them from public view without permanently deleting them. Archived pull requests are automatically closed and locked.

pull-requestsadminrepositoriesarchiving
Announcement

Xcode 27 runner image now in public preview

GitHub-hosted macOS runners now support Xcode 27 in public preview, allowing developers to build and test Apple applications against the latest Xcode version.

ci-cdmacosxcoderunnersapple
Improvement

Improvements to secret scanning and public monitoring

GitHub has expanded secret scanning capabilities with new partner integrations and detection types, including Resend as a new partner and support for APIclub secrets.

securitysecret-scanningmonitoringpartners
AnnouncementJune 2026

GitHub Copilot in Visual Studio — June update

GitHub Copilot in Visual Studio adds improved usage visibility, a new trust layer for MCP servers, and initial C++ scenario support in June 2026.

copilotvisual-studioaimcp-serverscpp
Feature

GitHub Copilot for JetBrains expands BYOK capabilities

GitHub Copilot for JetBrains now offers enhanced customization and model provider flexibility across all subscription tiers, with improved plugin experiences and conversational interactions.

copilotjetbrainsaicustomizationbyok
Feature

Code scanning shows AI security detections on pull requests

GitHub code scanning now displays AI-powered security detections directly on pull requests, expanding vulnerability detection to languages and frameworks not supported by CodeQL. This helps teams identify security issues earlier in the development process.

code-scanningsecurityaipull-requestsvulnerabilities
Feature

Dependabot version updates introduce default package cooldown

Dependabot now waits three days after a new release is available on its registry before opening version update pull requests, providing a default cooldown period to allow for detection of potential issues.

dependabotsecurityautomationdependencies
Feature

Security reviews now available in GitHub Copilot app

The /security-review slash command is now available in public preview in the GitHub Copilot app, allowing developers to run security reviews on in-flight code changes directly from the app.

copilotsecurityaipreview
Announcement

GitHub Code Quality license estimate in public preview

GitHub Code Quality now displays the number of active committers on repositories across your enterprise, allowing you to estimate your Code Quality license costs before commitment.

code-qualitylicensingenterprisepreview
Improvement

Separate SSO and Organizations pages in Settings

The combined SSO and Organizations page in user settings has been split into two separate pages, making it easier to find and manage these settings independently.

settingsssoorganizationsuiaccount
Announcement

Clearer names for secret scanning detector types

GitHub is updating the names of secret scanning detector types to better reflect how each detector finds secrets, making the feature easier to understand.

secret-scanningsecuritynaming
Feature

Per-user states for multi-user budgets in REST API

You can now retrieve every user's progress against a multi-user budget from a single REST API endpoint, making it faster to identify which users are approaching their limits.

apirestbudgetsmulti-user
Announcement

New pull requests dashboard is now generally available

GitHub has launched a new pull requests dashboard at github.com/pulls that provides a centralized interface to track, prioritize, and act on pull requests requiring attention.

pull-requestsdashboarduiproductivity
Feature

OpenAI's GPT-5.6 models now available in GitHub Copilot

GitHub Copilot now supports OpenAI's GPT-5.6 family with three variants: Sol, Terra, and Luna, allowing users to select the model best suited for their specific task.

copilotaimodelsopenaifeature-release
Feature

Organization-level targeting for GitHub Code Quality

Organization owners can now selectively enable or disable GitHub Code Quality for specific repositories instead of applying it organization-wide, providing more granular control over code quality settings.

code-qualityorganizationssettingsgranular-control
Feature

Ask Copilot for a repository overview

GitHub Copilot can now provide high-level overviews of repositories you're exploring for the first time, helping you understand unfamiliar codebases more quickly.

copilotairepositoriesdiscovery
Announcement

Innersource security advisories are now generally available

GitHub Advanced Security enterprise customers can now publish internal security advisories with restricted visibility to their own repositories, similar to open source advisories but for private use.

securityadvisoriesenterpriseinnersource
Feature

Enterprise-managed OpenTelemetry export for VS Code and CLI

Organizations can now mandate where GitHub Copilot sends OpenTelemetry data through centralized configuration, allowing telemetry to flow to an approved collector without requiring individual developers to set environment variables.

copilottelemetryenterpriseopentelemetryvscode
Feature

Deploy managed Copilot settings via MDM in VS Code and CLI

Enterprise administrators can now deploy managed GitHub Copilot settings directly to devices through native mobile device management and file-based configuration, in addition to existing server-managed options.

copilotmdmenterpriseconfigurationvscode
Announcement1.123-1.127

GitHub Copilot in Visual Studio Code, June 2026

VS Code releases v1.123 through v1.127 in June and early July 2026 build on Copilot's core developer experience with ongoing improvements and enhancements.

copilotvscodeaieditordeveloper-tools
Security12

npm v12: Install-time security defaults and bypass2fa deprecation

npm v12 is now generally available, enabling install-time security defaults announced earlier and beginning deprecation of GAT bypass2fa. This release addresses security considerations for package installation workflows.

npmsecurityauthenticationdeprecationdefaults

Sign up to see more

97 more changes from GitHub. Sign up to read the whole changelog.

Sign up free

GitHub or email — no card needed.