NemoClaw v0.0.101 is out! #8162
apurvvkumaria
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.101 focuses on keeping state, credentials, and recovery decisions correct when users rebuild sandboxes, switch inference providers, or resume interrupted onboarding. Migration and rebuild backups now fail closed when sanitization or cleanup cannot complete, HTTPS Pin Runtime route cleanup uses the running adapter's policy, and CLI diagnostics no longer emit rejected control characters directly to terminals or CI logs.
The release also expands user-facing workflows. OpenClaw gains experimental Google Chat support through a restricted webhook and host-held service-account boundary, Hermes rebuilds preserve approved home-channel assignments, and status output now distinguishes local SSH sessions from broader runtime health while recognizing the managed Hermes gateway entrypoint.
Under the surface, v0.0.101 adds provider-neutral workload replacement, snapshot, clone, and bootstrap contracts without activating a new runtime provider or buildless onboarding. CI and live end-to-end (E2E) coverage now exercise more messaging, Hermes policy, adapter lifecycle, and sandbox resource-limit paths, giving maintainers clearer evidence for future activation work.
Messaging and Runtime Visibility
/sethomerouting when NemoClaw regenerates credentials and the rest of the environment.hermes.realgateway, and naming the sandbox in host-side command hints. Operators can distinguish an active agent from an open interactive shell and can copy the right recovery command.Inference and Onboarding Recovery
Sandbox and Security
Managed Runtime Foundations
CI and Release Confidence
ACTION_REQUIRED.fdandrgpackages before untrusted CLI tests execute. Coverage shards no longer depend on whether a hosted runner happens to contain Pi's search tools.Documentation and Release Surface
See the full comparison between v0.0.100 and v0.0.101.
Thank You
Thank you to external contributor @Ayush7614 for the original backup-sanitization work in #7765, which was preserved and completed in #7847 for this release.
All reactions