v1.9.65
gravitational/teleportv1.9.65Jun 14, 2026by github-actions[bot]
AI Summary
Agent Deck v1.9.65 focuses on improving worktree management and TUI stability for the terminal session manager.
Key Highlights
- Fixed worktree behavior to prevent stranding sibling branches when finishing a shared worktree.
- Improved TUI help and idle states.
- General maintenance release.
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