v1.7.65
asheshgoplani/agent-deckv1.7.65Apr 22, 2026by github-actions[bot]
Full Release Notes
## Agent Deck v1.7.65 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.65 ``` ## Changelog * 881bd10896b4bb048b008b5cbac49f7cace2817f feat(worktree): configurable setup hook timeout via [worktree].setup_timeout_seconds (#724, v1.7.65) (#727) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.62...v1.7.65