v1.8.1
asheshgoplani/agent-deckv1.8.1May 6, 2026by github-actions[bot]
AI Summary
A maintenance release addressing race conditions, compatibility issues, and preventing silent message drops in the delivery system.
Key Highlights
- Eliminated TOCTOU race in git/setup executable dispatch.
- Fixed Python 3.8 compatibility in bridge.py.
- Required positive delivery evidence to prevent silent drops.
- Made % filter exclude-set configurable.
New Features
- Configurable filter exclude-set
Full Release Notes
## Agent Deck v1.8.1 Terminal session manager for AI coding agents. ### Installation **Homebrew (recommended):** ```bash brew install asheshgoplani/tap/agent-deck ``` **Quick Install:** ```bash curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash ``` **Go Install:** ```bash go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.8.1 ``` ## Changelog * 16bc45ec53f134b28fb9f37e1afaeedadd385686 chore(release): v1.8.1 (#880) * 68ac15072254a87d0c5c84609848647e70208420 fix(git/setup): eliminate TOCTOU race in executable-bit dispatch (#861) * c9cb453a147a6dbc2e84824111b70bb7973feaef fix(quickwins): bridge.py Python 3.8 compat (#864) + brew install regression (#873) (#878) * 0681fa7dd5e436ff33e6f15cf0d613b5f70c8a60 fix(send): require positive delivery evidence to prevent silent drops (#876) (#879) * 33c7de6ba3e05ea56da6be96f10fdf501ea0e2a1 fix(ui): make % filter exclude-set configurable + highlight active-filter hint (#874) * d365f8ec4ebdc54179b92621c90d4bb5d7774c6a fix(worktree): expand ~ in path_template to home directory (#863) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.8.0...v1.8.1