Agent Deck v1.9.22
Terminal session manager for AI coding agents.
Installation
Homebrew (recommended):
brew install asheshgoplani/tap/agent-deckQuick Install:
curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bashGo Install:
go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.9.22Changelog
- 4147bf8 feat(session): per-session account profile slot (closes #924, MVP) (#1089)
- 560e78d feat(web): keyboard parity with TUI for top-10 bindings + ? overlay (#1090)
- 1043bf1 fix(session): harden MCP child reap with single-snapshot discovery + post-SIGKILL verify (closes #1086) (#1088)
- 50243b7 release: v1.9.22
Full Changelog: v1.9.21...v1.9.22