v1.9.31
asheshgoplani/agent-deckv1.9.31May 23, 2026by github-actions[bot]
AI Summary
Security-focused release addressing telegram-leak vulnerabilities, enhancing multi-repo Claude context handling, and adding CSRF protection to web endpoints.
Key Highlights
- Structural telegram-leak defenses for conductor children sessions
- Enhanced Claude context with @path imports and permission settings
- Pre-accept Claude trust and emit parent CLAUDE.md for multi-repo
- CSRF protection added for mutation endpoints
- Fixed hidden terminal tab shrinking tmux window issue
New Features
- Multi-repo @path imports and permission settings
- Claude trust pre-acceptance system
- CSRF protection for web endpoints
- Terminal tab visibility fix
Full Release Notes
## Agent Deck v1.9.31 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.31 ``` ## Changelog * 2c63e45c658f1dff31c1a94273ddb42f1e71e318 chore(release): v1.9.31 — structural telegram-leak fix (#1164) + spawnia multi-repo/CSRF/terminal fixes * cafe9ae7a9170134c80e7c760b373617adbc8bba feat(multi-repo): enhance Claude context with @path imports and permission settings (#1156) * 8b424e55d9672bd0f00f064ed5433ba7d3055dd5 fix(multi-repo): pre-accept Claude trust and emit parent CLAUDE.md (closes #1149) (#1155) * bfb7dc78806a2d4d02235782a8c38ae8a8460697 fix(session): structural telegram-leak defenses for conductor children (#1163) (#1164) * a0fb454e7d1ef65430facb5fddab4c4c6708ff9e fix(web): add CSRF protection for mutation endpoints (#1158) * d87b0dd04f564b3d8539c8635aeff8611d28d5e6 fix(web): prevent hidden terminal tab from shrinking tmux window (#1157) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.30...v1.9.31