opencode
opencode copied to clipboard
The open source coding agent.
### Description Multiple sort operations in the web UI crash when sorting items with undefined/null values. ``` TypeError: Cannot read properties of undefined (reading 'localeCompare') ``` ### OpenCode version v1.0.207+...
## Summary Provide an API that allows plugins to register custom sections/panels in the sidebar. ## Motivation Currently, plugins can extend OpenCode with tools, hooks, agents, and MCP configs -...
## Summary Adds a plugin API that allows plugins to register custom panels in the sidebar. Closes #5971 ## Changes - Add `SidebarPanel` and `SidebarPanelItem` types to `@opencode-ai/plugin` - Add...
``` ╔═══════════════════════════════════════════════════════════════╗ ║ ║ ║ ██████╗ ██╗ ██╗██████╗ █████╗ ██████╗ ██╗ ███████╗ ║ ║ ██╔══██╗██║ ██║██╔══██╗██╔══██╗██╔══██╗██║ ██╔════╝ ║ ║ ██║ ██║██║ ██║██████╔╝███████║██████╔╝██║ █████╗ ║ ║ ██║ ██║██║ ██║██╔══██╗██╔══██║██╔══██╗██║ ██╔══╝ ║...
## Summary - Add `model_slot_1-5` keybinds to jump directly to favorite models - Add `agent_slot_1-5` keybinds to jump directly to agents by index - Add `setFavorite(index)` method to model store...
Similar to the github support mentioned on https://opencode.ai/docs/github/, it would be nice if there was also support for forgejo/gitea actions. They are somewhat compatible with github actions, but I'm assuming...
### 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 So...
Model store gets fed react proxy objects, so the cache is corrupted on some model changes. - Deep copy objects when inserting into recent/favorite stores to break reactive proxy references...
## Summary Fixes #6110: Adds optional config `clipboard.linux.enablePrimaryCopy` to enable primary clipboard copying in Wayland/X11, fixing Linux middle-click paste by populating both regular and primary selections without changing default behavior....