v1.9.54

asheshgoplani/agent-deckv1.9.54Jun 10, 2026by github-actions[bot]

AI Summary

Adds a configurable denylist for agent tools and improves cross-platform stability by fixing title syncing and persistence issues.

Key Highlights

  • Configurable agent tool visibility denylist
  • Opt-in gitignored-copy feature
  • Fixed title sync clobbering renames and fork titles
  • Hardened cross-platform degradation of the persistence harness

New Features

  • Configurable agent tool visibility denylist

Full Release Notes

## Agent Deck v1.9.54

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.54
```

## Changelog
* 6899f3837a5abcc5984b9392bddad514b023961b chore(release): v1.9.54
* 222f3a24c75282130c2991da7550c8ccc3129b7e feat(ui): add configurable agent tool visibility denylist (#1346)
* 162c80b9b0ec898fb2ab1a646d8303d167b802cf fix(fork): make gitignored-copy opt-in (with_ignored default off) (#1354)
* b4ca1d8ba586dd4ab42d8e35a84a2521b3270739 fix(title): stop claude name sync from clobbering renames and fork titles (#1355)
* 86d3baed3b5110d0eea8115e676e66886107f2dd fix(verify-persistence): harden cross-platform degradation of the persistence harness (#1309)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.53...v1.9.54