Skip to content

v1.9.53

Choose a tag to compare

@github-actions github-actions released this 09 Jun 16:54
· 115 commits to main since this release

Agent Deck v1.9.53

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.9.53

Changelog

  • 752963d chore(release): v1.9.53
  • a30a47e ci(lint): exclude staticcheck SA5011 false-positives in test files
  • cdd1a03 ci(release): retry flaky test packages with gotestsum --rerun-fails (supersedes #1330)
  • 3fdbe1f fix(conductor): create notifier/bridge log dir before start to avoid 209/STDOUT crash-loop (#1347)
  • 5048f96 fix(conductor): only add /opt/homebrew/bin to generated unit PATH on macOS (#1348)
  • e8c274b fix(notify-daemon): don't rebind stopped/removed sessions from stale SessionEnd hook (fixes #1349) (#1352)
  • f298429 test(cmd): add explicit return after t.Fatal to satisfy staticcheck SA5011
  • 0243ed4 test(tmux): fix macOS sun_path socket-length failures in tmux tests (#1341)

Full Changelog: v1.9.52...v1.9.53