v1.9.65

asheshgoplani/agent-deckv1.9.65Jun 14, 2026by github-actions[bot]

AI Summary

Fixes worktree sibling stranding and adds TUI help/idle fixes.

Key Highlights

  • Worktree: Prevents siblings from being stranded when finishing a shared worktree.
  • UI: TUI help and idle fixes.

New Features

  • Worktree sibling handling improvements.

Full Release Notes

## Agent Deck v1.9.65

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

## Changelog
* a794ea25bb284e045ddcb8f0edaf9037ed6979a6 chore(release): v1.9.65 (#1454)
* 08128e00e2c21ec4bab0fd1570a2057f713a10df fix(worktree): don't strand siblings when finishing a shared worktree (#1449) + TUI help/idle fixes (#1453)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.64...v1.9.65