v1.9.62

gravitational/teleportv1.9.62Jun 14, 2026by github-actions[bot]

AI Summary

Agent Deck improves session management by persisting user model settings and enhancing UI interaction.

Key Highlights

  • Persist operator's per-session model across restarts.
  • Prompt the highlighted session from the list without attaching.
  • General maintenance updates.

Full Release Notes

## Agent Deck v1.9.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.9.62
```

## Changelog
* 0270aef63d0f9d8364ceff9f517650a7a723adbf chore(release): v1.9.62
* b045d6604da403c1176e7cc8a0246179eabc2992 feat(session): persist operator's per-session model across restart (#1436) (#1445)
* 806343528e3b2fac0e41879fc40c7bc5c89b257e feat(ui): prompt the highlighted session from the list without attaching (#1410) (#1446)
* b05e9cabb33914fb18229bd1b424367077bf8c04 test(web): fix visual-regression readiness probe after profile <select> removal (#1298) (#1444)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.61...v1.9.62