v1.16.4
nocta-ui/nocta-uiv1.16.4Sep 7, 2026by github-actions[bot]
AI Summary
Focused on optimizing remote performance and reliability, this release implements real-time data delivery, removes polling for focused panes, and hardens channels for production environments.
Key Highlights
- Real-time remote fetch delivery with latency measurement
- Push focused session panes instead of polling
- In-process change probe lists for performance
- Immediate remote session UI rendering
New Features
- Real-time transport latency measurement
- Push-based pane updates
- Hardened production channels
- Immediate UI rendering
Full Release Notes
## Agent Deck v1.16.4 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.4 ``` ## Changelog * cf4f9ced1f624560247776b8b98080e3ea87b1bd feat(remote): deliver each remote's fetch as it lands, and measure transport latency honestly (#2181) * 5235e160096bd35f5f0484ef8c2c63b9034fa67d feat(remote): push the focused session's pane over the channel instead of polling it (#2183) * 69423a0176d4c5f13449086a2719917ba44bed62 fix(remote): harden the persistent channel for production fleets (#2187) * b06b24690949019d255efd9e6e7b7595ba4a1ea3 fix(ui): draw a remote session the moment the remote confirms its creation (#2179) * ba676c58342e79f289befca707002372e640cf64 perf(remote): the agent's change probe lists in-process instead of spawning the CLI (#2182) * 61cc4d688e34ca40225bb71635e42e6e44d5bbb4 release: v1.16.4 (#2188) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.16.3...v1.16.4