v1.9.70

Tencent/WeKnorav1.9.70Jun 16, 2026by github-actions[bot]

AI Summary

This update improves the terminal session manager for AI coding agents with new cursor status hooks and bug fixes.

Key Highlights

  • Adds a hook-based status for conductor notifications
  • Fixes session restart capability
  • Enhances headless deployments by accepting query tokens for SSE streams

New Features

  • Cursor status hook for notifications
  • Session restart support
  • Headless token support

Full Release Notes

## Agent Deck v1.9.70

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

## Changelog
* ebb50c1cd9ea261beb1a676c362aca1de25837fd chore(deps): bump go-minor-patch group (esbuild 0.28.1, fuzzy 0.1.3, google.golang.org/api 0.284.0)
* deba0d82ed69bc1af8f2e260c1e59620f4968eb0 chore(release): v1.9.69
* bdb816c1f172e90444b7b691863d617ba42dcb5f chore(release): v1.9.70
* 31a35742148aab04e527f5a7530392aadb6f35f9 feat(cursor): add hook-based status for conductor notifications
* 83076bbd38dc862507a48cf26ef127e38a43fe7a fix(launch): detect cursor readiness during tmux starting window
* 968d9c01d7363dd4720553d89840f808080ef21b fix(session): allow restarting live Cursor sessions
* 198bd288bf9d566a73ae133f77710d7b82cbf665 fix(web): SSE streams accept query token for headless --token deployments (#1468)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.68...v1.9.70