> ## 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.13.0 — Agents can request one missing capability

> Changelog · CLI 0.13.0 · 2026-06-15

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

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

Runtime agents can ask their owner for a narrowly scoped permission without
replacing their existing grants or seeing a token.

### Highlights

- **Incremental permission grants.** Approval appends the requested scope and
  keeps existing permissions.
- **Owner-controlled consent.** The agent prints a consent URL for its owner;
  the underlying token is never shown.
- **Minimum scope by default.** Agents can request only the capability the
  blocked operation needs.

The current command for this workflow is
`mf auth ensure --scopes <scope-list>`.
