opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

initial effort on getting rich presence working. I haven't been able to make the share link show up. I'll also need a Discord bot id to plug in to use...

Removing patch tool from registry as its description patch.txt is 'do not use'

### 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 We’re...

discussion

### Description When selecting a Perplexity model, in this case Perplexity Sonar, and sending any message you get a full screen error. See Screenshot below. ### OpenCode version 0.15.28 ###...

bug

### Description ``` TypeError: undefined is not an object (evaluating 'lines().length') at (src/cli/cmd/tui/routes/session/index.tsx:1547:25) 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 readSignal (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:660:67) at (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:1508:36) at (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:1144:20) at runComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:742:22) at...

bug
opentui

### Description Here is quick video, auto complete is able to find the attachment but when i hit enter it won't paste into the text box. I have to drag...

bug
opentui

1. Add promptCacheKey for any custom provider with npm openai. Allows other openai compatible providers to save tokens by using promptCacheKey 2. Handle cases when model sends line numbers back...

Closes #3871. I also reverted to the behavior from `v0.15.x` where the resulting prompt is `args.prompt + stdin`, whereas in `v1.x` it is currently `stdin + args.prompt`.

### Description Hi, Opencode suggested to restart since an update can be installed. So exited my current sessions with v0.15.7 and tried to restart Opencode. Now I receive this error:...

bug
windows

closes #3598 what was the problem: - concurrent requests tried to spawn clangd simultaneously, so the broken-set flipped true and left the workspace without a live client. - when clangd...