v1.7.79
asheshgoplani/agent-deckv1.7.79May 1, 2026by github-actions[bot]
AI Summary
A patch release fixing group ordering logic and UI text rendering issues.
Key Highlights
- Fixed group swaps to use same-parent siblings.
- Fixed help overlay descriptions with hanging indent.
Full Release Notes
## Agent Deck v1.7.79 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.79 ``` ## Changelog * 80edc879a88fc8876c21d80eff2cd9953fb99e1e chore(release): v1.7.79 (#850) * 2c35ed14386d66eeb53e337f6426aa529b9a4c9f fix(groups): reorder swaps with same-parent sibling, not slice neighbor (#846) * 0b8f15f2c8019e6ede5eafb481bd38f641c46839 fix(ui): wrap help overlay descriptions with hanging indent + widen dialog (#847) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.78...v1.7.79