v1.9.12

asheshgoplani/agent-deckv1.9.12May 17, 2026by github-actions[bot]

AI Summary

Adds a headless web mode flag for improved performance and fixes UI interactions regarding the path selector to prevent unintended field escapes.

Key Highlights

  • Add --no-tui flag for headless web mode
  • Fix path selector up/down escape logic
  • Retire identical heartbeat NEED lines after 3 cycles

New Features

  • Headless web mode

Full Release Notes

## Agent Deck v1.9.12

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

## Changelog
* 40a6baa867ef572dbf4881891e559a3d7eca8969 feat(web): add --no-tui flag for headless web mode (perf win) (#1018)
* 494ae09edc82f27c14b4c9f1e9e1740b7a99603b fix(heartbeat): retire identical NEED lines after 3 cycles (closes #971) (#1017)
* abf6efda4dc28c8575551465247c9012325935ed fix(ui): path selector up/down escapes field unless popup explicitly active (closes #1020) (#1021)
* 3fbac14e0acf70b9a924f3d5c075a32903a0af79 release: prepare v1.9.12 changelog + version bump

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.11...v1.9.12