Skip to content

v1.9.56

Choose a tag to compare

@github-actions github-actions released this 12 Jun 07:28
· 67 commits to main since this release

Agent Deck v1.9.56

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.56

Changelog

  • 33ebdaa chore(release): v1.9.56
  • 725ac5c docs(verification): add capability verification checklist + methodology (#1395)
  • c74d46b feat(sessions): pin sessions to fixed top/bottom of group (#1336)
  • fa25f4b feat(tui): present Maestro as the fleet supervisor (#1401)
  • 0a641f8 fix(conductor): pre-accept Claude trust dialog for conductor dir (#1359) (#1393)
  • 1b7be2f fix(git): stop worktreeinclude walk from recursing into nested worktrees (#1398)
  • 99e3674 fix(statedb): reclaim dead primary in ElectPrimary so restart needs no pkill (#1394)
  • 0bc5077 fix(tui): quick-approve targets the highlighted window, not the session (#1369) (#1403)
  • 5e2c340 fix(ui): show default-group delete block in a modal so it survives the viewport clamp (#1402)
  • 80940dd fix(web): render profile selector as static text (#1365) (#1392)

Full Changelog: v1.9.55...v1.9.56