v1.9.37

asheshgoplani/agent-deckv1.9.37May 27, 2026by github-actions[bot]

AI Summary

Enhances session management for non-git directories and UI focus behavior, adding fallback to normal sessions and fixing focus issues in custom path/model selection inputs.

Key Highlights

  • Worktree non-repo fallback
  • New-session custom-input focus fix
  • Clean snapshot capture (strips MOTD)
  • Dashboard terminal pane snapshots

New Features

  • Non-repo session fallback
  • UI focus correction
  • Dashboard visual proof

Full Release Notes

## Agent Deck v1.9.37

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

## Changelog
* 6912717ca786e9c235b323e4fc599825658ce7d2 chore(deps): bump the go-minor-patch group with 2 updates (#1180)
* bd799e4b65516fb516571b2e626cbbe07750f4c8 chore(release): v1.9.37 — worktree non-repo fallback (#1185) + new-session custom-input focus (#1190)
* ecbd127296c2821bf4f6c0bc8ee8ba2d59445d2b ci(release): add workflow_dispatch escape hatch for tag publishing
* d534fe7020a54c18ab20afaf07b7b6de204ce592 fix(capability): clean snapshot capture — strip shell MOTD, show only real agent-deck content (#1194)
* 6133d47799f1a67226c4937b922ce676df3fc632 fix(ui): new-session "Type custom path/model" selection now keeps focus so you can type (#1190) (#1198)
* 9da6195c5e58dd7d6bc49d8a1fe760c5d09182e9 fix(worktree): fall back to a normal session when default_enabled on non-repo dirs (#1185) (#1199)
* 6fc62cba3698f989a59960025fe1c0f1ef992e1e test(capability): Wave 1 — lifecycle + echo-agent round-trip E2E + gate script + dashboard (#1191)
* c22eb13cf8e605388ae8f7668c8da77c5a4f2a06 test(capability): Wave 1.5 — embed terminal pane snapshots in the dashboard (visual proof) (#1193)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.36...v1.9.37