GitHub Agent HQ: Multi-Agent Orchestration Built Into Your Workflow
GitHub launches Agent HQ, a unified platform to orchestrate coding agents from Anthropic, OpenAI, Google, and more directly in your workflow. Mission control, Plan Mode, and enterprise governance ship today.
TL;DR
- GitHub is launching Agent HQ, a unified platform to run coding agents from Anthropic, OpenAI, Google, Cognition, and xAI directly in your workflow
- Mission control gives you a single command center to assign, track, and manage multiple agents across GitHub, VS Code, mobile, and CLI
- New Plan Mode in VS Code, AGENTS.md custom instructions, and native MCP Registry integration ship today
- Enterprise gets agentic code review, a control plane for AI governance, and org-wide metrics dashboard
The Big Picture
GitHub just made a bet that the future of development isn't about picking the "best" AI agent. It's about orchestrating multiple specialized agents in parallel, all working within the primitives you already trust: Git, pull requests, issues.
Agent HQ is GitHub's answer to the fragmentation problem. Right now, if you want Claude for architecture work, Codex for implementation, and Jules for issue triage, you're juggling three different interfaces, three sets of credentials, and three disconnected workflows. Agent HQ collapses that into a single platform where agents become assignees on your issues, contributors on your PRs, and collaborators in your editor.
This isn't a new product. It's GitHub extending the collaboration model that made pull requests universal to include AI agents as first-class participants. Over the coming months, coding agents from Anthropic, OpenAI, Google, Cognition, and xAI will be available directly through your paid GitHub Copilot subscription. No new logins. No separate billing. No context-switching between tools.
The architecture is deliberate: agents run on your existing compute (GitHub Actions or self-hosted runners), work with your existing access controls, and produce artifacts in your existing repositories. GitHub isn't trying to own the agent layer. They're providing the orchestration layer that makes multiple agents useful instead of chaotic.
How It Works
Agent HQ is built on three core components: mission control, enhanced VS Code integration, and enterprise governance tooling.
Mission control is the unified interface that follows you everywhere. It's not a dashboard you visit—it's embedded in GitHub.com, VS Code, the CLI, and mobile. From mission control, you assign work to specific agents, monitor their progress, and manage their output. If Claude is working on a refactor in one branch while Codex handles a bug fix in another, you see both tasks in a single view.
The identity model treats agents like developers. Each agent gets its own identity, subject to the same access policies and audit logging as human contributors. Branch controls let you decide when to run CI checks on agent-generated code. One-click merge conflict resolution handles the inevitable collisions when multiple agents work in parallel.
Integrations extend mission control into Slack, Linear, Jira, Microsoft Teams, Azure Boards, and Raycast. You can assign an agent to an issue from a Slack thread or track agent progress in Linear without leaving your project management tool.
VS Code gets three major upgrades. Plan Mode is a new workflow that asks clarifying questions before generating code. You describe a task, Copilot probes for missing context, and together you build a step-by-step plan. Once approved, the plan goes to Copilot for local implementation or gets handed off to a cloud agent for execution. The goal is to catch gaps and bad assumptions before any code is written.
AGENTS.md files bring source-controlled customization to Copilot. Drop an AGENTS.md file in your repo with rules like "prefer Zap logger" or "use table-driven tests for all handlers," and Copilot follows those instructions without re-prompting. It's a lightweight alternative to fine-tuning that lives in version control alongside your code.
The GitHub MCP Registry is now built directly into VS Code. Discover and install Model Context Protocol servers for Stripe, Figma, Sentry, and other services with one click. VS Code is the only editor that supports the full MCP specification, and the registry makes it trivial to extend Copilot with specialized tools.
Enterprise governance gets three new tools. GitHub Code Quality, now in public preview, extends Copilot's security checks to analyze maintainability, reliability, and test coverage. It provides org-wide visibility into code health and flags PRs that pass review but degrade the codebase. Copilot's coding agent now includes an automated code review step, so it self-corrects obvious issues before you see the PR.
The Copilot metrics dashboard shows usage and impact across your entire organization. Track adoption, measure productivity gains, and identify teams that need support. The control plane gives enterprise admins a single interface to manage AI access, set security policies, control which agents are allowed, and audit all AI activity. It's the governance layer that makes multi-agent workflows viable at scale.
What This Changes For Developers
Agent HQ shifts the mental model from "I use an AI assistant" to "I manage a team of AI specialists." Instead of asking Copilot to do everything, you assign architecture work to Claude, implementation to Codex, and issue triage to Jules. Each agent works in parallel, and mission control keeps you from losing track.
The practical workflow looks like this: you create an issue describing a feature. From mission control, you assign the issue to Claude for design. Claude opens a PR with an architecture proposal. You review it, approve, and assign implementation to Codex. Codex creates a branch, writes the code, and opens a PR. GitHub Code Quality flags a maintainability issue. Codex's self-review catches it and pushes a fix. You merge. The entire process happens in GitHub, using the same primitives you'd use with human collaborators.
For teams already using GitHub Copilot's mission control, this is an expansion of capability, not a new tool to learn. The interface is familiar. The difference is that you now have access to multiple specialized agents instead of a single general-purpose assistant.
The AGENTS.md customization is particularly useful for teams with strong conventions. If your team has a style guide, testing standards, or architectural patterns, encode them in AGENTS.md and every agent follows them automatically. It's a forcing function for consistency that doesn't require manual enforcement.
The MCP Registry integration matters for teams building domain-specific tooling. If you've got internal APIs, custom databases, or proprietary services, you can write an MCP server and make it available to Copilot. The registry makes discovery and installation trivial, so agents can access your internal tools without custom integrations.
Try It Yourself
Mission control is available today for all GitHub Copilot users. Open any repository, navigate to the Actions tab, and you'll see the mission control interface. Assign an issue to Copilot and watch it create a branch, write code, and open a PR.
Plan Mode and AGENTS.md are live in VS Code now. Open the Copilot chat panel, describe a task, and select "Plan Mode" to try the new workflow. To create custom instructions, add an AGENTS.md file to your repository root with your team's conventions.
The MCP Registry is accessible from the VS Code extensions panel. Search for "MCP" to browse available servers, or visit the official documentation for setup instructions.
OpenAI Codex is available this week for Copilot Pro+ users in VS Code Insiders. Install VS Code Insiders, enable Copilot Pro+, and Codex will appear as an assignable agent in mission control.
GitHub Code Quality is in public preview. Enable it from your organization settings under "Code security and analysis." Once enabled, it will automatically analyze PRs for maintainability and reliability issues.
The control plane and metrics dashboard are in public preview for GitHub Enterprise Cloud customers. Access them from your enterprise settings under "Copilot" to configure AI policies and view usage data.
The Bottom Line
Use Agent HQ if you're already invested in GitHub's workflow and want to add AI without fragmenting your toolchain. The value is highest for teams that work across multiple repositories, have strong conventions, or need enterprise governance around AI usage. The multi-agent orchestration is genuinely useful if you're tired of context-switching between different AI tools.
Skip it if you're happy with a single AI assistant or if you're not using GitHub as your primary development platform. Agent HQ is deeply integrated into GitHub's primitives—if you're on GitLab, Bitbucket, or self-hosted Git, this doesn't help you. The enterprise features are overkill for solo developers or small teams without compliance requirements.
The real risk here is complexity. Managing multiple agents in parallel sounds powerful, but it introduces coordination overhead. If you're not careful, you'll spend more time managing agents than writing code. The real opportunity is for teams that already have well-defined workflows and want to automate the mechanical parts without changing their process. Agent HQ doesn't force you to adopt a new way of working—it augments the way you already work.
Source: GitHub Blog