GitHub Copilot is the most widely adopted AI coding tool, integrated directly into VS Code, JetBrains, and Neovim.
The gh copilot subcommand has been retired. The current CLI is the standalone GitHub Copilot
CLI binary — see docs.github.com/en/copilot for install.
The original feature — predictive code suggestions as you type. Uses context from open files and your repository.
Conversational AI assistant in the IDE sidebar. Ask questions about code, generate functions, explain errors.
GitHub's agentic feature — takes an issue and generates a multi-file implementation plan, then executes it.
The standalone GitHub Copilot CLI replaced the older gh copilot extension (now retired). Install and invocation follow the current GitHub Copilot CLI docs — check there for the exact install command; the older gh copilot explain / gh copilot suggest subcommands are deprecated.
| Plan | Price | Features |
|---|---|---|
| Free | $0 | 2,000 completions/mo + 50 chat requests/mo, basic models |
| Pro | $10/month | Unlimited completions + $15/mo included AI Credits |
| Pro+ | $39/month | Everything in Pro + premium models (incl. Opus) + $70/mo included AI Credits |
| Max | $100/month | Everything in Pro+ + priority model access + $200/mo included AI Credits |
| Business | $19/seat/mo | Org policies + audit logs + $19/seat included AI Credits |
| Enterprise | $39/seat/mo | Knowledge bases, IP indemnity + $39/seat included AI Credits |
As of June 1 2026, Copilot moved from "premium request" quotas to usage-based GitHub AI Credits (1 credit = $0.01 USD), billed on token consumption across chat, agent mode, code review, and CLI; code completions stay unlimited on paid tiers. See GitHub Copilot plans for current details.
Based on general developer reports; cross-check against GitHub Copilot docs for the authoritative current state.
.github/copilot-instructions.md (repo-scoped); does not read CLAUDE.md or .cursorrules.