TUICommander v1.5.1
What's Changed
Fixed
- Git Log — expanded commit body overlap — Expanding a commit in the Git Panel's Log tab no longer lets its (wrapped) body and changed-files list overlap the next row. The expanded section's real height is now measured rather than estimated from a line count that ignored wrapping.
- Stuck "awaiting input" badge — A confident interactive prompt (e.g. an agent's "Enter to select" menu) answered via a channel/MCP prompt box instead of a direct keystroke no longer leaves the tab pulsing amber. The badge now also clears once the terminal has been busy (producing output, no re-detection) for a short window; a statically-waiting prompt still keeps the badge.
- Boot-time unhandled rejection — Disposing a Tauri event listener that was already unregistered no longer surfaces an "undefined is not an object (listeners[eventId].handlerId)" rejection at startup; the async unlisten path is now swallowed.
- Dictation docs — Corrected the documented Windows whisper acceleration (CPU-only, not Vulkan/GPU).
📦 Downloads
Pick the right build for your system:
- 🍎 macOS (Apple Silicon)
TUICommander_1.5.1_aarch64.dmg
(alt:TUICommander_aarch64.app.tar.gz) - 🪟 Windows (64-bit)
TUICommander_1.5.1_x64-setup.exe - 🐧 Linux (Debian / Ubuntu)
TUICommander_1.5.1_amd64.deb - 🐧 Linux (RHEL / Fedora / CentOS)
TUICommander-1.5.1-1.x86_64.rpm - 🐧 Linux (portable)
TUICommander_1.5.1_amd64.AppImage
🔐 Verify (optional)
Each release includes .sig files for signature verification.
💻 Install via terminal
# macOS (Homebrew)
brew install sstraus/tap/tuicommander
# macOS / Linux
curl -fsSL https://tuicommander.com/install.sh | sh# Windows (PowerShell)
irm https://tuicommander.com/install.ps1 | iex