v1.9.32

asheshgoplani/agent-deckv1.9.32May 25, 2026by github-actions[bot]

AI Summary

Addresses remote session management bugs including false-success scenarios during remote updates, a model picker input echo issue, and transient SSH error handling.

Key Highlights

  • Remote-update false-success fix
  • Model picker echo and scope fix
  • Keep last-good remote sessions on transient SSH errors

New Features

  • Remote update verification
  • Model picker UX improvements
  • SSH error resilience

Full Release Notes

## Agent Deck v1.9.32

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

## Changelog
* 49e1e8d20bd96929697b79b97504a392846a2a97 chore(release): v1.9.32 — 3 community bug fixes (#1171 remote-update false-success, #1162 model picker, #1170 remote session refresh)
* 38531de6e7ce7abb46dbc13256f7afc052f19869 fix(remote): deploy to resolved $PATH binary and verify version before claiming success (#1171) (#1173)
* 2c470033d4c954421302d8abb5ede0aea4afe40c fix(remote): keep last-good remote sessions on transient SSH errors + configurable poll (#1170) (#1175)
* 6cbbc229d307848d243836fb4739340122518fef fix(ui): model picker — echo typed input + scope Esc to picker (#1162) (#1174)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.31...v1.9.32