An opencode VS Code extension that works.
This Project is heavily vibe-coded.
Main model used: GPT-5.4, Gemini-3.1-pro. Agent: OpenCode, OpenAI Codex.
Dark Theme
Light Theme
- Interactive chat interface inside VS Code.
- Session switcher for moving between OpenCode chats in the sidebar.
- Markdown rendering for assistant responses.
- Clickable file links in chat output to open files directly in VS Code.
You must have the OpenCode CLI installed and available on your PATH, or configure OpenCode › Cli: Path to point to the binary.
On activation, the extension starts a managed local opencode serve process automatically. You do not need to start an OpenCode server yourself.
Check out AGENTS.md and the docs/ folder for architecture details and postmortems.