v1.9.27
asheshgoplani/agent-deckv1.9.27May 21, 2026by github-actions[bot]
AI Summary
Telegram reliability improvements with channel ownership and diagnostic tools.
Key Highlights
- Channel-owning scratch sessions must enable telegram
- Always-scratch channel owners with post-spawn drift warning
- telegram-doctor diagnostic tool for troubleshooting
New Features
- Telegram reliability fixes
- telegram-doctor diagnostic tool
Full Release Notes
## Agent Deck v1.9.27 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.27 ``` ## Changelog * 45bcae364593b00196ed17a703582722022e5bed chore(release): v1.9.27 — telegram reliability double-fix (#1136 #1137) * 945625431197efe31153b5a030a2de3dbf1bf83a fix(session): channel-owning scratch must enable telegram (fixes #1134) (#1136) * 4c81763e1dfa98b9b55b356778bdea4dbfdec9f0 fix(telegram): always-scratch channel owners + post-spawn drift warning + telegram-doctor (fixes #1138, follow-up to #1136) (#1137) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.26...v1.9.27