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