Agent Deck v0.19.15
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.15Changelog
- 1f8da73 feat(conductor): externalize heartbeat instructions into HEARTBEAT_RULES.md (#218)
- 1e8d68a feat(dialog): add soft-select and filterable recent paths for path input (#239)
- 54eb9b2 feat(notifications): add minimal mode with icon+count summary (#231)
- 61bf820 feat(preview): preserve ANSI colors and formatting in session preview (#236)
- 2d5b3ce fix(tmux): restore original status-left on notification clear (#229)
- 784b5b2 fix(ui): guard analytics cache access in background status worker (#243)
- 8bcdaad fix(ui): handle heartbeat send errors and remove dead helper
- f754343 fix(update): avoid self-update on homebrew-managed installs
Full Changelog: v0.19.14...v0.19.15