v0.8.97
Agent Deck v0.8.97
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.8.97Changelog
- fee4852 Merge PR #116: feat: enable allow_multiple instances by default
- 86d9199 feat(gemini): update hardcoded model list to latest version 3 and 2.5
- 6f94b0e feat: enable allow_multiple instances by default
- 91da619 fix: persist CLI session IDs via PostStartSync for start/restart/fork/try
- c4b7e4e fix: use *bool for AllowMultiple to properly default to true
Full Changelog: v0.8.96...v0.8.97