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 | Limited completions + chat, 50 premium requests/mo |
| Pro | $10/month | Unlimited completions + chat, 300 premium requests/mo |
| Pro+ | $39/month | Everything in Pro + 1,500 premium requests/mo + access to every supported model |
| Business | $19/seat/mo | Org policies + audit logs + 300 premium requests/user |
| Enterprise | $39/seat/mo | Fine-tuning, knowledge bases, 1,000 premium requests/user |
Premium-request quotas apply to tool-using/agent features; inline completions are effectively 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.Search for a command to run...