opencode
opencode copied to clipboard
The open source coding agent.
## Description Mouse wheel scrolling works initially but becomes completely unresponsive after using opencode for a while. Once it stops working, I cannot scroll up to view source code or...
## Description Encountering an error when using GPT-5-codex in organizations with Zero Data Retention enabled. ## Error Message ``` AI_APICallError: Item with id 'rs_06bf86e5bcb244a50168e1327555a481968c0242e88626fe66' not found. Items are not persisted...
## Problem Description Currently when connecting to Kimi for coding, the only available option is "Kimi K2 thinking". However, Kimi actually provides additional coding-optimized models: - **K2 turbo** - Faster...
### Question Does OpenCode fail to run properly on computers without internet access? Does the program rely on any internet-based APIs during operation? I found some errors in the logs...
[FEATURE]: Make OC TUI work on Warp Terminal with command similar to /setup-terminal on Claude Code
### 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 ###...
Added browser automation toolkit to the `packages/opencode` package, just like anthropic's claude in chrome and cursor 2.0. Also, this feature can be turned on by setting the flag `OPENCODE_ENABLE_BROWSER=true` in...
## Summary This PR adds support for appending to the default agent prompt via the configuration file using a new `prompt_append` field. This allows users to extend the behavior of...
## Problem Description 1. **Missing common commands**: Users expect `/skills` and `/plugin` commands to exist, but they don't 2. **Ctrl+C unexpected exit**: Accidentally pressing Ctrl+C during CLI interaction exits the...
## Summary - Register `@opencode-ai/openai-compatible` as bundled provider with Responses API support - Add `omitMaxOutputTokens` option for providers that don't support `max_output_tokens` parameter - Default to `responses()` API, with option...
feat(app): add i18n internationalization support - Add @solid-primitives/i18n dependency - Create i18n infrastructure (context, hooks, locale files) - Support 5 languages: English, 简体中文, 日本語, Français, Español - Auto-detect browser language...