v0.18.1
Agent Deck v0.18.1
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.18.1Changelog
New Features
launchcommand — Combines add + start + optional send into a single step. Supports all existing flags: worktrees, MCPs, groups, parent sessions, and resume. Includes--no-waitmode for fire-and-forget message sending.--waitflag forsession 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
--waitsession file not found — Fixed race condition where the session file hadn't been created yet when--waitbegan polling for completion (#181).
Full Changelog: v0.18.0...v0.18.1