opencode
opencode copied to clipboard
The open source coding agent.
### Description When I use opencode on NFS, bun install has hardlink/symlink-related filesystem compatibility issues, which causes some packages to fail to install correctly, resulting in opencode not functioning properly....
### 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 Allow...
### Description Desktop app ignores `OPENCODE_GIT_BASH_PATH`. when execution with BashTool, always uses SHELL (WSL) on Windows **Environment:** - OS: Windows 10 - OpenCode: Desktop version - Git Bash: Installed at...
### Description It seems my subagent doesn't receive the body of my Agent Markdown file, just the description. I have the following `~/.config/opencode/agent/tester.md` agent file: ```markdown --- description: Test all...
SAP AI Core reasoning models (e.g., `anthropic--claude-3.7-sonnet`, `anthropic--claude-4.5-haiku`) do not support variant cycling via Ctrl+T. The variants system returns an empty object, making it impossible to switch between reasoning effort...
## Summary Adds `opencode-antigravity-img` to the plugins list in the ecosystem documentation. This plugin enables image generation using the Gemini 3 Pro Image model via the Antigravity/CloudCode API. It's a...
### Description # [BUG] tmp_pack Files Consuming 180GB on Ubuntu 24.04 LTS ## Description OpenCode is creating massive temporary pack files in `~/.local/share/opencode/snapshot/*/objects/pack/` that are never cleaned up, consuming 180.9...
### What does this PR do? - Added core logic for enumerating *loaded* models from Ollama and LMStudio in `packages/opencode/src/provider/local/index.ts` - Added debug cli `opencode debug provider probe ` ###...
fix(tui): add null check for local.agent.current() The `local.agent.current()` function can return undefined when no agents are available (empty agents list). This caused a TypeError when trying to access `.name` property...