v1.9.68
charmbracelet/crushv1.9.68Jun 15, 2026by github-actions[bot]
AI Summary
Agent Deck is a terminal session manager for AI coding agents. This release introduces a new Command Center feature for managing fleets.
Key Highlights
- New Command Center feature with a live two-way fleet god-view tab
- Installation methods provided for Homebrew, Quick Install, and Go
- Feature associated with GitHub issue #1462
New Features
- Command Center — live two-way fleet god-view tab (v1)
Full Release Notes
## Agent Deck v1.9.68 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.68 ``` ## Changelog * 666b2a1847944922dcbf45750e43dce7e35536af chore(release): v1.9.68 * 763a9249af3173aa98e1b5bb4fbea4aa269b9951 feat(web): Command Center — live two-way fleet god-view tab (v1) (#1462) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.67...v1.9.68