v1.9.16
asheshgoplani/agent-deckv1.9.16May 18, 2026by github-actions[bot]
AI Summary
Improves the TUI interface with tree reordering capabilities and fixes Emacs-style navigation. Includes a documentation RFC for path-selector UX and re-enables PR gating via a --no-tui flag.
Key Highlights
- Tree reordering sessions and groups using +/- keys
- Fix for Emacs ctrl+n/ctrl+p navigation
- RFC for path-selector UX modal vs drawer model
- Re-enable PR gate via --no-tui flag
New Features
- Tree reordering
- Emacs navigation fix
Full Release Notes
## Agent Deck v1.9.16 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.16 ``` ## Changelog * abc11e00dce9cec0528279b1479ef7a0b86c7127 ci(lighthouse): re-enable PR gate via --no-tui flag (takeover of #789) (#1036) * 747e4356de72c3df831ab7be4184de477d152ed7 docs(rfc): path-selector UX rethink — Modal vs drawer model proposals (#1033) * 70c48a69c4c9c1a832599f5cfd7d4619c3d18149 feat(ui): + / - to reorder sessions and groups in tree (#1035) * 565f47b77a152463f9fb880d19998dde38450674 fix(ui): emacs ctrl+n/ctrl+p navigation (takeover of @MauriceDHani's #885, closes Feedback Hub @balazser point 3) (#1034) * 7ccd9dbecb3002b4d59493a5ca2fdc071038e10d release: prepare v1.9.16 changelog + version bump --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.15...v1.9.16