opencode
opencode copied to clipboard
The open source coding agent.
Fixes #1267 ## Summary - Fix `fallbackIndex` never incrementing after successful model switch, causing infinite retry loop on same failing model - Add `models` to `knownKeys` in config transform to...
### Description After pasting an image into the chat which was encoded to base64, the original image was transferred to Anthropic Claude, but was being included in subsequent messages causing...
### 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 Currently,...
Fixes #8643 Using GPT 5.2, primary agents (build, plan) respect reasoningEffort config, but subagents (explore, general) ignore it. **Root cause** In task.ts:145-160, when calling SessionPrompt.prompt() for subagents, agent.options (which contains...
Fixes #8602 ### What does this PR do? Desktop app is currently missing a way to unshare a session once it's been shared (users have to use the TUI to...
### Description When opencode needs user input, be it for permission or plan execution, the CPU usage is very high just by doing nothing apparently ### Plugins _No response_ ###...
### What does this PR do? Fixes typecheck error `TS2304: Cannot find name 'platform'` introduced in #7360. Moves `platform` and `serverPassword` creation outside `render()` so they're available to the click...
Bug Description Ctrl+C causes terminal UI rendering overlap on Windows Terminal. The terminal command prompt and OpenCode UI are interleaved, making it impossible to use the application properly. Screenshots ...
### Description The /compact and auto compact fails. ### Plugins "oh-my-opencode@beta", "opencode-antigravity-auth@beta", "@plannotator/opencode@beta", "@franlol/[email protected]", "@tarquinen/opencode-dcp@latest", "@mohak34/opencode-notifier@latest" ### OpenCode version 1.1.12 ### Steps to reproduce 1. Run Sisyphus agent with Claude...
Closes #8647 Added two new models to the NVIDIA provider: - `nvidia/deepseek-ai/deepseek-v3.2` - DeepSeek V3.2 with reasoning and tool call support - `nvidia/minimaxai/minimax-m2.1` - MiniMax M2.1 with advanced reasoning capabilities...