github asheshgoplani/agent-deck v0.18.1

latest releases: v1.15.0, v1.14.0, v1.13.0...
6 months ago

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

Don't miss a new agent-deck release

NewReleases is sending notifications on new releases.