v1.7.66

Expensify/Appv1.7.66Apr 22, 2026by github-actions[bot]

AI Summary

Agent Deck v1.7.66 adds verification that Claude consumed the -m prompt during launch for better session initialization reliability.

Key Highlights

  • Added verification that Claude consumed -m prompt on launch

New Features

  • Launch verification for Claude -m prompt consumption

Full Release Notes

## Agent Deck v1.7.66

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

## Changelog
* 4344dd3cc37fd522c131a4a593388c30f98d93ad feat(launch): verify claude consumed -m prompt (v1.7.66) (#726)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.65...v1.7.66