v1.9.66

microsoft/TinyTroupev1.9.66Jun 15, 2026by github-actions[bot]

AI Summary

This update improves the reporting of system status and fixes daemon stability issues when running in headless mode under process supervisors. It also adds shared utilities for data safety.

Key Highlights

  • Honest-status substates for accurate reporting
  • Shared data-safety helper added
  • Headless web daemon now works under process supervisors

New Features

  • Honest-status substates
  • Shared data-safety helper

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