v1.9.70
microsoft/TinyTroupev1.9.70Jun 16, 2026by github-actions[bot]
AI Summary
This update enhances the AI coding agent terminal session manager with improved Cursor integration and dependency management. It introduces new notification hooks and fixes for session management and headless deployments.
Key Highlights
- Hook-based status for Cursor conductor notifications
- Detection of Cursor readiness during tmux window start
- Ability to restart live Cursor sessions
- SSE streams accept query tokens for headless deployments
- Dependency updates (esbuild, fuzzy, google.golang.org/api)
New Features
- Hook-based status for Cursor conductor notifications
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