v1.7.71
asheshgoplani/agent-deckv1.7.71Apr 28, 2026by github-actions[bot]
AI Summary
Focuses on UI stability and session group management logic to prevent unintended side effects.
Key Highlights
- Fixed 'set-parent' command to no longer silently move groups.
- Preserved cursor position in path field's soft-select render.
Full Release Notes
## Agent Deck v1.7.71 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.7.71 ``` ## Changelog * b9fdd1f04f0338a5c4dac4b904b82a9025fb0760 chore(release): v1.7.71 (#788) * 4d430ff5dda7e84b2e53e7f65600fb6f2623951a fix(session): set-parent no longer silently moves group (#786) (#787) * b22cd01c8115b7077cf2adbb851d76a93548b7ec fix(ui): preserve cursor in path field's soft-select render (#765) (#771) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.70...v1.7.71