v1.9.66

ByteDance-Seed/SeedVRv1.9.66Jun 15, 2026by github-actions[bot]

AI Summary

Improves the Agent Deck terminal session manager with enhanced status reporting and fixes for the web daemon to work correctly under process supervisors in headless mode.

Key Highlights

  • Introduction of `honest-status` substates
  • New shared data-safety helper module
  • Fixes for web daemon headless mode under process supervisors

New Features

  • New `honest-status` substates for better status reporting
  • Shared data-safety helper for safe data handling
  • Fixed web daemon to work under process supervisors with `--no-tui` flag

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