v1.7.66

asheshgoplani/agent-deckv1.7.66Apr 22, 2026by github-actions[bot]

AI Summary

Agent Deck is a terminal session manager for AI coding agents. This release adds a verification feature to ensure the Claude -m prompt is properly consumed during the launch process.

Key Highlights

  • Terminal session manager for AI coding agents
  • Feature: Verify Claude consumed -m prompt
  • Launch process improvement for Claude integration

New Features

  • Verification of Claude consumed -m prompt

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