Skip to content

v1.1.25: Remember Your Work State

Release Date: January 16, 2026


One-Line Summary

Fixed some experience issues, desktop app now remembers your last opened project, no need to re-select every time.


Improvement: Remember Last Opened Project

Previous Issue

Every time you reopen OpenCode desktop, you might need to re-select the project you want to enter, which is slightly troublesome.

Current Behavior

The app is now smarter! It remembers the project you were using when you last closed it. When you open the app next time, you directly return to the familiar work state, seamless transition.


Improvement: Session Handling Optimization

What's Updated?

  • More stable new session: Fixed some logic issues when handling new sessions in app
  • Dialog centering: Various popup dialogs now display more elegantly centered on the page, not just in current session area, more visually balanced

Core Fix

Plugin Cache Fix

Fixed an issue: when cache module is missing, plugins automatically reinstall. This ensures your plugin system is more stable, plugins won't become unusable because cache was accidentally deleted.


Should You Upgrade?

SituationRecommendation
OCD users✅ Upgrade, fixed some small bugs
Lazy users✅ Upgrade, remembering last project saves effort
Just upgraded v1.1.24Suggest upgrading anyway, it's fast

Upgrade Command:

bash
opencode upgrade

Technical Details (Skippable)

Click to expand full changelog

Core

  • Optimize wording expression
  • Revert tool attachment fix, prevent them from being sent as user messages
  • Automatically reinstall plugins when cache module is missing

Desktop

  • Remember last opened project in app
  • Truncate long workspace titles in app
  • Fix new session handling in app
  • Center dialogs to page instead of session area

← Back to Changelog