v1.9.8

asheshgoplani/agent-deckv1.9.8May 15, 2026by github-actions[bot]

AI Summary

Enhances CLI usability with new verb/flag aliases, extends the session send timeout functionality, and fixes how groups are derived from the current working directory.

Key Highlights

  • Accept verb/flag aliases for session/group/launch
  • Session send --timeout extends agent-ready wait
  • Derive group from cwd, not parent session
  • Filter deferred-queue drain against registry

New Features

  • CLI verb/flag aliases
  • Extended session timeout
  • Group derivation from CWD
  • Deferred queue filtering

Full Release Notes

## Agent Deck v1.9.8

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

## Changelog
* 55eaa04711ac6890385902c87db9f16e1b017a58 fix(cli): accept verb/flag aliases for session/group/launch (closes #974) (#996)
* 503cda42504e771a87672da8af2ded852ea738ce fix(cli): session send --timeout actually extends agent-ready wait (closes #957) (#995)
* 36302b53c40f8a10331c4a4ac7dca73e7a89ba93 fix(launch): derive group from cwd, not parent session (closes #972) (#994)
* 0bfe319e62558b3879f5957c6f9c8df5be40f3a0 fix(notify): filter deferred-queue drain against current registry to skip removed sessions (closes #962) (#992)
* f8b8e99f3c5f3fc0898026c51bfde7f4c6be3ed0 release: prepare v1.9.8 changelog + version bump
* 3261c580ea7b8ba6d9ee3146189ab68e8ca78d6f test(rm): CLI-subprocess regression coverage for #961 (#993)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.7...v1.9.8