NemoClaw v0.0.75 is out #6375
prekshivyas
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.75 upgrades the bundled OpenClaw runtime to
2026.6.10and makes sandbox upgrade and recovery substantially more reliable. Recreating a gateway during an upgrade no longer strands a previously onboarded sandbox, gateway-orphaned sandboxes are recovered in place, and a same-name--freshre-onboard keeps the newly selected route.Inference routing across custom and compatible endpoints is more correct as well. Hermes custom Anthropic-compatible inference now runs on the OpenAI frontend, OpenAI-only agents keep their
/v1base URL on Anthropic-compatible endpoints, and local Docker-driver sandbox credentials no longer expire out from under a long-running session.The release also continues a large investment in test performance and release tooling, shortening the CI suite and tightening release labeling without changing runtime behavior.
OpenClaw Runtime and Sandbox Upgrade Recovery
2026.6.10and hardens the managed runtime integration. Supported installs move to one reviewed runtime contract with pinned packages and fail-closed archive and patch validation.--freshre-onboard. Re-onboarding keeps the new provider and model instead of restoring stale routing from backed-up config.Inference Routing
/v1base URL for OpenAI-only agents pointed at an Anthropic-compatible endpoint. The base URL is no longer rewritten, so routing stays correct for those agents.Local Gateway, Hermes, and MCP
OpenClaw and Release Workflows
Thank you
Thank you to contributors @HOYALIM for reducing layer-boundary fixture scans in #6322 and @prekshivyas for restoring gateway state during prepared recovery in #6370.
Compare the full release range: v0.0.74...v0.0.75.
All reactions