v1.9.64

gravitational/teleportv1.9.64Jun 14, 2026by github-actions[bot]

AI Summary

This release introduces auto-allowance for safe CLI commands and refactors conductor state management logic.

Key Highlights

  • Auto-allow read-only and safe CLI commands in `.claude/settings.json`.
  • Refactored conductor enabled-state logic to derive from presence rather than a flag.
  • General maintenance updates.

Full Release Notes

## Agent Deck v1.9.64

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.64
```

## Changelog
* 25c247875b0178437675f98a63138688fccc9380 chore(release): v1.9.64 (#1451)
* bcd02b5d0f51fbd362f4434bcdb8142cc4b5898f feat(conductor): auto-allow read-only/safe CLI commands in .claude/settings.json (#1450)
* 1480c99f197279cfd59d2d308a700f6a5049fe45 refactor(conductor): derive enabled-state from presence, remove enabled flag (#1448)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.63...v1.9.64