NemoClaw v0.0.63 is out #5192
jyaunches
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.63 is out
NemoClaw v0.0.63 is a stability-focused patch release that tightens the boundary between preserved user state, sandbox recovery, and runtime safety. The release improves how NemoClaw rebuilds stale sandboxes, restores OpenClaw configuration, recovers Docker-driver sandboxes after host reboots, and fails closed when a restored config would require unsafe fallback behavior.
This release also makes the setup path more resilient. Onboarding now diagnoses host DNS blocks earlier, recovers from Ollama auth-proxy port conflicts, reports unexpected Docker access more clearly, and adds an interactive managed-vLLM model picker for local inference workflows.
Under the hood, v0.0.63 continues the migration of onboarding and E2E infrastructure toward typed, testable slices. The result is a patch release with a broad set of recovery fixes, messaging safeguards, Hermes runtime hardening, documentation updates, and CI confidence improvements.
Sandbox, rebuild, and OpenClaw recovery
rebuild --yesinstead of dead-ending when a sandbox is registered locally but absent from a healthy OpenShell gateway. This keeps rebuild retryable and preserves local registry metadata through recovery.openclaw.jsonsettings across rebuilds. User runtime preferences now survive rebuild paths more consistently.upgrade-sandboxes. Operators get clearer upgrade behavior when sandbox images no longer match the expected release surface.Onboarding, inference, and host diagnostics
inference.localuse trusted env-proxy mode. Scheduled checks now align better with the runtime environment they validate.Messaging, Hermes, and plugin activation
hermes gatewayinvocation. Hermes startup now keeps secret handling protections even when launched through the direct gateway path.channels.*allowlist synchronization. The allowlist behavior that protects Slack channel access now has regression coverage.Onboarding internals and E2E infrastructure
Docs and release surface
Thank you
Thank you to external contributor @abhi-0906 for the Hermes runtime secret-guard fix in #4981 and the Slack documentation clarification in #4986.
Beta Was this translation helpful? Give feedback.
All reactions