Nemoclaw v0.0.114 is out! #10068
jyaunches
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.114 expands deterministic automation while making routine sandbox operations easier to diagnose. LangChain Deep Agents Code can now invoke one approved read-only MCP tool without model participation, and launch-readiness probes report timing for each stage.
This release also strengthens the boundaries around destructive operations, configuration recovery, installation, and updates. Users receive clearer warnings and recovery instructions, while NemoClaw verifies more state before it reports success.
Local inference, Portable onboarding, Hermes, and messaging workflows receive focused reliability improvements. The release also improves documentation automation and keeps agent-specific guidance aligned with supported behavior.
Automation and Readiness Diagnostics
dcode tools call-read-only TOOL --jsonfor deterministic, bounded invocation of one approved read-only MCP tool. Automation can now require a tool call without relying on model behavior.connect --probe-onlyreadiness stage. Operators can identify where launch readiness is delayed without changing the command result.Sandbox Safety and Recovery
--yesand--forceruns. Users can account for connected work before destruction proceeds.Installation and Onboarding
sha256sumnorshasumcan verify the nvm installer. A required Node.js installation or upgrade no longer continues without verification.--fromand Portable onboarding retain their existing paths.nemoclaw updateinstaller request and each redirect. Update downloads no longer accept a protocol downgrade.Local Inference
--vllm-gpu-devicefor selecting a managed vLLM host GPU by index or full NVIDIA GPU UUID. The choice persists across resume and remains independent of sandbox GPU access.Messaging and Documentation
Thank You
Thank you to external contributors @HOYALIM for sealed configuration recovery in #9231, @udsy19 for installation, session export, host-mount, Portable, and update improvements in #9776, #9782, #9787, #9862, and #9867, and @harjothkhara for inference diagnostics and agent-specific documentation in #9785 and #9836.
All reactions