opencode
opencode copied to clipboard
The open source coding agent.
While caching support is already implemented for Anthropic, OpenAI, and Bedrock, it's missing for Google/VertexAI. Caching enables up to a 90% cost reduction and significantly reduces latency for long-running sessions....
https://github.com/michaljach/opencode-browser An OpenCode plugin that integrates [Browser MCP](https://browsermcp.io) to enable browser automation capabilities within OpenCode. This plugin allows the AI to control a browser, navigate websites, fill forms, click elements,...
### Question I see that the tools configuration has been deprecated in favor of the new permission system in OpenCode. The documentation provides clear examples for JSON configurations, such as:...
## Issue The `/session/:sessionID/fork` endpoint is requiring an `agent` field in the request body, but: 1. This field is not documented in the API 2. The field is not present...
### Question Are there any thinking models in GitHub Copilot that you can try in Open Code? I wanted to test the thinking toggle. Do you need to turn in...
### Description It's always required `big-pickle` and ignores default agent model ```log 2026-01-04 23:34:29.803 [info] [acp:opencode] 950 | const provider = s.providers[providerID] 951 | if (!provider) { 952 | const...
Fixes #6830 and #6833 by adding `ctx.log()` for custom tools to avoid console.log output leaking to stdout. **problem**: * Custom plugins had `ctx.client.app.log` available to them, but custom tools did...
Fixes an issue where custom tools fail to load with `"Cannot find module '@opencode-ai/plugin'"` errors due to a tool loading vs. dependency installation "race". **This builds on #6302 by ensuring...
- Introduced `env` option to set environment variables at runtime. - Added functionality to unset variables by setting them to `null`. - Updated documentation to reflect new `env` feature and...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request My...