> ## 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.21.0 — More agent turns survive API restarts

> Changelog · CLI 0.21.0 · 2026-07-29

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

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

Hermes and OpenClaw turns can keep their upstream process and stream alive in
the daemon while the Manyfold API restarts.

### Highlights

- **Daemon-owned turn transport.** The daemon journals frames to its durable
  exec buffer while the API reads and replays them.
- **Positive completion evidence.** Recovery marks a turn complete only after
  the framework supplies its real end signal; ambiguous streams stay
  retryable.
- **Faster runner presence.** The daemon connects its WebSocket before slow
  framework probes, reducing false offline timeouts.
- **Earlier Hermes validation.** A missing primary model is rejected during
  creation instead of producing an unusable agent.
