v1.9.36

asheshgoplani/agent-deckv1.9.36May 26, 2026by github-actions[bot]

AI Summary

Fixes communication backbone issues between agents, specifically ensuring reliable signal transmission and deduplicating event notifications to prevent duplicate firing.

Key Highlights

  • Inter-agent comms backbone fixes
  • Trustworthy worker-finished signal
  • Event deduplication logic

New Features

  • Reliable signal transmission
  • Event deduplication

Full Release Notes

## Agent Deck v1.9.36

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

## Changelog
* 5e5f265e0889597b3a25105ba5f41dda46c21bdc chore(release): v1.9.36 — inter-agent comms backbone fixes (#1186 done signal + #1187 dedup key)
* 2e6d93265513584a4528db2d281996de8b68bedc fix(notifier): content-derive the EVENT dedup key so a live pane stops re-firing (#1187) (#1189)
* ab9c31cef6d6bff9103e337a08bdd9da579c709b fix(notifier): trustworthy worker-finished signal via completion sentinel (#1186) (#1188)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.35...v1.9.36