NemoClaw v0.0.94 is out! #7470
prekshivyas
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.94 strengthens the boundaries around sandbox recovery, network policy updates, and security evidence. Snapshot restores now preserve state that was not safely captured, cross-sandbox restores re-establish authenticated gateway access, and policy updates distinguish a matching live preset from one that genuinely needs to change.
Onboarding and inference workflows are more observable and more predictable. Automation can consume a versioned, redacted JSONL event stream, DGX Spark resume preserves managed vLLM intent, invalid platform/model combinations fail before downloads, and Hermes image assembly is substantially faster without changing its ownership or scanning guarantees.
This release also improves the signal behind those workflows. Long-running E2E scenarios are isolated, cancellation and runner-pressure evidence is clearer, privileged Hermes setup stays tied to exact-head workflow code, and documentation checks remain useful without mutating user state or blocking on an absent preview.
Sandbox, onboarding, inference, and policy
--events=jsonl, a versioned and redacted stream of onboarding state-machine events, so automation can track progress without scraping terminal prose.onboard --resume, so recovery continues with the deployment path the user selected.upgrade-sandboxes --checkread-only and targets the gateway recorded by the sandbox, so an inspection cannot start or recover infrastructure as a side effect.tls: skipuse, so policy changes are intentional and their security tradeoffs are visible.Security and release safeguards
sandbox doctor --jsonoutput boundaries, so diagnostics retain their exit semantics without exposing credential-like data.Hermes and sandbox performance
Documentation and platform guidance
CI and E2E confidence
Thank you
Thank you to external contributors @HOYALIM for the machine-readable onboarding event stream in #6820, @RUSHcitizen for the CLI documentation route fix in #7340, @andrewwhitecdw for early platform validation of managed-vLLM model overrides in #7359, and @HwangJohn for the read-only agent-variant documentation check in #7385.
See the full comparison.
All reactions