github asheshgoplani/agent-deck v1.7.3

latest releases: v1.10.11, v1.10.10, v1.10.9...
3 months ago

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-deck

Quick Install:

curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash

Go Install:

go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.7.3

Changelog

  • cf4b3d8 fix(test): isolate tmux socket to prevent live user sessions dying during go test

Full Changelog: v1.7.2...v1.7.3

Don't miss a new agent-deck release

NewReleases is sending notifications on new releases.