v1.9.3

asheshgoplani/agent-deckv1.9.3May 13, 2026by asheshgoplani

AI Summary

Fixes UI rendering bugs by implementing viewport invalidation on resize and correcting the handling of emoji and VS16 cell widths.

Key Highlights

  • Viewport invalidation on resize/switch
  • Correct emoji+VS16 cell width in UI
  • Fix viewport rendering issues

New Features

  • Viewport invalidation
  • Cell width correction

Full Release Notes

## Agent Deck v1.9.3

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

## Changelog
* 1958b276117c4149c242878cff6a14ca33e85138 fix(ui): viewport invalidation on resize/switch + correct emoji+VS16 cell width (closes #936 #937) (#948)
* 68dba73d2aa4bcf305c0c38cf22b90fa7fb03170 release: prepare v1.9.3 changelog

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.2...v1.9.3