GitHub Copilot metrics API now served from new CDN domains//GitHub has migrated the download URLs returned by the Copilot usage metrics API to a new endpoint hosted on different CDN domains. The API contract and response schema remain unchanged, but organizations with firewall allowlist rules will need to update their domain patterns. apiplatform
GitHub Mobile adds live notifications for Copilot coding agent sessions//GitHub Mobile now supports Live Activities to track coding agent progress in real time, showing session status, pull request details, and supporting iOS 17.2+ and Android 16+. The feature works with Copilot coding agents and third-party agents like Claude and Codex, allowing developers to monitor cloud-run sessions from anywhere. featureplatform
featureapiplatform
featureintegrationplatformapi
featurerelease
GitHub launches GPT-5.3-Codex in Copilot across web, mobile, and VS//GitHub's new GPT-5.3-Codex model is now generally available in GitHub Copilot Chat for Enterprise, Business, Pro, and Pro+ subscribers. The model is accessible across github.com, GitHub Mobile, Visual Studio Code, and Visual Studio via the chat model picker, with org admins needing to enable the policy to roll out access. modelfeaturerelease
releasefeatureapisecurity
featureplatform
releasefeatureplatform
GitHub Enterprise Server 3.20 RC adds immutable releases, enhanced secret scanning, and backup service//GitHub Enterprise Server 3.20 release candidate introduces several major features including immutable releases for supply chain protection, enhanced secret scanning with validity checks and enterprise-level bypass controls, and a new backup service that replaces the need for separate backup utilities. The release also adds enterprise team management capabilities and new security roles for simplified governance. releasefeaturesecurityapiplatform
GitHub adds enterprise team support to organization APIs, unifying team discovery//Organization owners in GitHub Enterprise can now query both enterprise and organization teams through a single set of API endpoints, eliminating the need for separate queries and permission management. This update simplifies team management for enterprise customers by providing unified visibility and filtering capabilities across team types. apifeatureplatform
featuresecurityplatform
releasefeatureapi
featureplatform
featureperformanceplatform
GitHub Projects adds search-based imports and hierarchy view improvements//GitHub Projects now supports importing items via advanced search queries with the same filters available on the Issues page. The hierarchy view receives multiple improvements including inline sub-issue creation, drag-and-drop reordering, and synchronized ordering across projects and issues. featureplatform
GitHub secret scanning adds extended metadata checks configurable at organization level//GitHub secret scanning now supports extended metadata checks through security configurations, making it easier to manage the feature at scale across organizations and enterprises. Repositories with validity checks enabled will automatically see extended metadata checks activated, displaying additional context like secret owner details, creation/expiry dates, and organizational information from secret providers. featuresecurityapi
GitHub Desktop 3.5.5 brings native Git hooks support with environment variable access//GitHub Desktop 3.5.5 finally resolves long-standing issues with Git hooks by granting them access to shell environment variables, version managers (nvm), and proper terminal formatting. The release also includes support for Warp terminal on Windows, branch management improvements, and fixes for crashes related to emoji and multibyte characters. releasefeaturebugfix
npm CLI v11.10.0 adds bulk OIDC publishing and git dependency security controls//npm CLI v11.10.0 introduces two security-focused features: bulk OIDC trusted publishing configuration for managing multiple packages at once, and a new `--allow-git` flag that lets developers restrict git dependencies during installation. The git flag defaults to `all` for backward compatibility but is expected to become `none` by default in npm v12. releasesecurityapideprecation
releasefeatureintegration
GitHub Enterprise adds credential management tools for incident response//Enterprise owners can now revoke credentials, block SSO, and review authorized credentials across their organization to respond to security incidents. These new capabilities include the ability to delete tokens and SSH keys across the enterprise, with support for EMU accounts and enterprises with SSO enabled. featuresecurityapi
GitHub releases billing usage reports REST API in public preview//Enterprise administrators can now programmatically request and download billing usage reports via a new REST API, enabling automation of the same reports previously available only in the GitHub UI. The API exports data in CSV format and covers all existing billing report types. apifeaturerelease
GitHub's required reviewer rule exits preview with negation pattern support//GitHub's required reviewer rule for repository rulesets is now generally available, enabling organizations to enforce granular approval policies across branches and files at scale. The feature now includes support for negation patterns using `!` to exclude specific paths, making it easier to define precise policies without overly broad rules. releasefeatureapi
featureplatform
releasefeatureapiplatformintegration
GitHub Copilot coding agent switches to plan-based network routing on Feb 27//GitHub is updating the Copilot coding agent's network configuration to use subscription-based routing, with different API endpoints for Business, Enterprise, and Pro users. Teams running the agent on self-hosted or Azure private networked runners must update their firewall rules by February 27, 2026 to avoid task failures. featureapibreaking-change
featureplatform
featureplatform
featureapisecurityplatform
GitHub Apps gain fine-grained permissions for Enterprise Teams API management//GitHub Apps can now access Enterprise Teams API endpoints using fine-grained permissions with read and write access levels, replacing the previous requirement for personal access tokens. This enables GitHub Enterprise administrators to programmatically manage teams at scale more securely through app integrations. apifeatureplatform
releasefeaturesecurityperformancebugfix
GitHub adds pinned comments and anti-spam nudges to Issues//GitHub Issues now supports pinning comments to the top of threads to highlight key decisions and updates, while a new smart nudge encourages users to react or subscribe instead of posting low-quality comments like "+1". These changes aim to reduce noise and improve issue navigation for development teams. featureplatform
releasefeatureplatformopen-sourcesecurity
releasefeatureperformancebugfixplatform
GitHub Copilot expands with Claude and Codex agents in public preview//Claude by Anthropic and OpenAI Codex are now available as coding agents for GitHub Copilot Pro+ and Enterprise subscribers. Users can create and assign agent sessions directly from GitHub.com, GitHub Mobile, and VS Code without additional subscriptions, with each session consuming one premium request. featurereleaseintegrationplatform
featureplatformrelease
GitHub releases Dependabot Proxy as open source under MIT license//GitHub has open sourced the Dependabot Proxy, the HTTP authentication layer that handles connections between Dependabot and the GitHub API, private package registries, and Git servers. The proxy supports nine package managers including npm, Maven, Docker, and Cargo, enabling organizations to audit how their dependency updates are authenticated and contribute improvements to the codebase. open-sourcereleasefeaturesecurityintegration