v1.9.39
asheshgoplani/agent-deckv1.9.39May 27, 2026by github-actions[bot]
AI Summary
Addresses a user experience issue in the terminal insert mode by reducing the echo latency for typed keys from 2 seconds to approximately 60 milliseconds.
Key Highlights
- Insert preview echo latency fix
- Echo typed keys in ~60ms instead of 2s
- Improved typing responsiveness
New Features
- Reduced echo latency
- Enhanced typing responsiveness
Full Release Notes
## Agent Deck v1.9.39 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.9.39 ``` ## Changelog * d71accb5df9515118865e8d4f57792fc466f61af chore(release): v1.9.39 — insert preview echo latency fix (#1131) * bd9dd7a984de8084cd76a430814d550bd14bcf37 fix(insert): echo typed keys in ~60ms instead of waiting the 2s preview tick (#1131) (#1202) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.38...v1.9.39