v1.9.65
moiseshp/dummylogov1.9.65Jun 14, 2026by github-actions[bot]
AI Summary
Addresses worktree management issues to prevent sibling processes from being stranded, alongside TUI improvements.
Key Highlights
- Fixed worktree handling to prevent stranding siblings
- Includes TUI help and idle fixes
New Features
- Worktree sibling prevention
- TUI help and idle fixes
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