NemoClaw v0.0.65 is out! #5472
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.65 is a reliability-focused release for the places where always-on agents meet real machines: gateway recovery, sandbox state, local inference, and messaging activation. The release tightens recovery checks, preserves more runtime state across rebuilds, and makes onboarding failures easier to understand before they turn into confusing agent behavior.
This release also continues the migration of long-running end-to-end coverage into Vitest-backed scenarios. That gives maintainers faster, more targeted signal for OpenClaw, Hermes, messaging, inference, recovery, rebuild, and hosted-nightly paths while keeping the release train easier to operate.
The practical result is a steadier NemoClaw: fewer first-run surprises, clearer inference diagnostics, safer messaging state, and a broader automated safety net around the workflows users rely on when running agents inside OpenShell sandboxes.
OpenClaw, Sandbox, and Recovery
forward_portsrecovery (#4958, #5225, #5238, #5379, #5389). Why it matters: OpenClaw and sub-agent connectivity should survive more rebuild, restart, and multi-sandbox layouts.Inference, Hermes, and Runtime Compatibility
NEMOCLAW_VLLM_MODELbefore side effects, accepts managed vLLM extra serve args, uses the NVIDIA inference credential environment, recomputes context windows after model switches, and declares Kimi store compatibility (#5214, #5215, #5366, #5404, #5457). Why it matters: local and hosted inference transitions are less brittle, especially when changing models or provider shape.Messaging, Channels, and Credentials
SandboxEntry, and clears remaining hard-coded channel stragglers (#5179, #5248, #5328, #5338, #5410, #5463). Why it matters: channel state is cleaner, Discord activation is more reliable, and credential-adjacent data is handled with less exposure.Docs, Policy, and Contributor Surface
AGENTS.mdguidance, reserved PRR label taxonomy, custom build cache ordering, and contributor PR verification (#5172, #5358, #5368, #5369, #5371, #5396). Why it matters: maintainers and contributors have clearer local instructions for release work, project labels, custom builds, and PR submission.CI and Release Confidence
Thank You
Thank you to external contributors @HOYALIM, @fallintoplace, @HwangJohn, @johnellison, @Thabhelo, and @zhiyanliu for contributions included in this release (#2492, #5179, #5215, #5238, #5194, #5318).
Beta Was this translation helpful? Give feedback.
All reactions