OpenCode quietly added one of its most interesting features right before being archived: GitHub Copilot as a model provider.
The Feature
The commit from June 2025 — feat: add github copilot provider (#230) — integrated GitHub Copilot’s API as an OpenCode provider. This means OpenCode users can route their agent queries through Copilot’s models, which are free with a GitHub subscription.
For users who already have GitHub Copilot, this is effectively free AI assistance for their coding agent.
Why This Matters
Most coding agents require API keys for paid providers — OpenAI, Anthropic, Google. These costs add up, especially for heavy users. By integrating Copilot as a provider, OpenCode made itself the cheapest coding agent to run for anyone with a GitHub subscription.
The Copilot provider handles code completion, explanation, and generation tasks through GitHub’s infrastructure. It’s not as capable as Claude or GPT-4 for complex reasoning, but for the majority of coding tasks — boilerplate generation, code explanation, simple refactoring — it’s more than sufficient.
OpenCode’s Legacy
OpenCode is now archived. The repository hasn’t had active commits since September 2025. But its influence lives on:
- Mimo Code forked OpenCode and added vision support
- The skill-driven execution model inspired other agents
- The community-contributed skills ecosystem showed what was possible
- The Copilot provider proved that coding agents don’t need expensive APIs
What Other Agents Can Learn
GitHub Copilot has a generous API for authenticated users. Other coding agents may support Copilot through OpenAI-compatible endpoints or provider plugins. OpenCode’s dedicated Copilot provider integration was notable for making this path explicit and first-class.
OpenCode’s Copilot integration is a reminder that the best features are often the ones that make your tool cheaper to run. In the coding agent space, cost is the hidden variable — and OpenCode optimized for it.