Skip to content

v0.18.1

Choose a tag to compare

@asheshgoplani asheshgoplani released this 16 Feb 20:57
· 2232 commits to main since this release

Agent Deck v0.18.1

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

Changelog

New Features

  • launch command — Combines add + start + optional send into a single step. Supports all existing flags: worktrees, MCPs, groups, parent sessions, and resume. Includes --no-wait mode for fire-and-forget message sending.
  • --wait flag for session send — Block until the agent completes a task, enabling scripted workflows and automation pipelines (#180).

Performance

  • Batched tmux session options — Reduced session startup from 7 subprocess spawns (~50-70ms) to 1 subprocess spawn (~7-10ms).

Bug Fixes

  • --wait session file not found — Fixed race condition where the session file hadn't been created yet when --wait began polling for completion (#181).

Full Changelog: v0.18.0...v0.18.1