Agent Deck v0.17.0
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@v0.17.0Changelog
- 5365ea0 feat(conductor): add Slack user ID authorization (#170)
- 94a4aad feat(readme): add downloads badge to README
- 31abace feat: add top-level rename command with validation (#176)
- 594e94b feat: use symlinks for custom CLAUDE.md locations in conductors (#173)
- b9e7679 fix(slack): remove thread context fetching from Slack handler (#175)
- 877df1e fix: prevent worktree-within-worktree nesting when forking sessions (#177)
Full Changelog: v0.16.0...v0.17.0