Agent Deck v1.9.2
Terminal session manager for AI coding agents.
Installation
Homebrew (recommended):
brew install asheshgoplani/tap/agent-deckQuick Install:
curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bashGo Install:
go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.9.2Changelog
- 841679f chore(fmt): apply gofmt to test files from #848 #929
- 0b16e54 chore(tmux): observability for close-cascade + orphan-PID bursts (#906)
- 9a604d6 docs(config): add [worktree] section to config reference (#862)
- f7b0b08 feat(groups): in-group hierarchy keys (K/J auto-promote + Shift+arrows indent/outdent) (#848)
- b7d37f1 feat(plugins): per-session Claude Code plugin enablement (#779)
- 874b755 feat(session): add --draft flag to session send (#930)
- 977364e feat(session): configure codex command (#934)
- 42fe4f4 feat(session,statedb): migrate sessions/conductors/groups across profiles (#928) (#929)
- 3bbbc60 feat(ui): widen new session dialog for long paths (#894)
- 59caef6 feat(worktree): support .worktreeinclude for automatic file copying (#890)
- 6615d28 fix(conductor): bridge.py output parsing + UTF-8 decode robustness (#926)
- fbdc385 fix(tmux): distinguish live sibling TUIs from orphan control clients (closes #927) (#944)
- 9a66f69 fix(ui): flush lone ESC immediately via poll to fix first-key-ignored bug (#917)
- 9ac5e36 fix(ui): path-aware ctrl+w and tab-on-invalid-path in new-session dialog (#896) (#908)
- 60a9970 fix(ui): refresh attached session status immediately on exit (#854)
- 430a47f fix(watcher): load [source] settings from watcher.toml (#938)
- 75f1cf9 release: prepare v1.9.2 changelog
Full Changelog: v1.9.1...v1.9.2