v1.16.2
asheshgoplani/agent-deckv1.16.2Sep 6, 2026by github-actions[bot]
AI Summary
This release optimizes remote interaction performance by eliminating unnecessary waiting times and improving polling efficiency. It also fixes issues related to stale polls, refused renames, and failed attaches.
Key Highlights
- Remove screen waiting time for remote actions and report timestamps.
- Fix stale polls, refused renames, and failed attaches with accurate reporting.
- Optimize attachment and polling to occur in a single round trip.
Full Release Notes
## Agent Deck v1.16.2 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.2 ``` ## Changelog * 24ac401e6c6f2f5bc3b967841afbec33c8fab761 feat(remote): the screen never waits for the remote, and every action reports its time (#2173) * f0030d804abbb044798a8035da5df546331eb566 fix(remote): stale polls, refused renames, queued creates and failed attaches now tell the truth (#2172) * 0498ecc8eea3db72994cce74b3f0ee64090b4045 perf(remote): attach right after spawn on n, poll in one round trip, ctrl+r refreshes remotes (#2171) * f5ce8cfdbe94fc053bac46675dd959079716cb96 release: v1.16.2 (#2176) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.16.1...v1.16.2