v1.9.23

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

AI Summary

UI customization release with configurable split view and SSH session rendering improvements.

Key Highlights

  • Configurable Sessions/Preview split
  • SSH remote sessions get claude-specific render
  • Insert mode supports Backspace, arrows, control keys
  • Shift+Enter opens iTerm tab by default on darwin

New Features

  • Configurable split view
  • SSH session claude-specific rendering
  • Enhanced insert mode with full keyboard support
  • iTerm integration for new tabs

Full Release Notes

## Agent Deck v1.9.23

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

## Changelog
* 928735f1b1ee332ecc2552c3d8198b2221d9cf93 feat(ui): configurable Sessions/Preview split (closes #1092) (#1099)
* 3f5e03638efb78f2de9d227ba8af021abc756c47 fix(test): drop 3 dead home assignments in issue1094 test (SA4006) (#1097)
* 86f4a29455f99d0e02901037b8138a525ba054d7 fix(ui): SSH remote sessions get claude-specific render (closes #1091, follow-up to #1073) (#1095)
* e59338ee8b8a3e9b7411ff6170f26c70c424bf9f fix(ui): insert mode supports Backspace, arrows, control keys + batches for latency (#1096)
* e1062ec9cc32d17086969bf70e9c4948988d6117 fix(ui): wire Shift+Enter to iTerm launcher on darwin (closes #1093, follow-up to #1077) (#1098)
* d54f657b5da863a0ed9313c17f4394dcc95b1484 release: regen styles.css for v1.9.23
* 08f8c3ed3638c5fd23cd7f9d3c5d3453cb252440 release: v1.9.23

---

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