OpenCode v1.1.58: TUI & Desktop Fixes
OpenCode v1.1.58 brings TUI improvements like Ctrl+C dialog dismissal and fixes terminal persistence on desktop. Minor WSL feature revert.
TL;DR
- Dismiss dialogs with Ctrl+C in the TUI for faster navigation
- Terminal PTY buffer now persists between sessions on desktop
- Fixed terminal resize and wordmark rendering in constrained terminals
New
- Mode-specific input placeholders — Context-aware prompts that adapt to your current mode for clearer intent signaling
- Ctrl+C dialog dismissal — Close dialogs instantly without reaching for the mouse or arrow keys
Fixed
- Terminal PTY buffer persistence — Session state now carries over between terminal sessions on desktop
- Terminal resize functionality — Fixed broken resize handling in the desktop app
- Home wordmark corruption — Wordmark no longer breaks in height-constrained terminals
- /share command availability — /share command stays accessible to copy existing share links
Reverted
- WSL backend mode — Reverted WSL backend mode feature for desktop
Update with: npm install opencode@latest or check the release page for platform-specific downloads.
Source: OpenCode