NemoClaw v0.0.120 is out #11104
cjagwani
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
NemoClaw v0.0.120 is out
NemoClaw v0.0.120 makes deployed sandboxes easier to inspect and recover. The release adds secret-free configuration export, a global system doctor, and more reliable onboarding across managed snapshots, native Podman, N1x, vLLM, and plain-sandbox setups.
This release also tightens lifecycle and trust boundaries. Managed host forwarding now uses OpenShell service forwarding, recovery retains the sandbox's recorded authority, unsafe Model Context Protocol (MCP) projections are rejected, and messaging provider refresh and recovery fail closed without discarding a working credential.
Hermes users get the supported 0.20.6 runtime plus faster, more predictable Portable recovery. Existing installations that still contain legacy Shields state will receive explicit quarantine and rebuild guidance because Shields is no longer part of NemoClaw core.
Configuration and onboarding
nemoclaw config export <sandbox> --output <path|->produces a canonicalnemoclaw.nvidia.com/v1document after cross-checking the sandbox's registry, lifecycle, gateway, workload, image, inference, policy, and credential-reference state. Output excludes credential values and fails closed on inconsistent evidence. On Linux, file output is owner-only and atomic, giving operators a durable record for audit and comparison. #11015nemoclaw doctorperforms read-only host and gateway checks without requiring a selected sandbox. Human-readable and redacted JSON reports make readiness failures easier to diagnose before onboarding, while required failures still return a nonzero status. #11012Lifecycle and recovery
openshell forward serviceprocesses. Port ownership, reachability, gateway availability, workspace selection, TLS, and mTLS authority are checked against the sandbox's recorded state, so recovery no longer depends on ambient selectors or NemoClaw-owned SSH forwarding receipts. #10695 #10814 #10815 #10810Agent runtimes and inference
429,502,503, and504responses up to three total attempts while preserving redacted output and the final unhealthy result. Nemotron 3 Super validation sends its required sampling and chat-template parameters, and the default Model Router pool replaces the retired Nemotron Nano route with GPT-OSS 20B High. #10956 #10910 #11070Policy and integrations
Community thanks
See every merged change in the full v0.0.119...v0.0.120 comparison.
All reactions