opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

### Description Description Hi opencode contributors. i was testing one custom /command with argument. But pasting is broken. Nothing shows when pasting and it is not a simple display issue...

bug
opentui

I noticed that the `shift+enter` keybinding, which is supposed to insert a newline in the input field, doesn’t seem to work. However, the alternative keybinding `ctrl+j` works fine for the...

bug
opentui

I use [Volta](https://volta.sh/) to manage my node version. I am able to install and run claude code via npm without problems. When I install opencode via npm however it is...

### Description If I press Ctrl-p and then press Esc (to dismiss the modal pane), the LLM quits with "The operation was aborted." ### OpenCode version 1.0.23 ### Steps to...

bug
opentui

### Description Look at screenshot attached. ### OpenCode version v1.0.18 ### Steps to reproduce Just start any task with web version ### Screenshot and/or share link ### Operating System Ubuntu...

bug

### Description In the latest opencode the diffs style is not what it used to be now there are no red and green highlights ### OpenCode version v1.0.7 ### Steps...

bug
opentui

Hi :) Please add a unified (inline) diff view. Split view is hard to read for me, especially with small changes and limited horizontal space (terminal/tiled splits, even on big...

opentui

feat: Allowing for wildcards in formatter extenstions, utilizing already existing [Wildcards utils](https://github.com/sst/opencode/blob/dev/packages/opencode/src/util/wildcard.ts) Solved issue #3431 Tested with this config and it works ```json { "$schema": "https://opencode.ai/config.json", "formatter": { "prettier": {...

TL;DR Vue LSP is not reporting diagnostics. Fix is in #2097 --- I created #1952 just as [@vue/language-tools v3 was released](https://github.com/vuejs/language-tools/releases/tag/v3.0.0). This meant that Vue worked briefly (if at all)...

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

documentation