v1.7.69
asheshgoplani/agent-deckv1.7.69Apr 24, 2026by github-actions[bot]
AI Summary
A regression fix release addressing five specific issues identified in the previous version.
Key Highlights
- Bundle of 5 regressions fixed against v1.7.68.
- Addressed issues related to notifier, session, and termreply handling.
Full Release Notes
## Agent Deck v1.7.69 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.69 ``` ## Changelog * cec3545a320745f6fec198cf552bd0695ef89b32 fix: bundle of 5 regressions against v1.7.68 (#742, #743, #744, #745, #746) (#747) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.68...v1.7.69