v1.7.77
asheshgoplani/agent-deckv1.7.77May 1, 2026by github-actions[bot]
AI Summary
A maintenance release focusing on UI stability, specifically addressing terminal escape character handling during chunk boundary processing.
Key Highlights
- Fixed UI handling for lone ESC characters at chunk boundaries.
- Improved SS3 (Selects 3) detection logic.
Full Release Notes
## Agent Deck v1.7.77 Terminal session manager for AI coding agents. ### Installation **Homebrew (recommended):** ```bash brew install asheshgoplani/tap/agent-deck ``` **Quick Install:** ```bash curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash ``` **Go Install:** ```bash go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.7.77 ``` ## Changelog * d4b52c09f221f138deecdfc4b48e7af09aba46df chore(release): v1.7.77 (#843) * 19f8207a91cce10ea562921a2bbefd5a7fbb03e5 fix(ui): buffer lone ESC at chunk boundary for SS3 detection (#842) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.76...v1.7.77