NemoClaw v0.0.88 is out #7162
ericksoa
announced in
Announcements
Replies: 1 comment 1 reply
|
Is there a framework or thought process around when/how often to update the openclaw release that packages with nemoclaw? |
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.88 focuses on making the boundaries around host preparation and sandbox operation more dependable. DGX Station setup now preserves safe stopped containers, offers precise OpenIB remediation, and can restore the packaged CDI refresh lifecycle without reaching beyond the accepted factory-image boundary.
The release also makes runtime health claims more honest and recovery more predictable. Authenticated model probes distinguish a reachable route from a healthy upstream model, sandbox commands consistently select the owning gateway, port-forward recovery verifies live ownership, and rebuilds can reuse the exact web-search credential already registered with the gateway.
Finally, v0.0.88 tightens the machinery that supports those user-facing changes. Onboarding policy defaults now follow the selected web-search provider, repository and ShellCheck validation have clearer trust boundaries, E2E authentication comes from an immutable action, and the release workflow carries unfinished work forward before retiring a completed target label.
DGX Station preparation
openibd.servicefails, helping Station users distinguish an expected networking dependency from a generic host-preparation failure.nowhile continuing to fail closed on active workloads, inventory drift, or containers that could restart automatically, so preparation is safer without needlessly rejecting an idle host.Inference, onboarding, and rebuilds
statusanddoctor, preventing a fresh diagnostic exec from being presented as proof that the long-running agent process has equivalent inference access.healthymeans the configured model can actually answer rather than merely having a reachable route.Sandbox and gateway recovery
Documentation and release operations
CI and release confidence
createRequireratchet, preventing new unreviewed CommonJS escape hatches from weakening that module boundary.Thank you
Thank you to external contributors @agrovr for the ShellCheck SARIF refactor in #7060 and @DisturbedSage5840C for the authenticated model-invocation health probes in #7074.
See the complete comparison: v0.0.87...v0.0.88.
All reactions