opencode
opencode copied to clipboard
The open source coding agent.
Fixes #7927 (partially) ## Problem The `Footer` component (shows directory + git branch) is imported but never rendered in the session view. Home screen shows it, but during an active...
# OpenCode GitHub Issue Report ## Issue Title Gemini 3 models fail with "Invalid JSON payload received. Unknown name 'parameters'" error when using antigravity-auth plugin ## Issue Description When using...
## Summary - allow granular URL permission rules for webfetch - expand permission patterns to include protocol/host/path variants - add tests for config + webfetch patterns ## Testing - bun...
### Description The /undo command of TUI cannot roll back the code version ### Plugins _No response_ ### OpenCode version _No response_ ### Steps to reproduce _No response_ ### Screenshot...
### Description ``` TypeError: undefined is not an object (evaluating 'local.agent.current().name') at (src/cli/cmd/tui/component/prompt/index.tsx:841:75) at (../../node_modules/.bun/@[email protected]+897ebc1644d3edd0/node_modules/@opentui/solid/index.js:148:62) at runComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:724:3) at runTop (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:833:7) at runUserEffects (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:928:18) at runUpdates (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:849:17)...
### Question I was working at plan mode and ask for refactor plan and opencode started to write the code by calling a subagent. Is that a bug or just...
### Description When using Kimi-K2 via OpenRouter with a recent OpenCode (1.1.21), I see tool call tokens in thinking sections, and the tool stops before I get a useful response....
### Description When we have `--continue`, `--prompt` stops working. It would be nice to be able to start with a prompt in the last session. ### Plugins _No response_ ###...
### Description When I try to use it through the application, it does not respond to my messages. However, when I run it from the console, it works correctly. Is...
## Summary Fixes #8848 When OpenCode runs without `--port` flag, the "Open WebUI" command attempts to open `http://opencode.internal` which is a non-resolvable internal URL used only for RPC communication. ##...