opencode
opencode copied to clipboard
The open source coding agent.
## 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...
### 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...
### 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:...
### 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,...
### 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...
### 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...
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":...