v1.7.3
Ships PR #623 / closes #622. After v1.7.3, go test ./... is safe to run on a host with live agent-deck sessions — tests isolate their tmux socket via TMUX_TMPDIR from testutil.IsolateTmuxSocket() wired into every TestMain.
Prevents the 2026-04-17 session-death cascade class of incident.
Pure additive — no user-visible behavior change.
Agent Deck v1.7.3
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.7.3Changelog
- cf4b3d8 fix(test): isolate tmux socket to prevent live user sessions dying during go test
Full Changelog: v1.7.2...v1.7.3