GitHub Agent HQ

GitHub Agent HQ

05/02/2026
Claude by Anthropic and OpenAI Codex are now available in public preview on GitHub and VS Code with a Copilot Pro+ or Copilot Enterprise subscription.
github.blog

GitHub Agent HQ

Claude by Anthropic and OpenAI Codex are now available in public preview on GitHub and VS Code through Agent HQ, a unified orchestration platform for developers with Copilot Pro+ or Copilot Enterprise subscriptions. This update transforms GitHub Copilot from a single-model assistant into a multi-agent command center where you can dispatch tasks to the best AI for the job.

Key Features

  • Multi-Agent Orchestration: Seamlessly switch between specialized agents using @mentions (e.g., @claude for reasoning, @codex for syntax, @copilot for general help) directly in PRs, issues, and VS Code.
  • Unified Context: Agent HQ maintains a shared context layer, so when you hand off a task from Copilot to Claude, the new agent already knows the project history, file structure, and previous conversation.
  • Model Specialization: Leverage Claude 3.5 Sonnet’s superior architectural reasoning alongside OpenAI Codex’s rapid code generation without changing tools.
  • Enterprise Governance: Admins can manage which agents are available to teams, ensuring compliance and security across the organization.
  • Workflow Integration: Agents can independently plan and execute multi-step workflows, such as refactoring code or writing comprehensive test suites, while you monitor their progress.

How It Works

Developers with a Copilot Pro+ ($39/mo) or Enterprise subscription can access Agent HQ within their existing GitHub and VS Code environments. In a Pull Request, a developer might tag @claude to “Review this architectural change for potential race conditions.” Later, in VS Code, they might tag @codex to “Generate boilerplate unit tests for this module.” Agent HQ acts as the “Mission Control,” routing these requests to the appropriate model provider while keeping the context (file references, diffs, previous instructions) synchronized across all agents.

Use Cases

  • Specialized PR Reviews: Using Claude to review complex logic changes while using Copilot for style/linting checks.
  • Comparative Coding: Asking both Claude and Codex to solve a difficult algorithm problem and picking the best implementation.
  • Legacy Refactoring: Tasking an agent to “Plan a migration from Redux to Context API” and having it break down the work into steps.
  • Tool Consolidation: Replacing separate subscriptions (ChatGPT Plus, Claude Pro) with a single GitHub subscription that provides access to all top-tier models in one place.

Pros and Cons

  • Pros: No Context Switching (everything happens in VS Code/GitHub); Best-of-Breed Models (Claude 3.5 Sonnet + OpenAI o1/GPT-4o); Enterprise Security (logs and IP indemnity); Shared Memory prevents repeating yourself to different bots.
  • Cons: Expensive (Requires Copilot Pro+ at $39/mo, significantly higher than the standard $10 Pro plan); Usage Limits (Pro+ includes ~1,500 premium requests/month; overages cost extra); Ecosystem Lock-in (optimized heavily for GitHub/VS Code users only).

Pricing

  • Copilot Pro+: $39/month per user (Includes 1,500 premium requests/month, access to all agents).
  • Copilot Enterprise: $39/month per user (Adds SSO, organizational management, and audit logs).
  • Copilot Pro ($10/mo) / Free: Not included (Agent HQ is a premium feature).
  • Note: Usage uses a “Premium Request” bucket; heavy users may incur overage fees ($0.04/request).

How Does It Compare?

GitHub Agent HQ is a direct response to the “AI Editor Wars.”

  • Cursor: The current favorite. Cursor offers model switching (Claude/GPT-4) and deep codebase indexing (“Cursor Tab”). Agent HQ fights back by bringing this Multi-Model capability directly into VS Code, removing the need to switch editors. However, Cursor’s “Composer” UI is still arguably more fluid for purely generative coding.
  • Claude Code (CLI): Anthropic’s own terminal tool. It’s powerful but isolated. Agent HQ integrates Claude directly into the Pull Request workflow, which is better for team collaboration and code review than a CLI tool.
  • Windsurf: Another “Agentic IDE” that focuses on deep context (“Cascades”). Agent HQ’s advantage is its Platform Integration—it lives where your code is hosted (GitHub), not just where it is edited.
  • Standard Copilot: The basic $10 version is now the “entry-level” autocomplete. Agent HQ is the “Pro” tier for developers who want Autonomy (agents that do things) rather than just Assistance (autocomplete).

Final Thoughts

With Agent HQ, GitHub is admitting that “One Model Rules Them All” is dead. By embracing a multi-agent future where developers mix and match Claude, OpenAI, and Gemini, GitHub preserves its position as the developer’s home base. For heavy AI users paying for both Claude Pro ($20) and Copilot ($10), upgrading to Copilot Pro+ ($39) is a compelling consolidation that offers a better integrated experience, provided you work primarily within the VS Code ecosystem.

Claude by Anthropic and OpenAI Codex are now available in public preview on GitHub and VS Code with a Copilot Pro+ or Copilot Enterprise subscription.
github.blog