Agent Deck v1.9.12
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.9.12Changelog
- 40a6baa feat(web): add --no-tui flag for headless web mode (perf win) (#1018)
- 494ae09 fix(heartbeat): retire identical NEED lines after 3 cycles (closes #971) (#1017)
- abf6efd fix(ui): path selector up/down escapes field unless popup explicitly active (closes #1020) (#1021)
- 3fbac14 release: prepare v1.9.12 changelog + version bump
Full Changelog: v1.9.11...v1.9.12