v1.9.38
asheshgoplani/agent-deckv1.9.38May 27, 2026by github-actions[bot]
AI Summary
Critical fix preventing data loss by ensuring the original repository is never deleted when dismissing a session that utilizes worktree reuse logic.
Key Highlights
- CRITICAL worktree_reuse data-loss fix
- Never delete original repo on dismissal
- Worktree protection mechanism
New Features
- Worktree data protection
- Original repo preservation
Full Release Notes
## Agent Deck v1.9.38 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.38 ``` ## Changelog * a229730cdb36d04b439beada0a768bc45102a758 chore(release): v1.9.38 — CRITICAL worktree_reuse data-loss fix (#1200) * 77846aeaf24f37042aa4566e7cae775a4c1b0f3b fix(worktree): never delete the original repo when dismissing a worktree_reuse session (#1200) — DATA LOSS (#1201) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.37...v1.9.38