v0.6.0
CLI 0.6.0 — Command surface expansion
This minor release significantly expands the CLI surface, adding new top-level command groups for managing Cloud Agents resources, plus per-agent token binding support for the OAuth grant flow.
Highlights
- Added new top-level command groups:
nca model-config,nca files,nca automations,nca backups,nca skills,nca usage. - Expanded
nca agent(aliasagents) withget,update,delete,diagnose,health-check,storage-usage,model-config, andcredentials. - Expanded
nca runtime(aliasagent-runtimes) withcontrol-ui,dashboard, andagents {add,list,remove}. nca login --pollaccepts--limit-to-agentto bind the new token to a specific agent (full API support lands in a follow-up).
Notes
- Runtime helper markdown emitted by agents now lists every CLI subtree; the legacy raw-
curlPath-B section is removed. - Use
nca update --force --yesto reinstall the latest standalone binary.