NemoClaw v0.0.60 is out #4877
cv
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.60 is a broad stability release for always-on OpenClaw and Hermes sandboxes. It tightens the boundary between runtime guidance and user-visible chat, improves OpenClaw device-approval policy handling, keeps sandbox network and file guidance actionable, and adds more secret-scanning and secret-withholding coverage where messaging and managed tools cross host/sandbox boundaries.
This release also makes onboarding and day-two operations more predictable. Local inference setup is stronger across NVIDIA NIM, Ollama, vLLM, DGX Spark, DGX Station, Anthropic-compatible routes, and multimodal model selection; sandbox lifecycle paths preserve concurrent gateways, dashboard forwards, mutable OpenClaw config permissions, Docker-driver behavior, and GPU-patch rollback state more carefully.
Finally, v0.0.60 continues the move toward manifest-driven integrations and more deterministic maintainer operations. Messaging enrollment now runs through reusable manifest hooks, CLI status/list/tunnel commands align more closely with environment overrides, release and docs surfaces were refreshed, and nightly/CI guardrails received enough polish to make regressions easier to interpret before they reach users.
OpenClaw, Runtime Context, and Policy Controls
prependSystemContextinstead of allowing<nemoclaw-runtime>blocks to leak into the visible chat transcript. This keeps policy and runtime guidance active without confusing users with internal control text.connect.NEMOCLAW_POLICY_TIERbefore non-interactive onboarding performs preflight, gateway, or inference side effects. Bad scripted policy-tier values now fail at the point users can fix them most safely.Sandbox, Gateway, and Onboarding Reliability
openshell-gatewayuser service when available and keeps the standalone gateway path as a compatibility fallback. Gateway lifecycle behavior now follows the platform-owned service on hosts that provide one.OPENSHELL_DRIVERS, including mixed driver lists, so host-gateway assumptions stay accurate.openclaw doctor --fix. Gateway-side config writes stay possible even after OpenClaw tightens state-file permissions..dockerignorewhen staging customonboard --from <Dockerfile>build contexts. Custom images copy less unnecessary data while still preserving NemoClaw's built-in secret and path exclusions.NEMOCLAW_MINIMAL_BOOTSTRAPto skip default workspace-template seeding for new pristine workspaces. This lets operators reduce project-context overhead without deleting files that already exist.Inference, Hermes, and Local Model Routes
vllm:26.05.post1container. Managed vLLM on Spark now has a more reproducible runtime base.inference set. NemoClaw now resolves API family before patching in-sandbox config, sets or clears Hermesmodel.api_modeappropriately, and preserves the Bedrock Runtime adapter exception.inference.localroute where the model repeatedly produced invalid JavaScript for OpenClaw's native code-search tool. The route falls back to the structured tool-calling surface the model handles correctly.text,imageinputs without needing to know theNEMOCLAW_INFERENCE_INPUTSenvironment variable.NO_PROXYin both CLI and plugin subprocess environments. Malformed proxy-bypass lists with doubled or trailing commas no longer propagate into child processes.npmunder/opt/hermes.no-key-requiredafternemohermes inference setrewrites config./opt/hermes/ui-tuibundle.hermes dashboard --tui --skip-buildand NemoClaw dashboard recovery avoid runtime rebuild attempts under root-owned install paths.Messaging, CLI, and Day-Two Operations
nemoclaw tunnel statuscommand and tunnel namespace help. Operators can inspect tunnel state without inferring it from start/stop behavior.nemoclaw statusresolve the target sandbox the same way as start and stop, honoringSANDBOX_NAME,NEMOCLAW_SANDBOX, andNEMOCLAW_SANDBOX_NAMEfor service PID lookup.nemoclaw listand inventory JSON. Status, start, stop, and list now agree on the selected sandbox.openclaw skills listnow load at session start when$HOMEdiffers from the state dir.Security, CI, Docs, and Maintainer Confidence
xapp-*tokens. More credential formats are caught before they persist in memory.pull_request_targetpolicy check requiring maintainer edits to be enabled on fork PRs. The repository policy becomes visible in CI without checking out or executing untrusted fork code.null. Gateway drift coverage no longer accidentally probes local Docker state while modeling missing gateway containers.Thank you
Thank you to external contributors @kagura-agent, @atulya-singh, @tiaz-hh, @deepujain, @yimoj, @glenn-agent, @fallintoplace, @Thabhelo, and @amata-human for contributions included in this release.
Beta Was this translation helpful? Give feedback.
All reactions