v1.16.2

umputun/ralphexv1.16.2Sep 6, 2026by github-actions[bot]

AI Summary

This update significantly improves the performance and reliability of remote screen operations by eliminating unnecessary waiting and optimizing polling mechanisms. It addresses specific issues with stale polls and ensures operations like renames and attaches report accurate status.

Key Highlights

  • Performance: Attach immediately after spawn and poll in one round trip
  • Fix: Stale polls, refused renames, queued creates, and failed attaches now report accurate status
  • UX: Ctrl+r refreshes remotes

Full Release Notes

## Agent Deck v1.16.2

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

## Changelog
* 24ac401e6c6f2f5bc3b967841afbec33c8fab761 feat(remote): the screen never waits for the remote, and every action reports its time (#2173)
* f0030d804abbb044798a8035da5df546331eb566 fix(remote): stale polls, refused renames, queued creates and failed attaches now tell the truth (#2172)
* 0498ecc8eea3db72994cce74b3f0ee64090b4045 perf(remote): attach right after spawn on n, poll in one round trip, ctrl+r refreshes remotes (#2171)
* f5ce8cfdbe94fc053bac46675dd959079716cb96 release: v1.16.2 (#2176)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.16.1...v1.16.2