NemoClaw v0.0.62 is out! #5100
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.62 is a reliability release for the parts of onboarding that have to make hard promises on real machines: GPU sandbox recreation, local inference reachability, gateway pairing, and mutable sandbox state. The release prefers Docker CDI GPU injection when CDI is available, improves Jetson device permissions, proves local GPU inference from the agent runtime instead of a misleading host-side namespace, and tightens several recovery paths that previously looked healthy until the agent actually started working.
It also smooths operator-facing workflows. Hermes sandboxes now show the upstream NemoClaw provider and model in their generated config, the onboarding provider menu is clearer, OpenClaw agent listings are available through the host CLI, WhatsApp pairing renders a compact terminal QR code again, and port probing no longer depends on
ncbeing installed on the host.Under the hood, this release invests heavily in maintainability and release confidence. Onboarding continues its move toward an explicit FSM shape, the live E2E scenario stack now has typed fixtures and registry-driven fan-out, post-reboot recovery has a stable host-side regression guard, and CI/test sharding was adjusted so the next round of fixes has a cleaner runway.
Shipped Changes
Onboarding, GPU, and Sandbox Reliability
--gpus allon Docker hosts that advertise an NVIDIA CDI spec. This keeps NemoClaw aligned with OpenShell's CDI device injection path and avoids supervisor reconnect failures during GPU sandbox recreation.inference.localbridge path when needed. This closes the false-positive probe wheredocker execcould reach host loopback while the agent could not./dev/nvmap-owning group needed for CUDA initialization, and status can report verified CUDA rather than a bare enabled state.ncis unavailable. Minimal Linux and Windows hosts can now avoid misleading "port not ready" failures during onboarding..gitdirectory. Release tarball and packed installs no longer reinstall the managed model router on every onboard.openclaw doctor --fix. Gateway-side config persistence is protected even when users run OpenClaw commands directly inside the sandbox./dev/ptsin OpenClaw sandbox policy tiers so tmux and other PTY-allocating terminal flows can run. The E2E coverage now fails hard if PTY support regresses.OpenClaw, Hermes, and Messaging
nemoclaw <name> agents listas a host-side passthrough to the in-sandbox OpenClaw agent listing command. The host CLI now covers the add, list, and delete lifecycle for sandbox agents.provider: customconfiguration.Onboarding Architecture
E2E, CI, and Release Confidence
ubuntu-latest.Docs, Skills, and Project Hygiene
backup-allcopyable example and adds a regression test for copyable command fences. This keeps documentation examples pasteable and prevents prompt-prefixed shell snippets from sneaking back in.Thank You
Thank you to external contributors @kagura-agent for the fallback install fingerprint fix in #4706, and @Thabhelo for the backup/restore documentation fix and regression test in #5045.
Beta Was this translation helpful? Give feedback.
All reactions