One platform for all your coding agents

Developers today face a familiar problem: powerful AI tools scattered across disconnected interfaces, each with its own subscription, context, and quirks. GitHub's answer, announced at GitHub Universe, is Agent HQ—an effort to make agents native to the GitHub flow rather than bolted onto it.

The core idea is an open ecosystem. Over the coming months, coding agents from Anthropic, OpenAI, Google, Cognition, xAI, and others will be available directly within GitHub as part of a paid GitHub Copilot subscription. That means no separate sign-ups or billing for individual agents—one subscription, many agents, all working on the primitives you already use: Git, pull requests, issues, and your choice of compute via GitHub Actions or self-hosted runners.

For those who want to start immediately, Copilot Pro+ users can begin working with OpenAI Codex in VS Code Insiders this week, marking the first partner agent to extend beyond its native surfaces into the editor.

'Our collaboration with GitHub has always pushed the frontier of how developers build software. The first Codex model helped power Copilot and inspired a new generation of AI-assisted coding. We share GitHub’s vision of meeting developers wherever they work, and we’re excited to bring Codex to millions more developers who use GitHub and VS Code, extending the power of Codex everywhere code gets written.' 
- Alexander Embiricos, Codex Product Lead, OpenAI

'We’re partnering with GitHub to bring Claude even closer to how teams build software. With Agent HQ, Claude can pick up issues, create branches, commit code, and respond to pull requests, working alongside your team like any other collaborator. This is how we think the future of development works: agents and developers building together, on the infrastructure you already trust.' 
- Mike Krieger, Chief Product Officer, Anthropic

'The best developer tools fit seamlessly into your workflow, helping you stay focused and move faster. With Agent HQ, Jules becomes a native assignee, streamlining manual steps and reducing friction in everyday development. This deeper integration with GitHub brings agents closer to where developers already work, making collaboration more natural and efficient.'
- Kathy Korevec, Director of Product at Google Labs

Mission control: track every agent, everywhere

To manage a fleet of agents, GitHub is shipping mission control, a unified interface that follows you across GitHub, VS Code, mobile, and the CLI. Instead of a single destination, it's a consistent way to assign work to multiple agents in parallel, monitor their progress, and steer tasks—all from any device.

Mission control comes with several supporting features:

  • Branch controls for granular oversight over when CI and other checks run on agent-created code.
  • Identity features to manage which agent is working on what, with access and policy controls applied like any other team member.
  • One-click merge conflict resolution, improved file navigation, and better code commenting.
  • New Slack and Linear integrations, joining existing connections for Jira, Microsoft Teams, Azure Boards, and Raycast.
Logos for Slack, Linear, Microsoft Teams, VS Code, Azure Boards, Jira, and Raycast.

VS Code: plan first, customize freely

The new VS Code release focuses on working alongside agents with better context. Plan Mode works with Copilot to ask clarifying questions and build a step-by-step approach for your task before any code is written. Once you approve the plan, Copilot starts implementing—locally in VS Code or via a cloud agent. The goal is to surface gaps and missing decisions early, when they're cheap to fix.

For finer control, AGENTS.md files let you set source-controlled rules and guardrails—things like "prefer this logger" or "use table-driven tests"—shaping Copilot's behavior without re-prompting each time. You can also create custom agents with their own system prompts and tools.

The GitHub MCP Registry is now available directly in VS Code, making VS Code the only editor supporting the full MCP specification. Servers like Stripe, Figma, and Sentry can be discovered, installed, and enabled with a single click.

Governance and visibility for teams

Agentic development needs guardrails. GitHub Code Quality, in public preview, provides org-wide visibility, governance, and reporting on code maintainability, reliability, and test coverage. It extends Copilot's security checks to assess the long-term health impact of changed code—catching problems that slip past a quick "LGTM."

Screenshot of GitHub Code Quality, showing the results of Copilot's review.

The Copilot metrics dashboard, also in public preview, shows usage and impact metrics across your entire organization, giving admins a clear picture of how AI is being adopted. For enterprise teams, the control plane serves as a dedicated agent governance layer: set security policies, manage audit logging, control which agents and models are allowed, and track usage—all in one place.

And the Copilot coding agent now includes an internal code review step before you ever see the code, catching issues on the first pass.

The result is an approach that trades juggling disconnected tools for orchestration—with the governance, metrics, and controls needed to make agentic development trustworthy at scale.