v1.7.48

asheshgoplani/agent-deckv1.7.48Apr 21, 2026by github-actions[bot]

Full Release Notes

## Agent Deck v1.7.48

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

## Changelog
* 7d3e91bf14777059421e6cdaa21e0c1660584140 feat(session): add --stream flag for JSONL event streaming (#31, closes #689, v1.7.48) (#705)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.45...v1.7.48