v1.9.56

asheshgoplani/agent-deckv1.9.56Jun 12, 2026by github-actions[bot]

AI Summary

Improves UI with session pinning and Maestro presentation, alongside fixes for conductor trust dialogs and git worktrees.

Key Highlights

  • Pin sessions to fixed top/bottom of group
  • Present Maestro as the fleet supervisor
  • Quick-approve targets the highlighted window
  • Stop worktreeinclude walk from recursing into nested worktrees

New Features

  • Session pinning
  • Maestro fleet supervisor presentation

Full Release Notes

## Agent Deck v1.9.56

Terminal session manager for AI coding agents.

### Installation

**Homebrew (recommended):**
```bash
brew install asheshgoplani/tap/agent-deck
```

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

**Go Install:**
```bash
go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.9.56
```

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

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.55...v1.9.56