Skip to content

v1.16.2

Choose a tag to compare

@github-actions github-actions released this 06 Sep 15:20
· 7 commits to main since this release
f5ce8cf

Agent Deck v1.16.2

Terminal session manager for AI coding agents.

Installation

Homebrew (recommended):

brew install asheshgoplani/tap/agent-deck

Quick Install:

curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash

Go Install:

go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.16.2

Changelog

  • 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