Skip to content

v1.9.62

Choose a tag to compare

@github-actions github-actions released this 14 Jun 18:58

Agent Deck v1.9.62

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@v1.9.62

Changelog

  • 0270aef chore(release): v1.9.62
  • b045d66 feat(session): persist operator's per-session model across restart (#1436) (#1445)
  • 8063435 feat(ui): prompt the highlighted session from the list without attaching (#1410) (#1446)
  • b05e9ca test(web): fix visual-regression readiness probe after profile removal (#1298) (#1444) Full Changelog: https://github.com/asheshgoplani/agent-deck/compare/v1.9.61...v1.9.62