v1.9.19
asheshgoplani/agent-deckv1.9.19May 19, 2026by github-actions[bot]
AI Summary
Introduces support for the Hermes Agent CLI and standardizes environment file handling across the application. Fixes session restart logic to prevent duplicate restarts and auto-confirms resume prompts.
Key Highlights
- Add Hermes Agent CLI support
- Auto-confirm Claude 'Resume from summary' picker
- Single-flight restart logic to prevent duplicate restarts
- Uniform environment file handling
New Features
- Hermes Agent CLI
- Session restart improvements
- Auto-confirm resume
Full Release Notes
## Agent Deck v1.9.19 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.19 ``` ## Changelog * 4a2f6c45d931c78c45034c925ee3a49c59453a60 feat: add Hermes Agent CLI + uniform env_file (takeover of @sergeytrofimovsky's #951, closes #919) (#1044) * dfb684ff77737959e02d84058dfade7d9366ea2a fix(session): auto-confirm Claude 'Resume from summary' picker on restart (#803) * 4c27006714dc1dc7f2ee7aef52cc6f006621f2d0 fix(session): single-flight restart on Claude exit (closes #1040) (#1045) * ad62c9d84e706d9125ae5ca528f76192bde8d651 release: prepare v1.9.19 changelog + version bump --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.18...v1.9.19