# NemoClaw v0.0.53 is out #4358
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.53 is about surviving the awkward middle of real machines. It does not introduce one grand surface area so much as it tightens the agreements between what the host says, what the gateway remembers, and what the sandbox can safely do.
Onboarding is the center of gravity. Local Ollama gets runtime context-window detection, a real no-autostart path, consistent no-tools overrides, healthier
/api/tagsprobes, and better failure messages for non-interactive runs. Brave Search and OpenClaw pricing now use policy/provider paths that match how the sandbox actually rewrites outbound requests. WSL Docker Desktop, macOS Docker-driver sandboxes, Jetson bridge failures, and under-provisioned hosts all get sharper first-contact behavior.The other theme is preservation. A stopped gateway no longer means lost PVC data; recreate now backs up workspace state before delete; backup and upgrade skip non-Ready sandboxes instead of aborting on them; gateway recreation moves out of read-only preflight; and shields, status, and config paths cross-check the filesystem they claim to protect.
Finally, release machinery grows teeth. Skills get a signed catalog export and the workflow fixes needed to actually generate, flatten, sign, and publish it. Scenario E2E gets isolated from legacy shell tests, profiling traces become CI artifacts, and the PR advisor becomes a sequence of focused turns. In a release with 44 merged PRs, the pattern is not more motion for its own sake. It is fewer places where the tool says "yes" while the machine means "not yet."
Onboarding, Inference, and Host Reality
--no-ollama-autostart/NEMOCLAW_OLLAMA_NO_AUTOSTART=1so unreachable-Ollama paths can stay honest instead of silently spawning the daemon.openshell inference setcalls recoverable for Local Ollama and vLLM, and fix(onboard): surface non-interactive provider failures with explicit exit messages #4219 adds explicit non-interactive provider failure messages where install logs previously ended with a bare exit./api/tagsresponses so a proxy, stale listener, or HTML stub cannot masquerade as a healthy backend.X-Subscription-Token, and fix(policy): add openclaw-pricing preset and auto-suggest for OpenClaw #4220 adds anopenclaw-pricingpolicy preset so OpenClaw can fetch model pricing without noisy gateway warnings or zeroed cost records.--gpuspath instead of asking users to repair CDI inside the distro; fix(onboard): record Docker driver for macOS docker-driver sandboxes (#3728) #4221 records Docker-driver metadata correctly on macOS.Sandbox State, Gateway, and Security Posture
[2/8], keeping preflight read-only and preserving the Ctrl+C escape window.shields statuscompare declared state with the actual sandbox filesystem and re-lock drifted state correctly.docker execcorrectly, and fix(cli): clarify live gateway drift in list #3907 clarifies whennemoclaw listis reporting live gateway drift.OpenClaw, Messaging, and Day-Two Behavior
web_fetch, addressing the OpenClaw integration path behind the Telegram silent-start candidate.Skills, Docs, E2E, and Release Confidence
ghCLI mutation pattern; fix(skills): flatten catalog export and detect untracked files in refresh diff #4342 detects untracked generated files and flattens the export layout; chore(ci): install NVSkills CI request listener for /nvskills-ci #4345 installs the/nvskills-cilistener so signing requests actually run.nemoclaw-maintainer-verify-staleskill for reproducing old issues on fresh Brev hosts and tagging findings for maintainer review.test/e2e-scenario, keeping legacy shell E2Es separate.Beta Was this translation helpful? Give feedback.
All reactions