v1.9.26
asheshgoplani/agent-deckv1.9.26May 21, 2026by github-actions[bot]
AI Summary
Web UI feature parity release adding children panel and session field exposure.
Key Highlights
- Children panel for conductor sessions
- Expose all session fields on MenuSession JSON
- Non-destructive Close and Undo Delete operations
New Features
- Children panel for conductor sessions
- Full session field JSON exposure
- Non-destructive session operations
Full Release Notes
## Agent Deck v1.9.26 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.26 ``` ## Changelog * 1ba5a7a369c27cdd6a0f843124eec17f3d721d1e chore(release): v1.9.26 — web UI feature parity wave (#1127 #1128 #1129 #1130) * 97c072a1109a4be844d04a62588cdf1fa5febc92 feat(web): Children panel for conductor sessions (closes Children panel stub) (#1127) * cae4035e054a3db7b7ea42fe38b5abcae98b9151 feat(web): expose all session fields on MenuSession JSON (closes 30 MISSING rows in PARITY_MATRIX) (#1128) * 5b0dae2a92dc22d7c0257e37e36a80200797c9f2 feat(web): non-destructive Close + Undo Delete (closes 2 MISSING rows in PARITY_MATRIX) (#1129) * 37541b0cb2bf7ad79bd42c9a15cbaba387d296fa fix(test): dedupe parent_session_id row in PARITY_MATRIX (hotfix web-tests) (#1130) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.25...v1.9.26