v1.9.57
asheshgoplani/agent-deckv1.9.57Jun 12, 2026by github-actions[bot]
AI Summary
Fixes conductor reply handling, bridge reliability, and remote version parsing to ensure smoother operation.
Key Highlights
- Async-deliver reply when conductor turn outruns timeout
- Single source of truth for bridge.py via go:embed
- Parse remote's current version, not advertised update
- Persist parent extra_args on forked instances
Full Release Notes
## Agent Deck v1.9.57 Terminal session manager for AI coding agents. ### Installation **Homebrew (recommended):** ```bash brew install asheshgoplani/tap/agent-deck ``` **Quick Install:** ```bash curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash ``` **Go Install:** ```bash go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.9.57 ``` ## Changelog * e38969cd3bd99d9e6cc12452520d01c0ccef51d0 chore(release): v1.9.57 * aca46722b153be314edde1963d39a89a88062582 ci(release): exclude integration tests from release gate (#1331) * e5737ef25937b532cb1bcc1b458f41d6c4b52417 fix(conductor): async-deliver reply when an idle conductor's turn outruns RESPONSE_TIMEOUT (#1404) * 96c17723ee1f47131b79aee3a9feb49d56b37269 fix(conductor): single source of truth for bridge.py via go:embed (#1406) * e97b91840dd74908746f956b3161da3bae006c51 fix(remote): parse remote's current version, not its advertised update (#1405) * c71460d4021930ee8ec13db580a7fa16ec4d6aff fix(session): persist parent extra_args on forked instances (#1407) (#1408) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.56...v1.9.57