Skip to content

v0.8.97

Choose a tag to compare

@github-actions github-actions released this 29 Jan 06:29
· 2264 commits to main since this release

Agent Deck v0.8.97

Terminal session manager for AI coding agents.

Installation

Homebrew (recommended):

brew install asheshgoplani/tap/agent-deck

Quick Install:

curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash

Go Install:

go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v0.8.97

Changelog

  • 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