NemoClaw v0.0.85 is out! #7098
cjagwani
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.85 strengthens the boundary between the agent experience and the infrastructure that keeps it dependable. This release adopts OpenShell v0.0.85 with reviewed immutable artifacts, tighter credential and archive handling, and safer gateway recovery, so upgrades preserve both the intended runtime and the security properties around it.
Day-to-day workflows are steadier too. Custom endpoint onboarding can recover from DNS failures, inference route changes verify the sandbox before mutation, managed vLLM routes validate the model they actually serve, MCP setup fails earlier on reserved credentials, and rebuild protects the original sandbox when state backup is incomplete.
The release also lays careful groundwork for DGX Station setup, improves Hermes topology attestation and DCode lifecycle handling, and sharpens the live E2E machinery used to qualify releases. Together, these changes make failures more specific, recovery more deliberate, and release evidence easier to trust.
OpenShell, sandbox, and recovery
dashboardPort: 0as an intentional no-dashboard state. Status and lifecycle operations now preserve a valid headless configuration instead of misclassifying it.Onboarding, MCP, and inference
/v1/modelsreports the registered model as its exact root. This distinguishes a safe alias from a genuine model mismatch.--station-deepseek. Express setup can no longer silently imply consent or continue through a prompt it cannot safely present.DGX Station, Hermes, and agent runtimes
Skills, docs, and maintainability
.mtsboundaries. The migrations make module loading predictable and reduce CommonJS/ESM ambiguity in trusted tooling.CI and release confidence
Full comparison
Review the complete release range in v0.0.84...v0.0.85.
Thank you
Thank you to external contributors @HwangJohn for custom-endpoint DNS recovery in #6865, @HOYALIM for shared sandbox base-image resolution in #6968, and @atulya-singh for the diagnostics tool module migration in #6942.
All reactions