エージェントを選ぼう:Agent HQでClaudeとCodexを活用
AnthropicのClaudeとOpenAI CodexがGitHubとVS Codeで公開プレビュー開始。Copilot Pro+またはEnterprise契約で利用可能。
キーポイント
GitHubのAgent HQで複数AIエージェント(Claude、Codex、Copilot)を直接利用可能に
同一タスクを異なるエージェントに割り当て、推論や解決策を比較できる新機能
コードレビューの高度化(アーキテクチャ評価、論理テスト、実装提案)をAIエージェントで支援
開発コンテキストの切り替えを削減し、IDEやGitHub内で完結するAI支援開発環境を提供
影響分析・編集コメントを表示
影響分析
これはAI支援開発のパラダイムシフトであり、単一AIツールの利用から、複数AIエージェントをワークフローに統合し、その長所を組み合わせる「マルチエージェント開発」への移行を示唆している。GitHubという開発の中心プラットフォームに複数ベンダーのAIが統合されることで、開発者の日常作業におけるAI利用がさらに不可分なものとなる。
編集コメント
「AIエージェントの使い分け」という新たな開発スキルが重要になる可能性。GitHubがプラットフォームとして複数AIを中立に統合した点が戦略的に興味深い。
記事要約:GitHub「Agent HQ」で複数のAIコーディングエージェントを直接利用可能に
GitHubは、ソフトウェア開発におけるコンテキストの切り替えという摩擦を軽減するため、プラットフォーム内で複数プロバイダーのAIコーディングエージェントを直接実行できる機能「Agent HQ」を大幅に更新した。Copilot Pro+およびCopilot Enterpriseユーザーは、GitHub、GitHub Mobile、Visual Studio Code内で、GitHub Copilotに加え、AnthropicのClaudeとOpenAIのCodex(いずれもパブリックプレビュー段階)といった複数のエージェントを利用できるようになった。これにより、アイデアから実装までの各工程で異なるエージェントを使い分けても、ツールを切り替えたり作業の文脈を失ったりすることなく、シームレスに進めることができる。
特にClaudeは、コードのコミットやプルリクエストへのコメントをGitHub上で直接行えるようになり、チームの開発イテレーションとリリースをより迅速かつ確信を持って進めることを可能にする。目的は、開発者が必要とする推論能力を、必要な場所で直接提供することにある。
Agent HQの核心:多角的レビューによる戦略的検討
本機能の重要な利点は、同じ課題に対する異なるエージェントのアプローチを比較できる点にある。ユーザーは一つのタスクに複数のエージェントを割り当て、Copilot、Claude、Codexがどのようにトレードオフを考慮し、異なる解決策に至るかを確認できる。これは、以下のような多角的なコードレビューを早期に実現し、問題の発見を助ける。
- アーキテクチャのガードレール: モジュール性や結合度を評価させ、意図しない副作用を招く変更を特定する。
- ロジックの圧力テスト: エッジケース、非同期処理の落とし穴、スケールに関する想定など、本番環境で問題を起こし得る点を探させる。
- 実用的な実装提案: リファクタリングの影響範囲を最小限に抑えるため、後方互換性を保った最小限の変更を提案させる。
この作業方法は、レビューと思考の焦点を「構文」から「戦略」へと移行させる。
GitHubへの統合が意味すること
コードが存在し、コラボレーションが起こり、意思決定がレビュー・管理・リリースされる場であるGitHubに、コーディングエージェントがネイティブに統合される意義は大きい。外部ツールではなくワークフローの一部となることで、ツールや文書、スレッド間でコンテキストをコピー&ペーストする必要がなくなり、大規模な開発においてもさらに有用性が高まる。これにより、Codexのような強力なエンジンが、何百万人もの開発者の主要な作業環境で直接利用可能になり、コードが書かれるあらゆる場所でその力を発揮する基盤が整ったと言える。
今回のアップデートは、開発者が日常的に行う作業の場において、複数のAIエージェントの力を柔軟に活用し、コードの質と開発速度の両方を高める新たなワークフロー
原文を表示
Pick your agent: Use Claude and Codex on Agent HQ - The GitHub Blog Mario Rodriguez·@mariorod February 4, 2026 | 5 minutes Share:
Context switching equals friction in software development. Today, we’re removing some of that friction with the latest updates to Agent HQ which lets you run coding agents from multiple providers directly inside GitHub and your editor, keeping context, history, and review attached to your work.
Copilot Pro+ and Copilot Enterprise users can now run multiple coding agents directly inside GitHub, GitHub Mobile, and Visual Studio Code (with Copilot CLI support coming soon). That means you can use agents like GitHub Copilot, Claude by Anthropic, and OpenAI Codex (both in public preview) today.
With Codex, Claude, and Copilot in Agent HQ, you can move from idea to implementation using different agents for different steps without switching tools or losing context.
We’re bringing Claude into GitHub to meet developers where they are. With Agent HQ, Claude can commit code and comment on pull requests, enabling teams to iterate and ship faster and with more confidence. Our goal is to give developers the reasoning power they need, right where they need it.
From faster code to better decisions
Agent HQ also lets you compare how different agents approach the same problem, too. You can assign multiple agents to a task, and see how Copilot, Claude, and Codex reason about tradeoffs and arrive at different solutions.
In practice, this helps you surface issues earlier by using agents for different kinds of review:
Architectural guardrails: Ask one or more agents to evaluate modularity and coupling, helping identify changes that could introduce unintended side effects.
Logical pressure testing: Use another agent to hunt for edge cases, async pitfalls, or scale assumptions that could cause problems in production.
Pragmatic implementation: Have a separate agent propose the smallest, backward-compatible change to keep the blast radius of a refactor low.
This method of working moves your reviews and thinking to strategy over syntax.
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 GitHub and VS Code. Codex helps engineers work faster and with greater confidence—and with this integration, millions more developers can now use it directly in their primary workspace, extending the power of Codex everywhere code gets written.
Why running agents on GitHub matters
GitHub is already where code lives, collaboration happens, and decisions are reviewed, governed, and shipped.
Making coding agents native to that workflow, rather than external tools, makes them even more useful at scale. Instead of copying and pasting context between tools, documents, and threads, all discussion and proposed changes stay attached to the repository itself.
With Copilot, Claude, and Codex working directly in GitHub and VS Code, you can:
Explore tradeoffs early: Run agents in parallel to surface competing approaches and edge cases before code hardens.
Keep context attached to the work: Agents operate inside your repository, issues, and pull requests instead of starting from stateless prompts.
Avoid new review processes: Agent-generated changes show up as draft pull requests and comments, reviewed the same way you’d review a teammate’s work.
There are no new dashboards to learn, and no separate AI workflows to manage. Everything runs inside the environments you already use.
Built for teams, not just individuals
These workflows don’t just benefit individual developers. Agent HQ gives you org-wide visibility and systematic control over how AI interacts with your codebase:
Agent controls: Manage access and security policies in one place, allowing enterprise admins to define which agents and models are permitted across the organization.
Code quality checks: GitHub Code Quality (in public preview) extends Copilot’s security checks to evaluate the maintainability and reliability impact of changed code, helping ensure “LGTM” reflects long-term code health.
Automated first-pass review: We have integrated a code review step directly into the Copilot’s workflow, allowing Copilot to address initial problems before a developer ever sees the code.
Impact metrics: Use the Copilot metrics dashboard (in public preview) to track usage and impact across your entire organization, providing clear traceability for agent-generated work.
Security and auditability: Maintain full control with audit logging and enterprise-grade access management, ensuring agents work with your security posture instead of against it.
This allows teams to adopt agent-based workflows without sacrificing code quality, accountability, or trust.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み