Skip to content

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 06 Apr 18:20
· 1705 commits to main since this release

Agent Deck v1.3.3

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@v1.3.3

Changelog

  • 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