NemoClaw v0.0.95 is out! #7524
senthilr-nv
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.95 makes sandbox lifecycle ownership explicit and strengthens recovery across gateways, forwards, snapshots, and local image rebuilds. These changes reduce unintended host mutations and keep sandbox state recoverable when services restart or connections drop.
Onboarding and inference paths now handle more real host configurations, including Windows Ollama, missing Docker CDI directories, OpenRouter connection deadlines, and Nemotron-3 request compatibility. OpenClaw, Hermes, and Deep Agents Code also gain targeted runtime, credential, and recovery fixes.
This release also tightens base-image provenance and package security while making release validation more trustworthy. Native multi-architecture image builds, complete security test suites, exact-SHA E2E evidence, and clearer runtime reporting improve confidence without weakening the checks that protect published images.
Gateway and sandbox lifecycle
State, restore, and sandbox content
backup-allskip stranded orphan sandboxes, which keeps valid sandbox backups from failing because of unrelated orphan records.nemoclaw <name> downloadwrote every requested host artifact, which prevents a missing download from being reported as successful.openclaw.jsonwhen a legacy shields lock has no config hash, which prevents configuration loss during compatibility recovery.Onboarding, inference, agents, and messaging
thinkingfield for Nemotron-3 models, which keeps managed NVIDIA Build requests compatible.Images and security
E2E and release confidence
mainruns, which keeps release validation from depending on runner memory pressure.Documentation and release history
Thank you
Thank you to external contributor @HOYALIM for OpenClaw runtime-version validation in #6878 and trusted base-image override enforcement in #6884.
Thank you to external contributor @andrewwhitecdw for the Docker CDI directory fallback in #7347.
Thank you to external contributor @kagura-agent for managed Deep Agents Code provider-error classification in #7422.
Full comparison: v0.0.94...v0.0.95
All reactions