> ## Documentation index
> Fetch the complete documentation index at: https://docs.manyfold.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI 0.22.3 — More reliable turns across reconnects

> Changelog · CLI 0.22.3 · 2026-08-05

Source: https://docs.manyfold.ai/changelog/cli-v0.22.3/

In the index: https://docs.manyfold.ai/changelog#v0.22.3

This patch makes long-running agent turns safer when a daemon or API instance
reconnects, and improves runner support for agents with custom workspaces.

### Highlights

- **Authoritative reconnect state.** The daemon now distinguishes a confirmed
  empty stream list from a failed enumeration, so a reconnect cannot
  incorrectly mark active turns as lost.
- **Longer resume window.** Completed execution buffers remain available for
  60 minutes, giving the platform time to finish draining or resume a turn
  across rolling deploys and transient disconnects.
- **Custom workspace support.** Runner daemons recognise NarraNexus workspace
  roots, preventing `outside allowed roots` failures for co-resident coding
  agents.
