Agent Deck v1.9.10
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.10Changelog
- 6f9100a feat(launch): concurrency cap to prevent swap thrash (closes #964) (#1003)
- b291768 fix(feedback): per-release-series opt-out instead of forever (closes #967) (#1004)
- b3d32e3 fix(git): worktree new-branch always roots at fresh origin/ (closes #973) (#1005)
- 076b82a fix(launch): consolidate launch-settings wire-up into single helper (closes #958) (#1008)
- e8e586e fix(notify): clean target-busy inbox entries on redelivery + TTL (closes #962 variant) (#1009)
- 38d96e5 fix(session): preserve chat history across conductor restart (closes #956) (#1010)
- 2e4f49a fix(session): wire RegisterMCPChild into production MCP spawn paths (#1006)
- a4773f0 release: prepare v1.9.10 changelog + version bump
Full Changelog: v1.9.9...v1.9.10