v1.9.10
asheshgoplani/agent-deckv1.9.10May 16, 2026by github-actions[bot]
AI Summary
Focuses on stability and performance by adding a concurrency cap to prevent swap thrash, preserving chat history across conductor restarts, and cleaning up MCP child processes and inbox entries.
Key Highlights
- Concurrency cap to prevent swap thrash
- Preserve chat history across conductor restart
- Reap MCP child processes on session stop
- Clean target-busy inbox entries on redelivery
New Features
- Concurrency cap
- Session history preservation
- MCP child process management
- Inbox cleanup on redelivery
Full Release Notes
## Agent Deck v1.9.10 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.10 ``` ## Changelog * 6f9100a62e2900a94fcfbd3bb8f455a5ae409486 feat(launch): concurrency cap to prevent swap thrash (closes #964) (#1003) * b2917682fa4a91647229f1d667b202dec823a8ec fix(feedback): per-release-series opt-out instead of forever (closes #967) (#1004) * b3d32e39c42ec8b2f0f75a6ad1eb5d5f99dbd292 fix(git): worktree new-branch always roots at fresh origin/<default> (closes #973) (#1005) * 076b82a42228917f14dc9358ff74988136d4ff22 fix(launch): consolidate launch-settings wire-up into single helper (closes #958) (#1008) * e8e586ec6e54931655c5d87d3151f0dae91d2fa9 fix(notify): clean target-busy inbox entries on redelivery + TTL (closes #962 variant) (#1009) * 38d96e56676e44955705890165e796c714f73590 fix(session): preserve chat history across conductor restart (closes #956) (#1010) * 2e4f49ac0c136b29908af2b305da4c5e98783f90 fix(session): wire RegisterMCPChild into production MCP spawn paths (#1006) * a4773f03cc3c2764083eac33f94b7dd4ee01c407 release: prepare v1.9.10 changelog + version bump --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.9...v1.9.10