v1.7.49
asheshgoplani/agent-deckv1.7.49Apr 21, 2026by github-actions[bot]
Full Release Notes
## Agent Deck v1.7.49 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.7.49 ``` ## Changelog * 17b1deb7b740f3b2c0086340fb3e6f298fefdcba feat(eval): behavioral evaluator harness + 3 RFC cases (#37, v1.7.46) (#706) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.48...v1.7.49