Skip to content

v1.1.57: Major Desktop Optimization

Release Date: February 11, 2026


One-Sentence Summary

This update significantly optimizes desktop app experience, fixes terminal copy/paste, Windows adaptation, Wayland support issues, and improves context compression reliability.


New Feature: WSL Backend Mode

What's Updated?

Desktop OpenCode now supports WSL backend mode, allowing OpenCode to run through WSL on Windows for better compatibility.

What is WSL Backend Mode?

If you use WSL (Windows Subsystem for Linux) on Windows, you can have desktop OpenCode run in the WSL environment instead of directly on Windows.

What are the Benefits?

  • Better Linux toolchain compatibility
  • Filesystem behavior consistent with Linux
  • Avoid some Windows-specific issues

Improvement: More Reliable Context Compression

Previous Issue

In long conversations, OpenCode automatically compresses context to save tokens. But sometimes compression wasn't reliable enough, potentially causing information loss.

Current Status

  • Added reserved token buffer, leaving enough space for input window compression
  • Added more context overflow handling scenarios
  • Removed over-correction situations

Improvement: TUI Sidebar Defaults to Auto

Change

TUI (terminal interface) session sidebar now defaults to "auto" mode, automatically showing or hiding based on terminal width.


Bug Fix: Multiple Desktop Improvements

Terminal Copy/Paste

Previously desktop app terminal copy/paste had issues, now fixed.

Windows App Adaptation

  • Improved Windows app resolution detection
  • Optimized UI loading state
  • Fixed copy path button style

Wayland Support

Desktop app now reads Wayland preference from config, better supporting Linux Wayland display server.


Should You Upgrade?

SituationRecommendation
Using desktop version✅ Upgrade
Windows users✅ Highly Recommended
Only using terminal versionCan wait for next time

Upgrade Command:

bash
opencode upgrade

Technical Details (Skippable)

Click to expand full update list

Core

  • Add more context overflow handling scenarios, remove over-correction
  • Ensure compression is more reliable, add reserved token buffer
  • Improve /review prompt, more clearly detect behavior changes
  • Improve Amazon Bedrock check, support container credentials

TUI

  • Session sidebar defaults to auto mode

Desktop

  • Fix terminal copy/paste functionality
  • Fix copy path button style
  • Use tracing for logging
  • Enhance Windows app resolution and UI loading state
  • Improve desktop app server startup resilience
  • Read Wayland preference from config
  • Add WSL backend mode

SDK

  • Encode non-ASCII directory paths in v1 SDK HTTP headers

Community Contributions

  • @OpeOginni: Improve Amazon Bedrock check to support container credentials
  • @Brendonovich: Add WSL backend mode, Wayland preference, tracing logs
  • @neriousy: Enhance Windows app resolution and UI loading state
  • @MrMushrooooom: Fix non-ASCII directory path encoding
  • @ariane-emory: Remove migration to 1.0 documentation

← Back to Changelog