v0.23.0
Agent Deck v0.23.0
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@v0.23.0What's New
Milestone v1.1 Integration Testing complete (38 integration tests across 6 phases):
Added
- Status detection integration tests: real tmux status transition cycles, pattern detection, and tool config verification.
- Conductor pipeline integration tests: send-to-child delivery, cross-session event write-watch, heartbeat round-trips, and chunked send delivery.
- Edge case integration tests: skills discover-attach verification.
Fixed
- Handle nested binary paths in release tarballs so self-update works with both flat and directory-wrapped archives.
Full Changelog: v0.22.0...v0.23.0