v1.9.2
asheshgoplani/agent-deckv1.9.2May 13, 2026by asheshgoplani
AI Summary
Introduces significant UI/UX improvements including in-group hierarchy keys, per-session plugin enablement, and support for automatic file copying via .worktreeinclude.
Key Highlights
- In-group hierarchy keys (K/J auto-promote)
- Per-session Claude Code plugin enablement
- Support .worktreeinclude for automatic file copying
- Widen new session dialog for long paths
New Features
- Group hierarchy keys
- Per-session plugin enablement
- Worktree include support
- Wider session dialog
Full Release Notes
## Agent Deck v1.9.2 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.2 ``` ## Changelog * 841679f0b00dca5389cb181831072eb7037f51da chore(fmt): apply gofmt to test files from #848 #929 * 0b16e54f7b08b4ee9f969b241134969022e3f49b chore(tmux): observability for close-cascade + orphan-PID bursts (#906) * 9a604d66b284cba7be2c6a0bc992914fd4857229 docs(config): add [worktree] section to config reference (#862) * f7b0b084301c41fbd56aed59d50507466bd54f32 feat(groups): in-group hierarchy keys (K/J auto-promote + Shift+arrows indent/outdent) (#848) * b7d37f153e7a445c2f3982095b76a8d8e8bb9923 feat(plugins): per-session Claude Code plugin enablement (#779) * 874b7558b49df1882181e1e4f10befa436d78cae feat(session): add --draft flag to session send (#930) * 977364e416fc531a64fe6bcb99e2088779b849f4 feat(session): configure codex command (#934) * 42fe4f486ec76f978e2a2bb73938e1624271c897 feat(session,statedb): migrate sessions/conductors/groups across profiles (#928) (#929) * 3bbbc603fcb49d35a6ea4ec0d455d4195b3d55cf feat(ui): widen new session dialog for long paths (#894) * 59caef6bab5fb7e56602a57679d60021a811066a feat(worktree): support .worktreeinclude for automatic file copying (#890) * 6615d285d28591ddec05d5f9fb4078fe006822e0 fix(conductor): bridge.py output parsing + UTF-8 decode robustness (#926) * fbdc385255b6e34c6427f30a84006b57ebc6f02d fix(tmux): distinguish live sibling TUIs from orphan control clients (closes #927) (#944) * 9a66f69d199508a2bd4b46ba822c8a9648113fe5 fix(ui): flush lone ESC immediately via poll to fix first-key-ignored bug (#917) * 9ac5e36ce51adf4e6a2ea2498cb9b28ae26001a2 fix(ui): path-aware ctrl+w and tab-on-invalid-path in new-session dialog (#896) (#908) * 60a99703abad513fde75052f9863c32606596971 fix(ui): refresh attached session status immediately on exit (#854) * 430a47fc8366e67809d3f02f255d95fdbef65483 fix(watcher): load [source] settings from watcher.toml (#938) * 75f1cf97a11120581c714ed5dfc15b43a27123a6 release: prepare v1.9.2 changelog --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.1...v1.9.2