v1.9.30
asheshgoplani/agent-deckv1.9.30May 22, 2026by github-actions[bot]
AI Summary
Release focused on GitHub API reliability, worktree management, and session isolation improvements.
Key Highlights
- Authenticate GitHub releases API calls to avoid anonymous rate limit
- Worktree-finish endpoint + UI for completing worktree operations
- Serialize pre-push commands to remove css-verify/lint race condition
- Preserve explicit --session-id in multi-session-per-cwd
- Strip all TELEGRAM_* env vars from child sessions for security
New Features
- Worktree-finish endpoint with UI
- Explicit session ID preservation
- Telegram environment variable stripping
Full Release Notes
## Agent Deck v1.9.30 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.30 ``` ## Changelog * f1518f60eb6a889c066621e1e86fb2c3f6d5bd9e Authenticate GitHub releases API calls to avoid anonymous rate limit (#1154) * b20aead420ef59c9b4a7ccc10ea389a75dda99f2 chore(release): v1.9.30 — multi-session-id preserve, lefthook race, telegram env strip, GH API auth, web worktree-finish * 62b67bdf4df3bedf0a72e3e9c8fde955ddfe28e9 feat(web): worktree-finish endpoint + UI (closes #1126) (#1153) * eae24183bdbed3523f0b91335c4b23e83c0b0d70 fix(lefthook): serialize pre-push commands to remove css-verify/lint race (closes #1146) (#1151) * 5333dfb4ebf891665819cc6010fdb093071fa613 fix(session): preserve explicit --session-id in multi-session-per-cwd (closes #1147) (#1148) * 528f73b97bfdbe5d4822fd6d06cd2c60a3f3df65 fix(session): strip all TELEGRAM_* env vars from child sessions (closes #1133) (#1152) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.29...v1.9.30