opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

Results 3336 opencode issues
Sort by recently updated
recently updated
newest added

## Summary Adds a `--disable-mouse` CLI flag and `tui.disable_mouse` config option to allow users to disable mouse tracking, enabling native terminal right-click paste functionality on Linux terminals that use PuTTY-style...

### 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 [Draft...

discussion

[GH Issue](https://github.com/sst/opencode/issues/6322) This makes it possible for custom themes to configure specific theme colors to use the calculated `system` values, e.g.: ```json { "theme": { "accent": "system", "background": "#000000" }...

### 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 Pretty...

discussion

### Description I am trying to use a local LLM (nemotron-3-nano:30b) via ollama to run opencode. When I send a message in plan mode, I get a response stating that...

bug

### Question 可否进行中文的支持,这样可以扩大使用规模

docs

**Findings** - `a4411c21b feat(desktop): theme preview` adds a user-facing “live preview” when navigating theme (and light/dark/system scheme) options in the Desktop command palette; the preview is committed on selection and...

### Description Disclosure: 1st draft AI generated. Tool fail to properly unescape XML entities in command arguments, leading to execution errors, or file content corruption. This occurs when commands include...

bug