> ## 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.2.1 — Daemon lifecycle hardening

> Changelog · CLI 0.2.1 · 2026-05-06

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

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

This patch release hardens local daemon process management and CLI authentication session handling.

### Highlights

- Hardened `nca daemon` start and stop behavior with shared pidfile handling.
- Added stale-pid recovery when a previous daemon process exited unexpectedly.
- Added a start lock to avoid overlapping daemon launches.
- Propagated daemon-stopped state back to agents more reliably.
- Bounded CLI login sessions and consumed login state atomically.

### Notes

- This release focuses on reliability for local machine runtimes and browser-based CLI login.
