NemoClaw v0.0.116 is out! #10594
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.116 strengthens the boundaries where sandbox identity, lifecycle authority, and cleanup meet. Retained sandboxes keep verified authority through retries and process restarts, uninstall protects recoverable state, and sandbox destruction can recover from demonstrably abandoned Shields timers.
Inference paths also recover more deliberately. OpenClaw validates compatible endpoints inside the sandbox without depending on messaging, Portable Hermes recovery resumes only its receipt-owned Ollama runtime, and Windows Subsystem for Linux (WSL) public pulls no longer depend on an available Docker Desktop credential helper.
This release also refreshes security-critical managed-image packages and preserves more user intent during onboarding. Experimental Hermes channel credentials are revision-scoped, web-search policy intent survives re-onboarding, and the documentation now covers each changed workflow in its owning task page.
Inference and Hermes Recovery
inference.localfrom inside the sandbox even when no messaging channel is selected.inference setcan reuse a recorded loopback no-auth endpoint, and reasoning-only responses receive one bounded larger-budget content attempt. These changes stop unreachable routes before final verification without rejecting a working reasoning model too early. #10458, #10531, and #10540.nemohermes <name> recoverandnemohermes <name> connect --probe-onlynow recover only the published receipt-owned Portable Ollama runner. They verify an already-running runner without restarting it, resume the recorded stopped runner once, and require a final in-sandbox route proof. Failed recovery attempts to return the runner and sandbox registry to their prior state. The command reports when it cannot prove either restoration, which avoids replacing or taking authority over another runtime. #10505.Sandbox Lifecycle and Data Safety
Readyreport does not block registration when durable sandbox identity still matches. This prevents a replacement sandbox from inheriting authority and avoids false onboarding failures during OpenShell re-registration. #10510 and #10512.--destroy-user-data. It also honorsNEMOCLAW_OPENSHELL_GATEWAY_STATE_DIRand preserves abandoned Portable configuration that has no lifecycle receipt. These checks protect recoverable state and unrelated gateway state. Use--destroy-user-dataonly when you intend to skip snapshots and delete user data. #10231, #10550, and #10562.Onboarding, Policy, and Messaging
bravepolicy preset when web search is disabled or switched to Tavily Search. This preserves the recorded tier's Brave Search egress instead of silently narrowing policy during reuse. Restricted, unknown, unsupported, and custom-policy cases retain their existing reconciliation behavior. #10457.Managed Images and Security Packages
Documentation and Release Surface
All reactions