Agent Deck v1.8.1
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.8.1Changelog
- 16bc45e chore(release): v1.8.1 (#880)
- 68ac150 fix(git/setup): eliminate TOCTOU race in executable-bit dispatch (#861)
- c9cb453 fix(quickwins): bridge.py Python 3.8 compat (#864) + brew install regression (#873) (#878)
- 0681fa7 fix(send): require positive delivery evidence to prevent silent drops (#876) (#879)
- 33c7de6 fix(ui): make % filter exclude-set configurable + highlight active-filter hint (#874)
- d365f8e fix(worktree): expand ~ in path_template to home directory (#863)
Full Changelog: v1.8.0...v1.8.1