v1.9.64
asheshgoplani/agent-deckv1.9.64Jun 14, 2026by github-actions[bot]
AI Summary
Improves conductor logic by auto-allowing safe CLI commands and refactoring the enabled-state derivation.
Key Highlights
- Auto-allow read-only and safe CLI commands in settings
- Refactor enabled-state derivation to rely on presence
- Cleaner conductor configuration handling
New Features
- Auto-allow safe CLI commands in .claude/settings.json
Full Release Notes
## Agent Deck v1.9.64 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.64 ``` ## Changelog * 25c247875b0178437675f98a63138688fccc9380 chore(release): v1.9.64 (#1451) * bcd02b5d0f51fbd362f4434bcdb8142cc4b5898f feat(conductor): auto-allow read-only/safe CLI commands in .claude/settings.json (#1450) * 1480c99f197279cfd59d2d308a700f6a5049fe45 refactor(conductor): derive enabled-state from presence, remove enabled flag (#1448) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.63...v1.9.64