v1.9.14
asheshgoplani/agent-deckv1.9.14May 17, 2026by github-actions[bot]
AI Summary
Adds support for the charmbracelet/crush agent, exposes configuration hints via environment variables, and introduces per-session model selection. Includes fixes for registry errors and upstream retry policies.
Key Highlights
- Add charmbracelet/crush as a builtin agent adapter
- Per-session model selection
- Expose CLAUDE_CONFIG_DIR hint via environment variable
- Retry policy and observability for upstream 5xx errors
New Features
- Crush agent support
- Per-session model selection
- Config dir env hint
Full Release Notes
## Agent Deck v1.9.14 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.14 ``` ## Changelog * e4e7e55950e5698f408664d22bcc715e99fe202c feat(session): expose resolved CLAUDE_CONFIG_DIR hint via env (closes #925) (#1027) * 226ec4a63798fb4c5b071c26e386fcd158d2b0d4 feat: add charmbracelet/crush as a builtin agent adapter (closes #940) (#1028) * 0769e727ca0b139334e07df7959392fc231bf242 feat: add per-session model selection (#1023) * cdb8e3c800fd91667dce1aeb11abceee88239640 fix(registry): custom-command sessions don't false-error from null claude_session_id (closes #911) (#989) * a99a4e24bc04efe4d606ad3ac8a2f0933e08bc43 fix(wakeup): retry policy + observability for upstream 5xx (closes #976) (#1026) * c4d298211487b665d317e5211fdb00a06064514e release: prepare v1.9.14 changelog + version bump --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.13...v1.9.14