Skip to content

v0.23.0

Choose a tag to compare

@asheshgoplani asheshgoplani released this 06 Mar 18:05

Agent Deck v0.23.0

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@v0.23.0

What'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