NemoClaw v0.0.64 is out! #5319
cv
announced in
Announcements
Replies: 1 comment 1 reply
-
|
Any plans to bump OPENCLAW_VERSION to 2026.6.x in an upcoming release? The Telegram streaming fix (streamed text survives tool calls) and lower first-reply latency in 2026.6.6 would be especially valuable for DGX Spark users running large local models, where reply latency and mid-tool-call truncation are current pain points. Understand the Dockerfile target lags for stability validation, mostly asking about expected cadence. |
Beta Was this translation helpful? Give feedback.
1 reply
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.64 is a stability release for the paths where sandboxes need to survive real-world drift: plugin catalogs moving ahead of pinned hosts, custom policies moving through snapshot restore, host-specific gateway behavior, and provider settings that should not leak from one inference runtime into another. The release keeps tightening the contract between onboarding, restore, messaging, and inference so the sandbox does the predictable thing even when the environment around it changes.
For users, the release improves Brave web search setup, custom policy restores, gateway health reporting, WSL and macOS behavior, Nemotron Ultra tool-less responses, provider switching, and Hermes WhatsApp pairing. For operators, it also moves more messaging and onboarding behavior into structured plans and smaller helper flows, which makes the setup pipeline easier to test and harder to accidentally regress.
The maintenance story is just as important here. v0.0.64 expands the Vitest live E2E migration, refreshes user docs and generated skills, makes selective E2E reporting more honest when jobs are cancelled, and keeps release confidence moving forward without turning internal cleanup into user-facing noise.
OpenClaw, Sandbox, and Onboarding
BRAVE_API_KEYplaceholder through build doctor. This keeps Brave search from breaking when the upstream plugin catalog advances beyond NemoClaw's pinned OpenClaw runtime.policy --from-fileand--from-dirpresets now survive backup and restore instead of silently falling back to built-in policy state.Messaging and Runtime Activation
Hermes and Inference
/v1/responses, includingnvidia-prod,nvidia-nim, andgemini-api. Provider switches no longer inherit an incompatible Responses API setting from a previous runtime.node_modulesinto a read-only runtime path.Docs, Skills, and Release Surface
CI and Release Confidence
pythonhostedartifact. Policy validation now tests against a more realistic package-hosting path.Thank you
Thank you to external contributor @johnellison for the Brave web-search plugin and API-key preservation fix in #4955.
Beta Was this translation helpful? Give feedback.
All reactions