v1.9.4
asheshgoplani/agent-deckv1.9.4May 14, 2026by asheshgoplani
AI Summary
Refines configuration handling by gating the injection of the worker-scratch CLAUDE_CONFIG_DIR directory to prevent conflicts.
Key Highlights
- Gate worker-scratch CLAUDE_CONFIG_DIR injection on explicit config_dir
- Fix session history preservation across restarts
New Features
- Config directory gating
- Session history preservation
Full Release Notes
## Agent Deck v1.9.4 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.4 ``` ## Changelog * 9581da17f938f11977b29c6b54cfb3ebafe84600 fix(session): gate worker-scratch CLAUDE_CONFIG_DIR injection on explicit config_dir (closes #949) (#950) * 653cab4568bb3986d7d86f4decd82116cdea716e release: prepare v1.9.4 changelog --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.3...v1.9.4