v1.9.29

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

AI Summary

Session management release adding idle timeout automation and notification optimization.

Key Highlights

  • --idle-timeout auto-stops dormant child sessions
  • De-duplicate identical EVENT notifications by child, status, and output-hash
  • Persist Codex and Gemini session-id rebinds to SQLite

New Features

  • Idle timeout for automatic session management
  • Notification deduplication system
  • Codex and Gemini session ID persistence

Full Release Notes

## Agent Deck v1.9.29

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

## Changelog
* b518b7f84e1ceac54436a9db348af526d7e753a2 chore(release): v1.9.29 — codex/gemini session-id persist, event dedup, idle-timeout
* 203b5f1bdc6be5aa0f96f83a054b6ae8a21e762b feat(session): --idle-timeout auto-stops dormant child sessions (closes #1143) (#1145)
* 1d1c9aaa47972e3f951b967ca343024fbba82e0a fix(notifier): de-duplicate identical [EVENT] notifications by (child, status, output-hash) (closes #1142) (#1144)
* b78862c711557d91430c371f7c98498c4b254079 fix(session): persist Codex + Gemini session-id rebinds to SQLite (#1139) (#1141)

---

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