opencode
opencode copied to clipboard
The open source coding agent.
Fixes issues where permissions requests block indefinitely in CI/GitHub Actions, with no output indicating why. I keep running into this in CI runs, especially when the harness is trying to...
### Description Hi, I was setting up a nixos vm and found that I had way less space on my disk than usual but I didn't download anything very big...
### Description OpenCode crashes immediately when attempting to connect to the z.ai coding plan integration. The crash occurs during the connection process and results in an abort triggered by recursive...
## Summary - clarify that edit/write succeeded even when LSP diagnostics are reported, so agents do not misread errors as failed changes - keep output minimal to align with the...
### Question The new repo migration change (`sst/opencode` -> `anomalyco/opencode`) should have also updated the brew tap formula name: https://github.com/anomalyco/opencode/blob/dc25669b6e14ee7730ae9ab5d3d5e876e2111fb0/packages/opencode/src/installation/index.ts#L113-L119 I'd assume people aren't necessarily on this new tap name...
### Description I found LLM is likely to pass json type content to write .json files, thus they directly pass json object to edit tool, however, the tool doesn't parse...
### Description When I try to use Opencode with Abacus, I get this message: Not Found: Method chat/completions/chat/completions not found ### Plugins _No response_ ### OpenCode version 1.0.223 ### Steps...
### Description I only use the following relative paths relative to the skill's directory in the Claude code skill declaration, and Claude skills can execute scripts correctly. ``` uv run...
Without this patch, the desktop application requires a strict port configuration (port 1420) and hardcodes the `devUrl` in `tauri.conf.json`. This causes issues when the port is already in use during...
### Description I am running [epicenter's Whispering voice dictation app](https://github.com/EpicenterHQ/epicenter/blob/main/apps/whispering/README.md) which is also a Tauri app running on localhost:1420. This means that when I attempt to launch OpenCode Desktop via...