v1.9.28

asheshgoplani/agent-deckv1.9.28May 21, 2026by github-actions[bot]

AI Summary

Minor release focused on Claude session ID persistence to SQLite.

Key Highlights

  • Persist Claude session-id rebind to SQLite

New Features

  • Claude session ID persistence

Full Release Notes

## Agent Deck v1.9.28

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

## Changelog
* 7031db04da77ebacb4f9ebcf86ccb26981e16168 chore(release): v1.9.28 — claude session-id persist (#1140)
* 304d05a7026ea4697c3730ed392bc0070c9b5239 fix(session): persist Claude session-id rebind to SQLite (#1140)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.27...v1.9.28