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