Skip to content

v1.1.58: TUI Interaction Optimization

Release Date: February 11, 2026


One-Sentence Summary

This update optimizes terminal interface (TUI) interaction experience, supports Ctrl+C to close dialogs, different modes show different input prompts, share links can be copied repeatedly.


New Feature: Ctrl+C to Close Dialogs

What's Updated?

In TUI, you can now use Ctrl+C to close various dialogs, no need to find the Escape key.

Why Important?

Previously closing dialogs only worked with Escape. Now Ctrl+C also works, more intuitive.


New Feature: Mode-Specific Input Prompts

What's Updated?

Input box placeholder text now changes based on current mode, telling you what to input.

Effect Example

ModePlaceholder Text
Default mode"Ask me anything..."
Code mode"Describe the feature you want..."
Plan mode"Describe your project requirements..."

This way you can clearly know how to ask questions in the current mode.


Previous Issue

After using /share command to share a session, if you wanted to copy the link again, you needed to regenerate it.

Current Status

/share command now stays available, you can copy the generated share link anytime without regenerating.


Improvement: Home Interface Adaptive

Previous Issue

In terminals with limited height, Home interface text might display abnormally.

Current Status

Fixed the issue where Home interface text displayed corrupted in height-limited terminals.


Bug Fix: Desktop

Sub-session Notifications

Sub-sessions (Forked sessions) can now also display notifications.

Terminal Buffer

Terminal PTY buffer is now correctly preserved between sessions, switching sessions won't lose previous output.

Terminal Resize

Fixed terminal resize issue in desktop app.


Should You Upgrade?

SituationRecommendation
Frequently use TUI✅ Upgrade
Need to share sessions✅ Upgrade
Only using desktopCan wait for next time

Upgrade Command:

bash
opencode upgrade

Technical Details (Skippable)

Click to expand full update list

TUI

  • Support Ctrl+C to close dialogs
  • Keep /share command available to copy existing links
  • Add mode-specific input prompts
  • Fix Home interface text corruption in height-limited terminals

Desktop

  • Revert WSL backend mode feature
  • Enable notifications for sub-sessions
  • Terminal PTY buffer correctly preserved between sessions
  • Fix terminal resize functionality

Community Contributions

  • @kitlangton: TUI interaction optimization (Ctrl+C close dialogs, mode prompts, Home interface fix, share links)

← Back to Changelog