v1.9.22

asheshgoplani/agent-deckv1.9.22May 20, 2026by github-actions[bot]

AI Summary

Account profile and keyboard accessibility release with MCP process hardening.

Key Highlights

  • Per-session account profile slot (MVP)
  • Keyboard parity with TUI for top-10 bindings plus help overlay
  • Hardened MCP child reap with single-snapshot discovery

New Features

  • Per-session account profiles
  • Web UI keyboard shortcuts with help overlay
  • Improved MCP child process management

Full Release Notes

## Agent Deck v1.9.22

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.22
```

## Changelog
* 4147bf8f70e5e7ab032d88d4ce28a51e07daa9aa feat(session): per-session account profile slot (closes #924, MVP) (#1089)
* 560e78d738348682680a8d77a8cd804ab88876a3 feat(web): keyboard parity with TUI for top-10 bindings + ? overlay (#1090)
* 1043bf1442bac920dc3f18648912d88c57e41b7a fix(session): harden MCP child reap with single-snapshot discovery + post-SIGKILL verify (closes #1086) (#1088)
* 50243b71a64cb6f4cca0d02914d27760921cd6b1 release: v1.9.22

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.21...v1.9.22