v1.9.40
asheshgoplani/agent-deckv1.9.40May 27, 2026by github-actions[bot]
AI Summary
Adds an opt-in feature allowing users to exit to a shell when an agent exits, followed by resuming the same session, providing better control over the terminal environment.
Key Highlights
- Opt-in exit-to-shell on agent exit
- Resume same session after exit
- Session management enhancement
New Features
- Exit-to-shell option
- Session resume capability
Full Release Notes
## Agent Deck v1.9.40 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.40 ``` ## Changelog * 9bcb87b6c2cfa45cb915af71152441dede63b5c4 chore(release): v1.9.40 — opt-in exit-to-shell on agent exit (#1161) * a286826089138345077b727564c2d5546f48621b fix(session): exit-to-shell on agent exit, then resume same session (#1161) (#1203) * cb268cb2d93d545f0d569cb5738585bf2ca5146d test(capability): Wave 2 — MCP/worktree/groups/conductor/multi-tool coverage + dashboard (#1204) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.39...v1.9.40