GitHub Copilot usage metrics now track CLI activity for enterprise deployments//GitHub has expanded its Copilot enterprise usage metrics API to include telemetry from the Copilot CLI, enabling organizations to track daily active users, request counts, and token consumption across command-line environments. This addition gives enterprises comprehensive visibility into how developers use Copilot across all interfaces and helps inform rollout planning and support allocation. apifeaturerelease
releasefeatureapiplatform
GitHub Actions now supports non-zipped artifacts, eliminating double compression friction//GitHub Actions has added support for uploading and downloading unzipped artifacts through updated versions of `actions/upload-artifact` (v7) and `actions/download-artifact` (v8). Users can now set the `archive` parameter to `false` to skip automatic compression, enabling direct browser viewing of compatible file types and eliminating the "double zip problem." featureplatformapi
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 launches Copilot Content Exclusion REST API in public preview//Admins can now programmatically manage Copilot content exclusion rules via a new REST API supporting GET and SET operations at organization and enterprise levels. This enables automation and governance at scale for controlling what content is excluded from Copilot's context. apifeaturerelease
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
apifeatureplatform
featureintegrationplatformapi
releasefeatureplatform
GitHub's Enterprise AI Controls reaches general availability with agent governance tools//GitHub has released Enterprise AI Controls and the agent control plane as generally available features, giving enterprise administrators deeper oversight and auditability of AI agent usage across their organizations. The release includes new capabilities for discovering agent activity, configuring enterprise agent policies via API, and managing custom agent standards through fine-grained permissions. releasefeatureapiplatform
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
GitHub Copilot gains native web search capabilities for real-time answers//GitHub has enabled model-native web search in GitHub Copilot Chat on github.com for specific GPT models, allowing faster and more accurate answers to time-sensitive questions. The feature is available to paid Copilot subscribers as part of the public preview program and can be toggled on or off in Copilot settings. featurereleaseplatform
GitHub Copilot CLI reaches general availability with autonomous agentic capabilities//GitHub Copilot CLI, which debuted in public preview last September, is now generally available to all paid Copilot subscribers. The tool has evolved from a terminal assistant into a full autonomous coding agent with plan mode, autopilot capabilities, and cross-session memory, supporting multiple models from Anthropic, OpenAI, and Google. releasefeatureapi
releasefeatureapisecurity
featureplatform
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
releasefeatureapi
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
featureplatformapi
GitHub Copilot support in Zed editor now generally available//GitHub Copilot is now officially supported in Zed, a high-performance Rust-based code editor created by the makers of Atom. All Copilot Pro, Pro+, Business, and Enterprise subscribers can authenticate directly in Zed to access AI-powered coding assistance without any additional licensing. featureintegrationplatform
GitHub Copilot coding agent gains model picker for Business and Enterprise users//GitHub has expanded model selection capabilities to Copilot Business and Enterprise users, allowing them to choose between eight different AI models for their coding agent tasks. Previously available only to Pro users, this feature lets developers optimize for speed, cost, or specific capabilities when delegating work to Copilot's autonomous background agent. featurerelease
releasemodelfeature
featureplatform
GitHub Actions workflow dispatch API now returns run IDs and URLs//GitHub's workflow dispatch API now includes an optional `return_run_details` parameter that returns workflow metadata (ID, API URL, workflow URL) in a 200 OK response, enabling developers to track triggered runs without polling. The feature is also available in GitHub CLI v2.87.0+ with `gh workflow run` commands defaulting to return run details. apifeaturerelease
apifeatureplatform
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
featureperformanceplatform
GitHub Copilot coding agent now supports Windows development environments//GitHub's autonomous Copilot coding agent can now run on Windows development environments, powered by GitHub Actions, allowing developers working on Windows projects to get AI-assisted pull requests with verified builds and passing tests. The feature requires configuration via a `copilot-setup-steps.yml` file and is recommended for use with self-hosted or larger runners due to firewall compatibility constraints. featureplatform
featureapi
releasefeaturemodelintegration
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
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
featureplatform
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
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
releasefeatureintegration
GitHub Copilot in Eclipse gains MCP Registry, todo management, and UI improvements//GitHub Copilot's Eclipse extension has received a major update adding an MCP (Model Context Protocol) server registry for easy integration, a structured todo list tool for complex task management, and several UX improvements including font controls and dark theme enhancements. Developers can now automatically include code selection context in chat and customize agent behavior with new preferences for request limits and commit messages. featurereleaseplatformintegration
Claude Sonnet 4.6 now available in GitHub Copilot for all subscription tiers//Anthropic's latest agentic coding model, Claude Sonnet 4.6, is rolling out to GitHub Copilot users across Pro, Pro+, Business, and Enterprise plans. The model excels at agentic coding tasks and search operations, and can be selected via the model picker across all Copilot interfaces including VS Code, VS, github.com, and GitHub Mobile. releasefeaturemodelapi
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 Copilot coding agent now assignable from Raycast launcher//GitHub's Copilot coding agent can now be invoked directly from Raycast, a free launcher for macOS and Windows. Users can assign issues to Copilot, create new tasks, and track progress—all without leaving the Raycast interface—via the newly updated GitHub Copilot extension. featureintegrationplatform
GitHub Copilot in JetBrains IDEs gains Agent Skills in public preview//GitHub Copilot for JetBrains IDEs now supports Agent Skills in public preview, allowing developers to customize Copilot for specific workflows and reduce repeated setup. The update also includes inline chat improvements, refined settings management, and quality enhancements for better stability and reliability. featurereleaseplatform
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
releasefeatureapiplatformintegration
featureplatform
featureplatform
featurereleasemodel
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
releasemodelfeature
releasefeaturemodelperformance
releasefeaturesecurityperformancebugfix
releasefeatureperformancebugfixplatform
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
Claude Opus 4.6 now available in GitHub Copilot for all plan tiers//Anthropic's Claude Opus 4.6 is rolling out to GitHub Copilot Pro, Pro+, Business, and Enterprise users. The model excels at agentic coding tasks requiring planning and tool calling, with availability across VS Code, Visual Studio, github.com, GitHub Mobile, and CLI. releasemodelfeature
releasefeatureplatformopen-sourcesecurity
releasebreaking-changeplatform
GitHub Copilot Chat adds visible tool calls and chat export to web interface//GitHub has rolled out three improvements to Copilot Chat on the web: users can now see real-time tool call details as Copilot processes requests, export conversations as JSON or Markdown files, and benefit from enhanced repository search when attaching repos to chat. These updates aim to provide better transparency and usability for developers using Copilot in the browser. featureplatform
releasefeatureapiintegrationsecurityplatform
GitHub Copilot in Visual Studio gains syntax-highlighted completions and partial acceptance//GitHub Copilot in Visual Studio received a January update featuring colorized code completions with syntax highlighting, the ability to partially accept suggestions by clicking, and productivity improvements like faster scrolling and enhanced Markdown preview controls. The update streamlines the coding experience with better visual feedback and granular control over code suggestions. featurerelease
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
Dependabot adds OIDC authentication support for private registries//Dependabot now supports OpenID Connect (OIDC) authentication with private registries including AWS CodeArtifact, Azure DevOps Artifacts, and JFrog Artifactory. This eliminates the need for long-lived credentials stored as secrets, replacing them with short-lived dynamically generated tokens similar to GitHub Actions OIDC federation. featuresecurityapi
featureplatformrelease
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