Agent Deck v1.9.30
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.30Changelog
- f1518f6 Authenticate GitHub releases API calls to avoid anonymous rate limit (#1154)
- b20aead chore(release): v1.9.30 — multi-session-id preserve, lefthook race, telegram env strip, GH API auth, web worktree-finish
- 62b67bd feat(web): worktree-finish endpoint + UI (closes #1126) (#1153)
- eae2418 fix(lefthook): serialize pre-push commands to remove css-verify/lint race (closes #1146) (#1151)
- 5333dfb fix(session): preserve explicit --session-id in multi-session-per-cwd (closes #1147) (#1148)
- 528f73b fix(session): strip all TELEGRAM_* env vars from child sessions (closes #1133) (#1152)
Full Changelog: v1.9.29...v1.9.30