v1.9.1
asheshgoplani/agent-deckv1.9.1May 11, 2026by asheshgoplani
AI Summary
A maintenance release focused on improving the removal process with busy-retry mechanisms, verification sweeps, and notification improvements.
Key Highlights
- Implemented busy-retry mechanism for removal operations.
- Added verification sweep to the removal process.
- Implemented notifier sweep functionality.
Full Release Notes
## Agent Deck v1.9.1 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.1 ``` ## Changelog * 517468419f501e07010e372e5139427dfa7a8db2 feat(groups): max_concurrent default-1 (serial) — cascade-prevention from Factory Missions research (#933) * 7158a4074d67fc616e48cefb81d22a3b8686434b fix(rm): v1.9.1 — busy-retry + verify + notifier sweep (closes #909 #910) (#935) * e30d78a17d3c384bf16114bd8273fc8ae1db6fc0 release: prepare v1.9.1 changelog --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.0...v1.9.1