v1.9.45

asheshgoplani/agent-deckv1.9.45May 31, 2026by github-actions[bot]

AI Summary

Adds wake-nudge functionality to enable near-instant delivery of idle conductor messages instead of waiting for the 14-minute lag.

Key Highlights

  • Wake-nudge for near-instant idle conductor delivery

New Features

  • Wake-nudge comms

Full Release Notes

## Agent Deck v1.9.45

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

## Changelog
* 23887fcb1760da75d27ea1a34b38c07c02fca052 feat(comms): wire wake-nudge for near-instant idle-conductor delivery (no 14-min lag) (#1230)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.44...v1.9.45