v1.9.52
asheshgoplani/agent-deckv1.9.52Jun 9, 2026by github-actions[bot]
AI Summary
Updates dependencies and fixes terminal keyboard input issues in kitty as well as UI error handling for group deletion.
Key Highlights
- Fixed Shift+Enter key delivery in kitty terminal
- Fixed error reporting when deleting the default group
- Dependency updates for the go-minor-patch group
Full Release Notes
## Agent Deck v1.9.52 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.52 ``` ## Changelog * f882d93452c29678bd066eca51b4931d31834bf4 chore(deps): bump the go-minor-patch group with 4 updates (#1340) * ecc009c1323b224304401cf217883fc94593d2e3 chore(release): v1.9.52 * ae30e1f1563824309fc29956e23105447f2a39b0 fix(tmux): deliver modified keys in csi-u so Shift+Enter works in kitty (#1333) * e1d0a595025d38f7c8b514b053607de0104bb6b1 fix(ui): report error when deleting the default group instead of silent no-op (#1334) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.51...v1.9.52