v1.7.74

asheshgoplani/agent-deckv1.7.74Apr 30, 2026by github-actions[bot]

AI Summary

A bug fix release targeting the notification system, addressing storage handle management and event deduplication.

Key Highlights

  • Fixed storage handle closing in prepareDispatch and liveTargetAvailability.
  • Implemented deduplication for inbox and missed-log items.
  • Added self-suppression logic for top-level conductors with empty parents.

Full Release Notes

## Agent Deck v1.7.74

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

## Changelog
* 2adc3baac25eaf02aa5b1e30b30bdf38f741eaa2 chore(release): v1.7.74 (#829)
* 0158ad719958b2756a0919805454dea62e1b1176 fix(notifier): close Storage handles in prepareDispatch + liveTargetAvailability (P0) (#828)
* e70d37299238260af0b634d0e3710545e45047a9 fix(notifier): dedup inbox + missed-log, self-suppress top-level conductor with empty parent, terminate exhausted events (#824) (#825)
* 7bfb46415fbdb50cb921281727c47e0bfeb49627 test(eval): multi-conductor event delivery harness for #824 (#826)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.73...v1.7.74