Agent Deck v1.9.14
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.14Changelog
- e4e7e55 feat(session): expose resolved CLAUDE_CONFIG_DIR hint via env (closes #925) (#1027)
- 226ec4a feat: add charmbracelet/crush as a builtin agent adapter (closes #940) (#1028)
- 0769e72 feat: add per-session model selection (#1023)
- cdb8e3c fix(registry): custom-command sessions don't false-error from null claude_session_id (closes #911) (#989)
- a99a4e2 fix(wakeup): retry policy + observability for upstream 5xx (closes #976) (#1026)
- c4d2982 release: prepare v1.9.14 changelog + version bump
Full Changelog: v1.9.13...v1.9.14