v0.0.56
NemoClaw v0.0.56 improves install safety, local-inference validation, messaging diagnostics, sandbox lifecycle reporting, and day-two command behavior:
- Public installer and
nemoclaw updateflows now follow the admin-promotedlkgrelease tag by default, so curl-piped installs and update checks target the maintained build while validation catches up to newer semver tags. Non-interactive Linux installs can also reactivate Docker group membership throughsg dockerand continue in the same installer run when that path is available. For more information, refer to Update Sandboxes. nemoclaw <name> status,nemoclaw <name> connect, andnemoclaw upgrade-sandboxesnow probe the live sandbox agent version before deciding whether a rebuild is needed, instead of trusting stale host metadata. Status output reports when the version cannot be verified and points at rebuild when the running agent may predate the current install. For more information, refer to NemoClaw CLI Commands Reference.- GPU Docker-driver local-inference onboarding now verifies that host-network sandboxes can reach the selected Ollama or vLLM health endpoint before onboarding reports success. Failures now include the provider endpoint, container network mode, and recovery guidance, which avoids discovering the broken route only after the first agent prompt. For more information, refer to Choose a Local Inference Server.
- Messaging setup is more diagnosable. Slack setup validates both required Slack credentials before enabling the channel, WhatsApp pairing renders a compact scan-friendly QR for OpenClaw sandboxes and separates gateway close errors from QR rendering, and Telegram DM allowlist aliases continue to work for existing automation. For more information, refer to Set Up Slack, Set Up WhatsApp, and Set Up Telegram.
- Command ergonomics are clearer for common day-two paths.
nemoclaw inference setwithout both--providerand--modelnow points users to the underlyingopenshell inference setcommand,nemoclaw <name> skill remove <skill>removes uploaded skills bySKILL.mdname,nemoclaw <name> status --jsonsupports per-sandbox automation, andnemoclaw debug --sandboxvalidates explicit sandbox names before writing diagnostics. For more information, refer to NemoClaw CLI Commands Reference. - Policy and sandbox base-image compatibility improved.
The
pypipreset allows theuvpackage manager binary, the sandbox base image includestmuxfor OpenClaw’s bundled tmux-session flow, and Jira preset validation docs now use observable status probes. For more information, refer to Common NemoClaw Integration Policy Examples. - Uninstall, rebuild, and snapshot flows protect user state more consistently.
nemoclaw uninstallpreserves host-side backups and the sandbox registry by default, rebuilds preserve explicit CPU-only sandbox intent, and snapshot restore blocks ambiguous existing-destination rollbacks unless you opt in with--force. For more information, refer to Uninstall NemoClaw, Recover and Rebuild Sandboxes, and Create and Restore Snapshots.