NemoClaw v0.0.39 release #3394
ericksoa
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.39
NemoClaw v0.0.39 is the release where the runtime path moves onto the new OpenShell runtime instead of treating it as a compatibility layer around older gateway flows. Linux onboarding now uses the OpenShell Docker-driver gateway with GPU-aware sandbox creation through #3001, and macOS arm64 follows the OpenShell 0.0.37 standalone gateway plus VM driver path through #3391. New installs are now aligned with the OpenShell release NemoClaw validates: the installer fetches the required helper binaries, the blueprint pins the 0.0.37 range, and provider routing stays owned by the OpenShell gateway rather than by host-side shims.
The release also makes Hermes and inference switching much more complete. #3320 adds Hermes Provider onboarding while keeping credential durability inside OpenShell, and #3354 extends runtime model switching so Hermes sandboxes can move models without a rebuild. The surrounding fixes tighten inference identity and provider behavior: OpenClaw now reconciles the agent's self-reported model after a route change in #3319, local NIM gets its NGC key propagation and faster failure mode back in #3335, Windows Ollama is relaunched into a reachable binding in #3330, and mixed-GPU hosts get clearer preflight output in #3346.
The rest of v0.0.39 is focused on making install, operations, and release quality less fragile. Linux installs now check Docker and group membership earlier in #3314, DGX Spark and DGX Station users get an express-install path in #3317, stale gateway reuse is guarded by host HTTP readiness in #3312, and host aliases are now first-class sandbox commands in #2406. The sandbox startup path drops more residual Linux capabilities through #3328 and #3329, while the test and CI surface grew with E2E advisor comments, Brave Search coverage, gateway health coverage, code scanning, and targeted release-prep cleanup.
PRs Landed Since v0.0.38
Runtime, OpenShell, and Onboarding
Hermes and Inference
Installer, Hardware, and Operations
Security and Sandbox Hardening
Tests, CI, and Release Quality
Refactoring and Maintenance
Beta Was this translation helpful? Give feedback.
All reactions