v1.7.40

asheshgoplani/agent-deckv1.7.40Apr 20, 2026by github-actions[bot]

Full Release Notes

## Agent Deck v1.7.40

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

## Changelog
* ff6e04b6238811ac4d473fef24b6ae8030921e84 fix(session): stop agent-deck launch children from leaking telegram pollers (S8, v1.7.40) (#691)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.39...v1.7.40