NemoClaw v0.0.81 is out! #6728
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.81 is a stability-focused release for long-running agents. GPU onboarding now prefers native OpenShell injection on eligible Linux Docker hosts and uses the compatibility route only after trusted failure classification, while restart and teardown paths recover more cleanly across Hermes, OpenClaw, macOS, and legacy Docker containers.
The release also preserves more user-owned state without letting backups override current managed configuration. Snapshot retention is bounded, Hermes dashboard profiles survive rebuilds, compatible inference handles more endpoint and model contracts, and messaging, policy, credential, and backup failures provide clearer, safer recovery evidence.
Underneath those user-facing changes, the release makes its own evidence stronger. Risk-based PR E2E is tied to exact commits, credential-free tests are discovered from source, security-sensitive coverage has explicit floors, and consumer-level contracts replace brittle configuration mirrors so a green build says more about the behavior we actually ship.
GPU, sandbox, and lifecycle stability
recovertransactionally replace a legacy Docker container whose managed supervisor disappeared after restart, committing only after pinned health checks pass and retaining rollback on failure.Backup, snapshots, and rebuild state
/procwhenpsis unavailable, allowing safe snapshots on minimal images without weakening the fail-closed activity check.MEMORY.mdandUSER.mdsurvive successful sandbox recreation.Inference and onboarding
max_completion_tokensfor GPT-5 and o1/o3/o4 model families, avoiding unsupported-parameter failures during compatible-endpoint onboarding and agent turns.host.openshell.internal, making loopback inference reachable without weakening endpoint validation.Messaging, policy, and security
DELETE /mcpguidance to the custom Streamable HTTP MCP policy recipe, allowing clean session termination without recommending wildcard access.Agent, contributor, and maintainer experience
Documentation and release confidence
test:fastas a genuinely source-backed lane and blocks transitive compiled-artifact imports, keeping quick local feedback trustworthy.Thank you
Full comparison: v0.0.80...v0.0.81
All reactions