Skip to content

v0.19.0

Choose a tag to compare

@asheshgoplani asheshgoplani released this 17 Feb 20:16
· 2113 commits to main since this release

Agent Deck v0.19.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.19.0

Changelog

  • b1a30fd feat(install): add MacPorts support alongside Homebrew (#187)
  • cdaee36 feat: add web mode (agent-deck web) (#174)
  • 1de1f91 fix: anchor BusyRegexp to line start to prevent welcome banner false positive (#179)
  • 553d43a fix: propagate allow_dangerous_mode config in UI-created Claude sessions (#185)
  • 5b28efd fix: resolve TUI scroll artifacts from width measurement inconsistency (#182)

Full Changelog: v0.18.2...v0.19.0