v1.9.57
Agent Deck v1.9.57
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.9.57Changelog
- 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