---
title: GitHub Copilot (Agent HQ)
slug: github-copilot
url: "https://toolweight.com/options/github-copilot"
homepage: "https://github.com/features/copilot"
categories: coding-agents
last_verified: 2026-01-15
license: CC-BY-4.0
---

# GitHub Copilot (Agent HQ)

> Copilot's coding agent plus a control plane for running third-party agents on your repos.

Copilot's agentic story is now two things: a coding agent that runs in GitHub Actions, pushes under a bot identity and opens pull requests, and Agent HQ, a mission control inside github.com for dispatching third-party agents including Claude Code, Codex and Devin against the same repo. The identity and permissions model is the best-resolved here: the agent cannot approve its own pull request. Billing runs on premium requests, whose multipliers are the opaque part.

## Identity

|  |  |
| --- | --- |
| Name | GitHub Copilot (Agent HQ) |
| Company | GitHub |
| One-liner | Copilot's coding agent plus a control plane for running third-party agents on your repos. |
| Site | https://github.com/features/copilot |
| Docs | https://docs.github.com/en/copilot |
| Founded | 2021 |
| Open source | No |
| Licence | Proprietary |
| Brand | https://toolweight.com/vendors/GitHub Copilot |
| Compared in | 1 |

## Where it is compared

### [Coding agents](https://toolweight.com/compare/coding-agents)
Ranked **#6 of 17** on default weights.
| Field | Value | Confidence | Verified | Source | Note |
| --- | --- | --- | --- | --- | --- |
| Surface | GitHub-native, IDE extension, CLI, web, cloud delegate | Vendor-claimed | 2026-01-15 | https://docs.github.com/en/copilot | - |
| Default model | Selectable across OpenAI, Anthropic and Google models | Inferred | 2026-01-15 | - | - |
| Model breadth | multi-vendor | Inferred | 2026-01-15 | - | - |
| Repo indexing | hybrid index + agentic | Inferred | 2026-01-15 | - | GitHub already indexes the repo for code search; the agent reads from that plus live search. |
| Plan mode | ◐ | Community-reported | - | - | - |
| Checkpoint & undo | ◐ | Inferred | - | - | The agent's work is a branch, so reverting is a git operation. |
| Headless / CI | ● | Inferred | 2026-01-15 | - | The coding agent runs inside GitHub Actions by design. |
| Local models | ◐ | Vendor-claimed | - | https://code.visualstudio.com/docs/copilot/customization/language-models | Corrected: VS Code documents adding a local Ollama model through Manage Models, so this is not a no. It is partial rather than yes because a local model only appears for agent work if it supports tool calling, which many do not, exactly the unreliability this field's partial describes. |
| Where it stops | 4 | Vendor-claimed | 2026-01-15 | https://docs.github.com/en/copilot/using-github-copilot/coding-agent | Rung 4 is the deliberate ceiling: the agent pushes to a branch and opens a PR, and is structurally barred from approving its own work. |
| MCP | ● | Inferred | 2026-01-15 | - | - |
| Subagents | ◐ | Inferred | - | - | Agent HQ dispatches third-party agents rather than spawning child agents of its own. |
| Hooks | - | Unknown | - | - | - |
| Skills / commands | ● | Inferred | 2026-01-15 | - | Repo-level custom instructions and prompt files. |
| Background agents | ● | Inferred | 2026-01-15 | - | - |
| Opens PRs | ● | Inferred | 2026-01-15 | - | - |
| Permissions | vendor-hosted sandbox | Inferred | 2026-01-15 | - | Runs in a GitHub-hosted Actions runner, so nothing executes on your machine, and under a bot identity inside your existing branch protections. This column ranks a vendor-hosted boundary level with a local kernel sandbox rather than below it: you get isolation without visibility into it, which is a trade rather than a deficit. |
| BYOK | ◐ | Community-reported | - | - | BYOK exists for some models and plans; the coding agent assumes GitHub's own billing. |
| Licence | proprietary | Inferred | 2026-01-15 | - | - |
| Pricing model | subscription + token overage | Vendor-claimed | 2026-01-15 | https://github.com/features/copilot/plans | Seat price plus premium requests above the included allowance. |
| Entry price | $10 /seat/mo | Vendor-claimed | 2026-01-15 | https://github.com/features/copilot/plans | - |
| Token markup | ◐ | Inferred | - | - | Premium-request multipliers vary by model and are not a published token conversion. |
| GitHub stars | - | Unknown | - | - | Closed source. |
| Terminal-Bench | - | Unknown | - | - | - |
| Bench model | - | Unknown | - | - | - |
| Positioning | Mission control for every agent working on your repositories. | Vendor-claimed | - | https://github.com/features/copilot | - |
| First release | 2021-06-29 | Community-reported | - | - | Original Copilot preview; Agent HQ was announced in October 2025. |

**Verdict.** The only vendor that has properly solved agent identity: bot accounts, branch protections, and an agent that cannot approve its own pull request. Agent HQ also means you need not choose, it dispatches Claude Code and Codex against the same repo. Premium-request billing is the opaque part.

## Alternatives

- [Aider](https://toolweight.com/options/aider), Minimal terminal pair-programmer with a tree-sitter repo map and automatic git commits.
- [Amp](https://toolweight.com/options/amp), Sourcegraph's opinionated agent with no model picker and an ad-supported free tier.
- [Claude Code](https://toolweight.com/options/claude-code), Anthropic's terminal-first agent, with IDE, web and GitHub Action surfaces.
- [Cline](https://toolweight.com/options/cline), Open-source VS Code and JetBrains agent built around an explicit plan/act split.
- [Codex CLI](https://toolweight.com/options/codex-cli), OpenAI's open-source Rust agent, with the strongest local sandboxing on this page.
- [Cursor](https://toolweight.com/options/cursor), VS Code fork with a real codebase index, background cloud agents and a CLI.
- [Devin](https://toolweight.com/options/devin), Fully delegated cloud engineer: file a task in Slack or the web app, get a PR back.
- [DIY harness](https://toolweight.com/options/diy-harness), Your own loop over a model API with an agent SDK, the build-it-yourself reference point.
- [Gemini CLI](https://toolweight.com/options/gemini-cli), Apache-2.0 terminal agent from Google with an unusually generous free tier.
- [Goose](https://toolweight.com/options/goose), Block's Apache-2.0 agent, MCP-native from the start, as both a CLI and a desktop app.
- [Grok Build](https://toolweight.com/options/grok-build), xAI's coding harness, launched July 2026, on this page but not yet verified.
- [Kilo Code](https://toolweight.com/options/kilo-code), Open-source VS Code agent in the Cline/Roo lineage, with an orchestrator mode and a CLI.

## Licence and attribution

Data from toolweight (https://toolweight.com), licensed CC-BY-4.0.

- Licence: [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)
- Canonical HTML: https://toolweight.com/options/github-copilot
- Machine-readable: https://toolweight.com/options/github-copilot.md · https://toolweight.com/api/v1 · https://toolweight.com/mcp
- toolweight takes no affiliate revenue and sells no placements. Corrections: https://toolweight.com/suggest
