v1.7.45
asheshgoplani/agent-deckv1.7.45Apr 21, 2026by github-actions[bot]
Full Release Notes
## Agent Deck v1.7.45 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.45 ``` ## Changelog * 67b704a2ca35363b8659c5acd62d46468855a386 fix(notifier): async dispatch + deferred retry queue for v1.7.45 (#39, #40) (#703) * 4c7dd7d3c936ad782369eb680e79699f201adb8c test(notifier): gate slow senders on a release channel to avoid TempDir race (#704) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.44...v1.7.45