Analysis updated 2026-05-18
Chat with the opencode AI agent inside your editor instead of the terminal.
Paste screenshots or drag in files as context for the agent.
Approve or auto-approve risky agent actions like shell commands through a visual permission system.
Switch between AI providers and models from a dropdown without restarting.
| martian7777/opencode-studio | 4ssh1/mine-sweeper | achawla19/intuitcode-extension | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | — | 2026-01-31 | — |
| Maintenance | — | Maintained | — |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | developer | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires opencode already installed and on your PATH before installing the extension.
This project is a visual interface for opencode, an AI coding agent that normally only runs in the terminal. It is packaged as an editor extension that works inside VS Code and similar editors like Cursor, Windsurf, Antigravity, VSCodium, and code-server. The README explains that opencode is powerful but its terminal-only design has real limits: you cannot paste screenshots or drag in image files, you cannot drag and drop files as context, commands and models are hidden behind syntax you have to memorize, there is no visual way to approve or reject the actions the agent wants to take, and the raw streaming output does not show what tool calls are happening. This extension adds a chat panel right inside the editor that solves each of those problems: you can paste or drag in images and files, type an at-sign to search and mention files from your whole project, type a slash to see a searchable list of available commands, and watch responses stream in with readable formatting and expandable cards showing what each tool call did. It also adds a permission system with four modes, ranging from approving every action manually to approving everything automatically, plus a read-only planning mode. Risky actions like running shell commands or deleting files still prompt for approval even in the more automatic modes. You can switch between AI providers, models, and agent types from dropdown menus in the header without restarting anything, and past conversations are saved so you can browse, resume, or delete them later. Under the hood, the extension runs the opencode server as a background process and talks to it over a local connection, the visual part of the interface itself never reaches out to the network directly. Setup requires opencode itself to already be installed on your computer, plus a recent version of VS Code or a compatible editor. Install it from the extension marketplace or as a downloadable package, then open it from the editor's sidebar and it will start the opencode server for you automatically. The project is released under the MIT license.
A visual chat interface inside VS Code and similar editors for the terminal-only opencode AI coding agent.
Mainly TypeScript. The stack also includes TypeScript, React, Node.js.
Use, modify, and share freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.