opencode
opencode copied to clipboard
The open source coding agent.
### Description If running a command as a subtask, the model is not inherited from the agent but from the config. Config ```json { "$schema": "https://opencode.ai/config.json", "autoupdate": true, "model": "opencode/big-pickle",...
The old share page had the input and output of every tool call which was lost in the new page. Warning: this was all generated by claude, I did review...
## Summary - Adds `tauri-plugin-single-instance` to prevent multiple desktop app instances - **Fixes orphaned sidecar cleanup** - kills the sidecar process on startup timeout before exiting ## Problem Opening the...
### Question In the public release, OpenCode.exe is TUI mode, and opencode-cli.exe is CLI mode,is that right? Running "bun run packages/opencode/script/build.ts" only get a opencode.exe for cli mode
## Problem When a new PR is opened, the duplicate PR detection workflow searches for similar PRs. However, the search results include the newly opened PR itself, causing it to...
### Description but normal in gohstty: Could this be related to the zsh theme I installed in my OS terminal? ### Plugins _No response_ ### OpenCode version _No response_ ###...
### Description On Windows systems, opening a folder with Chinese characters in its path will trigger this error: TypeError: Failed to execute 'set' on 'Headers': String contains non ISO-8859-1 code...
### Description When using https://openrouter.ai/qwen/qwen3-coder:free it fails to call the edit tool. It fails over and over again with: ``` Error: The edit tool was called with invalid arguments: [...
## Problem When using Amazon Bedrock with the `jp.` cross-region inference profile prefix (e.g., `jp.anthropic.claude-sonnet-4-5-20250929-v1:0`), OpenCode incorrectly adds an additional region prefix, causing the model invocation to fail. Currently, OpenCode...
Servers that were previously working are now returning `Operation timed out after 5000ms`. This affects local `stdio` servers (like `chrome-devtools`, `context7`, `sequential-thinking`) and seems to affect the general stability of...