Agent Deck v1.9.41
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.41Changelog
- 320ba9d chore(release): v1.9.41 — security hardening (SHA-256 verify, non-loopback bind auth, install.sh checksum)
- 1cf808b fix(remote): verify SHA-256 before deploy + enforce SSH host-key stance (security hardening) (#1207)
- 50bf56d fix(security): install.sh checksum + RemoveAll containment + secret-via-env + shell-quote spawn args (#1210)
- a5ef0dd fix(web): refuse unauthenticated non-loopback bind + token-gate terminal bridge (security) (#1209)
Full Changelog: v1.9.40...v1.9.41