v1.3.3
Agent Deck v1.3.3
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@v1.3.3Changelog
- 1916ecd feat: add --group/-g flag to launch TUI scoped to a specific group (#475) (#517)
- 52280d9 feat: add Open status filter (%) to hide error/stopped sessions (#491) (#516)
- a08352c feat: queue messages when conductor is busy instead of dropping (#452)
- 4277dc4 fix: resolve stale output race in session send --wait and session output (#448) (#515)
Full Changelog: v1.3.2...v1.3.3