Agent Deck v1.16.4
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.4Changelog
- cf4f9ce feat(remote): deliver each remote's fetch as it lands, and measure transport latency honestly (#2181)
- 5235e16 feat(remote): push the focused session's pane over the channel instead of polling it (#2183)
- 69423a0 fix(remote): harden the persistent channel for production fleets (#2187)
- b06b246 fix(ui): draw a remote session the moment the remote confirms its creation (#2179)
- ba676c5 perf(remote): the agent's change probe lists in-process instead of spawning the CLI (#2182)
- 61cc4d6 release: v1.16.4 (#2188)
Full Changelog: v1.16.3...v1.16.4