v1.7.83
asheshgoplani/agent-deckv1.7.83May 6, 2026by github-actions[bot]
AI Summary
A minor patch release skipping a specific test on CI to ensure stability.
Key Highlights
- Skipped TestTmuxPTYBridgeResize on CI.
Full Release Notes
## Agent Deck v1.7.83 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.83 ``` ## Changelog * 70aec9d32c98acf484ca213be8ee7a19a8ecc29d chore(release): v1.7.83 (#872) * 09b43e7d928af0e4d95625f0237c05b4e554635b fix(test): skip TestTmuxPTYBridgeResize on CI (#871) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.82...v1.7.83