v0.0.63
NemoClaw v0.0.63 improves sandbox recovery, OpenClaw configuration restore safety, local inference onboarding, messaging safeguards, and release validation:
- Sandbox lifecycle commands preserve and recover more state.
rebuild --yescan recreate a locally registered sandbox that is missing from a healthy gateway, Docker-driver sandboxes can restart from OpenShell container labels after a host reboot, andupgrade-sandboxesdetects recorded NemoClaw image drift even when the agent version itself matches. For more information, refer to Recover and Rebuild Sandboxes and Update Sandboxes. - Snapshot-backed rebuilds preserve OpenClaw configuration more safely.
Rebuilds now carry forward user-owned
openclaw.jsonsettings, merge restored config with freshly generated runtime state, and fail when restored config cannot be applied safely. For more information, refer to Create and Restore Snapshots. - Onboarding diagnoses host setup and local inference issues earlier.
The installer reports unusual Docker daemon access when a Linux user is outside the
dockergroup, host DNS blocks are caught before NVIDIA provider validation, Ollama auth-proxy port conflicts recover during startup, and managed vLLM offers an interactive model picker for supported host profiles. For more information, refer to Choose a Local Inference Server. - Messaging and Hermes startup paths enforce clearer runtime boundaries. Slack setup validates Socket Mode credentials and warns or blocks duplicate Slack Socket Mode sandboxes on a shared gateway, while Hermes direct gateway launch keeps environment-secret protections active and handles wrapped gateway arguments. For more information, refer to Set Up Slack.