🚀 NemoClaw v0.0.61 is out! #4983
jyaunches
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Compare range:
v0.0.60...v0.0.61· target commit16470fa0· 59 PRs.This release is a stability and boundary release. We tightened the sandbox edge — strict SSRF now defaults through the sandbox proxy, file-descriptor limits are capped at entrypoint, and a stale-PID lock that could trap
sandboxes.jsonis now reclaimable. Three batches of code-scanning findings (P0/P1/P2) and a curl-probe extraction shrink the security surface without changing the operator contract.Onboarding and resume recovery picked up six concrete fixes: ARM64 image-tar uploads now have a clear classification and workaround, the Hermes dashboard refuses port collisions, rebuilt resume snapshots no longer break on detach, the managed-inference hostname bypasses host proxies, and the DGX Station vLLM default is back to Qwen3.6 27B FP8. Slack denied @-mentions now notify the sender instead of silently dropping, and Hermes recovers without leaking env secrets across sandbox boundaries.
Underneath, we shipped a four-PR refactor that moves the onboarding FSM to ordered provider result sequences, plus a phase-4a migration of messaging conflict detection to manifest-plan architecture. The CI surface got 22 changes — a docs-only fast path, sharded CLI coverage gates, oversized-test guards, real-shell e2e assertions replacing the dry-run runner, and a long pass of CLI test splits and subprocess trims. The result: faster PR signal, less flake, and meaningful coverage where we previously had subprocess matrices.
Sandbox and Network Stability
nofile) at entrypoint — prevents one runaway agent from exhausting host limits.sandboxes.jsonlocks held by recycled PIDs — sandbox registry no longer wedges after a host crash.NPM_CONFIG_OFFLINEafter build-time plugin install — runtime npm calls inside the sandbox no longer fail offline.patch-openclaw-slack-deny-feedback.mtsin the build context — the Slack-deny-feedback patch now reliably ships.Onboarding and Resume Recovery
Messaging, Hermes, and Inference
Security Hardening
Onboarding and Messaging Architecture
messagingPlanin session so resume picks it up cleanly.Skills, Docs, and Release Surface
backup-allfor host backups and demotes the in-tree script to engineering-only — contributed by @glenn-agent.CI and Release Confidence
--validate-onlyand the bash runner — the e2e suite now exercises actual sandbox state transitions.Thank you
Thank you to external contributors @glenn-agent for #4164 and @HanClinto for #4759 — both shipped in this release.
Beta Was this translation helpful? Give feedback.
All reactions