v1.1.14: Major TUI Interaction Upgrade
Release Date: January 12, 2026
One-Line Summary
This update makes TUI terminal interface mouse interaction smoother, autocomplete and Q&A options all support mouse hover and click, plus fixes cursor position error when pasting text.
New Feature: Comprehensive Mouse Interaction Upgrade
What's Updated?
TUI (terminal interface) now supports more mouse operations:
- Autocomplete: Mouse hover highlight, click to select
- Q&A options: Mouse hover highlight, click to select
- Subagent titles: Click to navigate
Why Is This Important?
Previously in TUI, many operations were keyboard-only. Now you can:
- Click autocomplete options with mouse, no arrow keys needed
- Click Q&A options with mouse, no number input needed
- Click subagent titles to quickly view details
Simply put: Keyboard users keep using keyboard, mouse users can also enjoy it now.
Bug Fix: Pasted Text Cursor Position Correct
Previous Issue
After pasting single-line text in TUI, cursor position would be in wrong place, causing text position issues when continuing to type.
Current Behavior
Cursor correctly stops at text end after pasting, allowing smooth continued typing.
Bug Fix: Slash Command Autocomplete No Longer Jumps
Previous Issue
After typing /, the autocomplete list highlight row would jump around inexplicably.
Current Behavior
Highlight row is stable now, selecting commands is smoother.
Other Improvements
Desktop
- Image preview: Images in attachments can now be previewed directly, no need for external programs
Core
- MCP tool output: Supports
resourcecontent type - External directory permissions: More accurate subdirectory permission checking
- OAuth login: Automatically copies URL when device code unavailable
Should You Upgrade?
| Situation | Recommendation |
|---|---|
| Frequently use TUI terminal interface | ✅ Upgrade, better experience |
| Previously encountered paste cursor issue | ✅ Upgrade |
| Mainly use Desktop | Can upgrade, has image preview |
| Everything works fine | Can wait for next time |
Upgrade Command:
opencode upgradeTechnical Details (Skippable)
Click to expand full changelog
Core
- Support
resourcecontent type in MCP tool output (@antigremlin) - Check subdirectory external directory permissions (@dmmulroy)
- Upgrade Copilot plugin version
TUI
- Add click navigation for subagent titles
- Q&A tool supports mouse hover and click (@indeep99)
- Fix prompt ref initialization, prevent undefined reference error
- Refactor event stream, use SDK instead of manual RPC subscription
- Fix cursor position when pasting single-line text (@Octane0411)
- Autocomplete supports mouse hover and click (@kitlangton)
- Copy OAuth URL when device code unavailable (@itskingori)
- Fix slash command autocomplete highlight row jumping (@kitlangton)
Desktop
- Image attachment supports preview (@dbpolito)
Community Contributors
Thanks to 10 community contributors: @kitlangton, @itskingori, @zeke, @dbpolito, @jacobwgillespie, @dmmulroy, @Octane0411, @indeep99, @antigremlin, @eyalch

