v1.7.72

asheshgoplani/agent-deckv1.7.72Apr 28, 2026by github-actions[bot]

AI Summary

Adds new features for tmux integration and TUI navigation, improving user experience for session management.

Key Highlights

  • Native iTerm2 badge sync when attaching sessions.
  • Added arrow-key navigation for path suggestions.
  • Enabled copying preview pane information via keyboard shortcuts.

New Features

  • Native iTerm2 badge sync on attach
  • UI copy preview pane info with C / Shift+C
  • Arrow-key navigation for path suggestions

Full Release Notes

## Agent Deck v1.7.72

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

## Changelog
* 0b47455c0a830c77f1dbca112b46d8d9c3489772 chore(release): v1.7.72 (#796)
* 82c190faea2dacdc646b1a9104863449b17f0dde feat(tmux): native iTerm2 badge sync on attach + rename (#777)
* 965b0741febd07430e67cf3209b669d4df208797 feat(ui): copy preview pane info with C / Shift+C (#791) (#795)
* 6ba1751918270fc2ed1bae2d8c7ca9e6a51f5918 feat: arrow-key navigation for path suggestions with custom-path entry (#772)
* bee6b2aad0b6cc0708111044b8148250b1491536 fix(git/setup): honor shebang in worktree-setup script (#773) (#793)
* 0e00319a279d39fbf726f61c3f7ac92436e470c8 fix(git/setup): user-visible completion + failure lines for setup script (#768) (#794)
* f46ceb14d248047a3cade231b7a865de9ed07116 fix(tmux): soften ControlPipe.Close() to SIGTERM+grace (closes #739 gap) (#778)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.71...v1.7.72