v1.9.66

fixie-ai/ultravoxv1.9.66Jun 15, 2026by github-actions[bot]

AI Summary

This release improves the Agent Deck terminal session manager by adding status substates and data-safety helpers, alongside fixing compatibility issues with process supervisors in headless environments.

Key Highlights

  • Fix for headless --no-tui web daemon under process supervisor
  • Honest-status substates added
  • Shared data-safety helper function added
  • Terminal session manager for AI coding agents
  • Installation via Homebrew and Go

New Features

  • Honest-status substates
  • Shared data-safety helper
  • Headless web daemon compatibility fix

Full Release Notes

## Agent Deck v1.9.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.9.66
```

## Changelog
* b6545eacfdc3746ada4feaa48335990bf6804052 chore(release): v1.9.66 (#1455)
* 4fd67733cceb949fcebb4bb43fd44e03f6ca64a8 chore(release): v1.9.66 (#1455)
* 4fa3375911a033fc1d47173cff6effd06b78f356 chore(release): v1.9.66 (#1455)
* 18b5c918562543f56a7b737d84045f571cae7f14 chore(release): v1.9.66 (#1455)
* 7b8ca04c8a44b5f86da3986ed5e16ed7bf9276b3 chore(release): v1.9.66 (#1455)
* 5ff72d2652480d2be21b339a6e536e1495a39d40 chore(release): v1.9.66 complete files
* 1f9606ebf65866d690613788463007c341fed5c3 feat(status,safeio): honest-status substates + shared data-safety helper (#1457)
* 7a9109aa152ce85a257c11b9acd6ad98b510db4e fix(web): make headless --no-tui web daemon work under a process supervisor (#1455)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.65...v1.9.66