NemoClaw v0.0.70 is here #6021
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.70 completes the move to one end-to-end testing system. Vitest now owns scenario execution, GitHub Actions owns orchestration and reporting, and the legacy shell-runner lanes are gone. The cutover keeps scheduled failure routing, scorecards, trace-timing summaries, docs validation, and two-agent security-posture coverage while tightening artifact publication and selector boundaries.
The release also makes everyday operation more forgiving. You can select a default sandbox with
nemoclaw use, mistyped sandbox names receive a useful suggestion, Docker Desktop onboarding tolerates the short gateway bridge startup race, reasoning-oriented compatible endpoints validate correctly, and Windows bootstrap failures produce clearer WSL recovery guidance. Hermes rebuilds and messaging channel restarts now repair stale state instead of carrying it forward.Under the surface, provider handoff, connect recovery, registry projections, and messaging collections have smaller and more cohesive ownership boundaries. The accompanying docs explain network approvals and Teams group allowlists, while the maintainer skills and release checks now describe the same workflow the repository actually enforces. Together, these changes make the code easier to evolve and make confidence in each release depend on executable behavior rather than duplicated migration machinery.
Onboarding, inference, and CLI
host-gatewaybridge probe during onboarding. This absorbs the brief interval where the OpenShell gateway is listening but is not yet reachable from sandbox containers, avoiding a false terminal failure.nemoclaw use <name>for selecting the default registered sandbox. Users no longer need to edit~/.nemoclaw/sandboxes.jsonby hand.NEMOCLAW_REASONING. The setting survives provider handoff and resume, and reasoning-only responses no longer fail an incompatible tool-call probe. This replays and completes the original contribution from @deepujain in #3286.Sandboxes, Hermes, messaging, and policy
/sandbox/.openclawstate from stale Hermes base images. Older published layers can now be repaired before the sandbox drops root privileges.channels startre-enables it. If policy restoration fails, the persisted plan rolls back to disabled instead of rebuilding into a partially active state.Windows and user guidance
Testing, security, and release confidence
distartifacts and process caches.Maintainer workflow
Thank you
Thank you to external contributor @deepujain for the original reasoning-compatible endpoint work in #3286, replayed and completed in #5948, and for the quickstart and Teams documentation improvements in #5859 and #5863.
Compare the full release range: v0.0.69...v0.0.70.
All reactions