Skip to content

v0.14.0

Choose a tag to compare

@asheshgoplani asheshgoplani released this 12 Feb 17:05
· 2256 commits to main since this release

Agent Deck v0.14.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.14.0

Changelog

  • e071478 feat: add title-based status detection and worktree finish dialog
  • 8e16944 fix: improve CLI session deletion reliability
  • 2f63cb8 fix: prevent duplicate MCP processes from stdio fallback race condition
  • 6e920c7 fix: resolve lint warning and test failure in tmux package
  • 9890deb refactor: simplify spinner tracking and remove unused legacy function

Full Changelog: v0.13.0...v0.14.0