Agent Deck v1.9.29
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.29Changelog
- b518b7f chore(release): v1.9.29 — codex/gemini session-id persist, event dedup, idle-timeout
- 203b5f1 feat(session): --idle-timeout auto-stops dormant child sessions (closes #1143) (#1145)
- 1d1c9aa fix(notifier): de-duplicate identical [EVENT] notifications by (child, status, output-hash) (closes #1142) (#1144)
- b78862c fix(session): persist Codex + Gemini session-id rebinds to SQLite (#1139) (#1141)
Full Changelog: v1.9.28...v1.9.29