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

### Description TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. TypeError: parameter 1 is not of type 'Element'. at getComputedStyle$1 (http://tauri.localhost/assets/index-nOUlZVlP.js:1707:91066) at isOverflowElement (http://tauri.localhost/assets/index-nOUlZVlP.js:1707:89839)...

bug
web

### Description Settings button is disabled when I instaled the latest version of opencode desktop for windows PC. I'm on windows 10 ### Plugins none ### OpenCode version 1.1.25 ###...

bug
windows
web

### Description I open opencode from the project a folder, and the /session will show the conversation records of another project (such as project B), the folder name is not...

bug

INFO 2026-01-18T08:34:51 +910ms service=server method=GET path=/event request INFO 2026-01-18T08:34:51 +2ms service=server status=started method=GET path=/event request INFO 2026-01-18T08:34:51 +8ms service=default directory=/root creating instance INFO 2026-01-18T08:34:51 +2ms service=project directory=/root fromDirectory INFO 2026-01-18T08:34:51...

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

bug
opentui

### What does this PR do? Fixes github action to use share URL from share API instead of hard coded one. ### How did you verify your code works? I...

### What does this PR do? - Stop ripgrep scans once the file limit is reached and kill the rg process. - Disable symlink follow + hidden scanning by default...

### Description In the current version of opencode, there seems to be a recurring problem where outputs are automatically interrupted. This happens regardless of whether GPT or Gemini models are...

bug
windows

Thanks to @scillidan 's contribution ([link](https://github.com/ScoopInstaller/Main/pull/7524)), OpenCode is now available in Scoop's Main bucket, and the extra bucket one is getting deprecated. Documentations and code should be updated according to...

docs

### Description **Summary** When reloading an ACP session, file attachments are not replayed correctly, causing missing files, lost filenames, and incorrect rendering of text/binary content. **Problem** During session replay: -...

bug