OpenCode v1.1.25: Plugin Cache & Desktop UX Fixes
OpenCode v1.1.25 fixes tool attachment regressions, adds project memory to the desktop app, and improves plugin cache handling for Bun users.
TL;DR
- Reverted tool attachment fix to prevent tools being sent as user messages
- Desktop app now remembers last opened project and handles new sessions correctly
- Plugin cache module reinstalls automatically when missing
New
- Remember last opened project — Desktop app persists your last project on restart, saving you a click
- Workspace title truncation — Long workspace names now display cleanly in the app UI
- Dialog centering — Dialogs now center on the page instead of the session window
Fixed
- Tool attachment regression — Reverted a previous fix that was incorrectly sending tools as user messages
- Plugin cache handling — Plugins now reinstall automatically when the cache module is missing, fixing Bun compatibility issues
- New session handling — Desktop app now correctly initializes new sessions
- Home/End keys in modals — Home and End keys now work properly in menu list modal windows
Update with: npm install opencode@1.1.25 or check the release page for your platform.
Source: OpenCode