v1.7.62

Expensify/Appv1.7.62Apr 22, 2026by github-actions[bot]

AI Summary

This is a maintenance release for the Agent Deck terminal session manager, featuring a nudge banner for users who are more than 5 releases behind.

Key Highlights

  • Added a nudge banner for users with versions >5 releases behind.
  • Updated changelog to include merge of origin/main into feature/fix/45-update-nudge.
  • Standard installation instructions provided via Homebrew, Quick Install, and Go.

New Features

  • Version update nudge system for outdated users

Full Release Notes

## Agent Deck v1.7.62

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

## Changelog
* 22f3ab4fdc5efaf2d130097a1abaa676c658dc78 Merge origin/main into feature/fix/45-update-nudge
* b49696bc3919485e11aeabdeb0422a4da356b8f8 feat(update): nudge banner for users >5 releases behind (#45, v1.7.59)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.61...v1.7.62