v1.16.3

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

AI Summary

This release introduces a persistent channel for change events in remote management and improves CI stability by distributing PR gating across multiple runners. It serves as a maintenance update to ensure smoother operation of the AI coding agent terminal session manager.

Key Highlights

  • CI: Shard PR gate across four runners
  • Remote: One persistent channel per remote with pushed change events
  • Version bump to v1.16.3

New Features

  • Persistent channel per remote with pushed change events

Full Release Notes

## Agent Deck v1.16.3

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

## Changelog
* 2997f4b7e49e72d76fa1bd1844b6ac20108e0418 ci: shard the PR gate across four runners (#2175)
* 2fe897b03074e2bdc8880046fee968bcc6b9f053 feat(remote): one persistent channel per remote, with pushed change events (#2177)
* 423b5f670e3de9cb6f4da5c546d77d93732ce898 release: v1.16.3 (#2178)

---

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