Skip to content

v1.1.27: Fix Desktop Experience Issues

Release Date: January 20, 2026


One-Line Summary

Fixed desktop app startup splash screen, message list scrolling, configuration persistence issues, smoother experience.


Improvement: Fix Desktop Experience Issues

Previous Issues

Desktop app might encounter some small issues during use:

  • Startup occasionally flashes home page
  • Message list might overflow or lag when scrolling
  • Quota limit settings lost after refresh
  • Accidentally zooming page causes layout chaos

Current Behavior

These issues are all fixed, desktop app is now more stable and smoother:

  • ✅ No more startup splash screen, directly enter work state
  • ✅ Message list scrolls smoothly, no overflow
  • ✅ Quota limits are persistently saved, not lost on refresh
  • ✅ Completely disabled zoom in desktop app, avoiding accidental triggers

New Feature: Select Project Directory Text

What's Updated?

You can now directly select and copy project directory path text in desktop app.

How to Use?

  1. Open desktop app
  2. Find project directory path in project settings or session info
  3. Click path text to select and copy

Bug Fix: MCP Server Truncation Handling

Previous Issue

When MCP server returns large amounts of content, truncation might not be handled properly.

Current Behavior

MCP server truncation handling is now more reliable, long content won't be accidentally lost.


Bug Fix: TUI Memory Leak

Previous Issue

After using TUI (terminal interface) mode for a while, memory usage would keep increasing.

Current Behavior

Fixed message history cleanup logic, now correctly releases unneeded messages, preventing memory leak.


Should You Upgrade?

SituationRecommendation
Desktop app user✅ Strongly recommended, fixed multiple experience issues
TUI user✅ Recommended, fixed memory leak
Just upgraded v1.1.26Can wait for next time, but upgrading doesn't hurt

Upgrade Command:

bash
opencode upgrade

Technical Details (Skippable)

Click to expand full changelog

Core

  • Remove file time assertion in patch tool
  • Ensure MCP server truncation is correctly applied
  • Update batch tool definition, clarify max tool call value

TUI

  • Add space toggle hint in tool selection prompt
  • Fix message history cleanup to prevent memory leak in TUI

Desktop

  • Fix home page flash on app startup
  • Fix localStorage quota handling in app
  • Persist quota limit to prevent loss on refresh
  • Completely disable zoom in desktop app
  • Fix message list overflow and scrolling issues
  • Add 8px padding to recent sessions popover
  • Remove top padding from edit project dialog form
  • Update session message popover spacing to 28px
  • Position session message popover at top
  • Preserve session hover state when popover is open and update border radius
  • Update session hover popover style
  • Update review session empty state style
  • Add ability to select project directory text in web interface

Thanks to 5 community contributors


← Back to Changelog