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 new **sessions sidebar** mode that displays all sessions in a persistent sidebar, allowing users to quickly navigate between sessions without opening a modal. ## Changes -...

## Describe the enhancement you want to request OpenCode already integrates with LSP servers to surface diagnostics. It would be great to add built-in support for Oxlint’s LSP mode (`oxlint...

good first issue
help-wanted

### Description Using github copilot i can login and use the CLI as normal, it will handle requests, let me choose models etc. works as intended. However when trying to...

bug
opentui

### Description So... I think that this used to work... My local aliases do not work anymore when using `! command` in opencode. ``` frosch ➜ /tmp which g g:...

bug

### 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 Hello,...

discussion

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

discussion

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

discussion

Fixes https://github.com/sst/opencode/issues/5627 ### Description Fixes ACP event duplication bug by switching from per-session SSE subscriptions to a single long-lived subscription and routing events by the payload sessionID. The approach is...

### Description My `opencode.json` file includes this content to meant to avoid displaying models I'm uninterested in using: ```jsonc "zai-coding-plan": { "blacklist": [ "glm-4.5", "glm-4.5-air", "glm-4.5-flash", "glm-4.5v", ] }, "github-copilot":...

bug