v1.16.3
asheshgoplani/agent-deckv1.16.3Sep 6, 2026by github-actions[bot]
AI Summary
This release introduces a persistent channel per remote to efficiently push change events, replacing previous polling mechanisms. It also improves CI stability by sharding the PR gate across multiple runners.
Key Highlights
- Implement one persistent channel per remote for event pushing.
- Improve CI stability by sharding the PR gate across four runners.
New Features
- Persistent channel per remote
Full Release Notes
## Agent Deck v1.16.3 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.16.3 ``` ## Changelog * 2997f4b7e49e72d76fa1bd1844b6ac20108e0418 ci: shard the PR gate across four runners (#2175) * 2fe897b03074e2bdc8880046fee968bcc6b9f053 feat(remote): one persistent channel per remote, with pushed change events (#2177) * 423b5f670e3de9cb6f4da5c546d77d93732ce898 release: v1.16.3 (#2178) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.16.2...v1.16.3