Agent Deck v1.16.2
Terminal session manager for AI coding agents.
Installation
Homebrew (recommended):
brew install asheshgoplani/tap/agent-deckQuick Install:
curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bashGo Install:
go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.16.2Changelog
- 24ac401 feat(remote): the screen never waits for the remote, and every action reports its time (#2173)
- f0030d8 fix(remote): stale polls, refused renames, queued creates and failed attaches now tell the truth (#2172)
- 0498ecc perf(remote): attach right after spawn on n, poll in one round trip, ctrl+r refreshes remotes (#2171)
- f5ce8cf release: v1.16.2 (#2176)
Full Changelog: v1.16.1...v1.16.2