v1.9.24

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

AI Summary

UI refinements with remote session improvements and performance fixes.

Key Highlights

  • Remote session latency markers in header
  • Insert mode performance improvements for remote sessions
  • Remote session preview pane with cost/usage propagation
  • Status line counter for stopped sessions separately
  • iTerm badge updates through attach process

New Features

  • Remote session latency markers
  • Remote session preview enhancements
  • Improved status line counter

Full Release Notes

## Agent Deck v1.9.24

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

## Changelog
* 795ffad4fd41eb267d8ef150527ee871e874a6b4 chore(release): v1.9.24
* b09aacc8ba8339494c4b60c4a3f383e4ac61f618 feat(ui): remote session latency markers in header (closes #1103) (#1106)
* 711094bd918f538129764b7e76bf875bb2f3ca10 fix(test): rename stripANSI to stripANSILatency to avoid eval_smoke build conflict (#1111)
* 38687ca0763bc8ad424f88fe62f65698f161df21 fix(ui): Shift+Enter handles remote sessions + opens iTerm tab by default (closes #1100, follow-up to #1098) (#1105)
* e10c81219f119c648ab56e49ba9391d1e40716e6 fix(ui): insert mode actual perf fix + remote-session support (closes #1102, follow-up to #1096) (#1110)
* 1ecb9682cd7488742b0c3647d37f3de676f4673c fix(ui): remote session preview pane + cost/usage propagation (#1107)
* 9fa414c73d34a71c047d314b37ac69cd7114ecfe fix(ui): status line counter bucket stopped sessions separately (re-closes #953) (#1108)
* 778a04a1123b7c30ba585973a895e2af6a6864ca fix(userconfig): restore missing closing brace + gofmt (hotfix main red) (#1109)

---

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