v1.9.15

asheshgoplani/agent-deckv1.9.15May 18, 2026by github-actions[bot]

AI Summary

Enhances the fork command to preserve state and gitignored files. Fixes issues with parallel launch persistence to ensure session IDs are returned correctly.

Key Highlights

  • Fork command now supports --with-state and --with-state-and-gitignored
  • Parallel-safe persistence for session launches
  • Return session ID on launch

New Features

  • Fork state preservation flags
  • Parallel launch persistence

Full Release Notes

## Agent Deck v1.9.15

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

## Changelog
* 6a1645eb8421f5c0e81ef7e3018b074289578ac4 feat(fork): --with-state and --with-state-and-gitignored copy parent WIP into worktree (closes #1029) (#1030)
* 0bf3125ac4e061b0c851d77e28fc73d9578b5cbd fix(launch): parallel-safe persistence + return session ID (closes #1031) (#1032)
* 7473eeeca06852fa4fa9eedece1e95d77758e357 release: prepare v1.9.15 changelog + version bump

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.14...v1.9.15