Agent Deck v1.9.8
Terminal session manager for AI coding agents.
Installation
Homebrew (recommended):
brew install asheshgoplani/tap/agent-deckQuick Install:
curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bashGo Install:
go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.9.8Changelog
- 55eaa04 fix(cli): accept verb/flag aliases for session/group/launch (closes #974) (#996)
- 503cda4 fix(cli): session send --timeout actually extends agent-ready wait (closes #957) (#995)
- 36302b5 fix(launch): derive group from cwd, not parent session (closes #972) (#994)
- 0bfe319 fix(notify): filter deferred-queue drain against current registry to skip removed sessions (closes #962) (#992)
- f8b8e99 release: prepare v1.9.8 changelog + version bump
- 3261c58 test(rm): CLI-subprocess regression coverage for #961 (#993)
Full Changelog: v1.9.7...v1.9.8