Skip to content

v1.9.57

Choose a tag to compare

@github-actions github-actions released this 12 Jun 11:18
· 61 commits to main since this release

Agent Deck v1.9.57

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

Changelog

  • e38969c chore(release): v1.9.57
  • aca4672 ci(release): exclude integration tests from release gate (#1331)
  • e5737ef fix(conductor): async-deliver reply when an idle conductor's turn outruns RESPONSE_TIMEOUT (#1404)
  • 96c1772 fix(conductor): single source of truth for bridge.py via go:embed (#1406)
  • e97b918 fix(remote): parse remote's current version, not its advertised update (#1405)
  • c71460d fix(session): persist parent extra_args on forked instances (#1407) (#1408)

Full Changelog: v1.9.56...v1.9.57