GitHub Copilot
The familiar entry point — now an agent, but mind the new billing.
What it is
GitHub Copilot started as autocomplete and is now a full agent: it plans, edits across files, and runs tasks from inside VS Code, JetBrains, the new Copilot CLI, the Copilot Desktop App, and on GitHub.com itself.
It is a genuinely affordable on-ramp — the paid plans are cheap by agent standards and the tooling is polished — and you can point it at models from multiple providers (a BYOK-style choice), so you are not locked to one brain.
The catch for a naira budget: on 2026-06-01 Copilot moved to usage-based billing. Beyond your plan's included allowance, premium requests are metered, so heavy agent use can quietly run up a USD bill. Treat the meter as the thing to watch.
Install & set up
Pick a Copilot plan on GitHub (there is a free tier with a small monthly allowance to try it). Students and many open-source maintainers qualify for free access.
Add the Copilot extension to VS Code (or JetBrains) and sign in with your GitHub account.
code --install-extension GitHub.copilotRun the agent from your terminal — handy for headless tasks and scripts.
npm install -g @github/copilotCopilot now ships a standalone Desktop App for running agent sessions outside the editor. Download it from the official site.
Open your GitHub billing page and set a spending limit before you run big agent jobs. Usage-based billing (since 2026-06-01) means premium requests past your allowance cost USD.
From install to your first verified proof
The tool drafts; you stay accountable. Here is the path from a fresh install to a proof you can defend.
Strengths & gotchas
Strengths
- Affordable, polished entry point for beginners
- Works in VS Code, JetBrains, the Copilot CLI, the Desktop App, and on GitHub.com
- BYOK-style model choice across providers
- Free tier plus free access for students and many open-source maintainers
Gotchas
- Usage-based billing since 2026-06-01 — premium requests past your allowance cost USD, a real trap on a naira budget
- Set a spending limit before running big agent jobs
- The strongest results still come from pairing it with a strong model — and reviewing every change yourself