v1.9.9
asheshgoplani/agent-deckv1.9.9May 15, 2026by github-actions[bot]
AI Summary
Improves plugin management by refreshing .mcp.json pins on upgrade and ensures proper cleanup of MCP processes. It also fixes web hook overlays for SSE menu streams.
Key Highlights
- Refresh .mcp.json plugin pins on upgrade
- Reap MCP child processes on session stop
- Apply hook overlay to SSE menu stream
- Wait for slash-command registration after restart
New Features
- Plugin pin refresh
- Session process cleanup
- SSE menu hook overlay
- Slash-command registration handling
Full Release Notes
## Agent Deck v1.9.9 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.9 ``` ## Changelog * a2ed93d6763db7cd86e2623934f5d3b702a26a79 fix(launch): strip TELEGRAM_STATE_DIR from child env to prevent duplicate poller (closes #955) (#998) * b5279373414d3d96757d2a6e8988f5d388e82ce8 fix(mcppool): refresh .mcp.json plugin pins on upgrade (closes #960) (#999) * b35ffdab0b1ff7c115f297868c2b5ccb26129890 fix(send): wait for slash-command registration after restart (closes #966) (#1001) * 5bd6a0cef314d4bfb3da35baa1591251799e2c02 fix(session): reap MCP child processes on session stop (closes #965) (#1000) * 23f935396851e4ebdd189fc6d1529046bdd384f7 fix(web): apply hook overlay to SSE menu stream (closes #963) (#997) * e44943b616ddeaa76e1bd77e8b9f2dc5cc47869f release: prepare v1.9.9 changelog + version bump --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.8...v1.9.9