v1.9.53

asheshgoplani/agent-deckv1.9.53Jun 9, 2026by github-actions[bot]

AI Summary

Fixes conductor crash-loop issues, macOS-specific PATH configurations, and session end hook logic to improve reliability.

Key Highlights

  • Fixed conductor notifier/bridge log dir creation before start
  • macOS specific PATH adjustments for Homebrew binaries
  • Fixed SessionEnd hook rebinding from stale sessions
  • Fixed macOS sun_path socket-length failures in tmux tests

Full Release Notes

## Agent Deck v1.9.53

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.9.53
```

## Changelog
* 752963d1046c034592543f97df90f6c95897f207 chore(release): v1.9.53
* a30a47e6af21052cccbff5724b3b5e2bc2845af2 ci(lint): exclude staticcheck SA5011 false-positives in test files
* cdd1a0398df0c85e3c8db2775668cbc01d53bc84 ci(release): retry flaky test packages with gotestsum --rerun-fails (supersedes #1330)
* 3fdbe1f7bd64d1c13a781b0b7a7b4554a9183d09 fix(conductor): create notifier/bridge log dir before start to avoid 209/STDOUT crash-loop (#1347)
* 5048f962d5834e99a7091bf6bfbe8c5b4b5891d6 fix(conductor): only add /opt/homebrew/bin to generated unit PATH on macOS (#1348)
* e8c274b682fbc41bc7d50bc5721da12a9eb26b30 fix(notify-daemon): don't rebind stopped/removed sessions from stale SessionEnd hook (fixes #1349) (#1352)
* f298429e081c1048492c5d85eb7dfb0fa9d540fe test(cmd): add explicit return after t.Fatal to satisfy staticcheck SA5011
* 0243ed4322f2bc02a0c2a5b4094a0d6932bbd3fe test(tmux): fix macOS sun_path socket-length failures in tmux tests (#1341)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.52...v1.9.53