NemoClaw v0.0.74 is out #6275
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.74 strengthens the boundary between agents, sandboxes, credentials, and the network. Stable OpenShell 0.0.72, native managed MCP lifecycle, progressive tool disclosure, and tighter LangChain Deep Agents Code controls give OpenClaw, Hermes, and the experimental terminal agent a more consistent and defensible runtime foundation.
Day-to-day workflows are more resilient as well. Onboarding can recover from transient sandbox states, BuildKit and validated image reuse reduce repeat work, messaging configuration survives rebuilds more faithfully, and recovery commands provide clearer ways out when gateways, policies, DNS, credentials, or retained state get in the way.
The release also invests in the path from a fresh checkout to trustworthy evidence. Contributors gain one-command setup, faster diff-scoped verification, and an agent-runnable value benchmark, while the release carries clearer operational documentation and exact-SHA validation across the full E2E surface.
OpenShell, MCP, Tool Disclosure, and Inference
add,list,status,restart, andremoveflows for OpenClaw, Hermes, and LangChain Deep Agents Code. Authenticated HTTPS Streamable HTTP traffic stays on the native OpenShell policy and credential-replacement path, without a secret-bearing NemoClaw host proxy.inference getandinference setcommands. Namespaced agent workflows now reach the same route controls as the global inference commands without switching command grammar.LangChain Deep Agents Code Runtime and Lifecycle
status,whoami, andidentitycommands without launching the interactive UI. Operators and automation can inspect the current sandbox through the supported runtime boundary.Onboarding, Images, and Platform Recovery
NXDOMAINorREFUSED. Users now receive remediation that matches the actual resolver failure instead of one generic networking diagnosis.Errorobservations while preserving immediate failure for terminal states. Recoverable DGX Spark startup races no longer abort onboarding prematurely.qwen3.5:9binstead of starter models that cannot answer within the agent timeout on that hardware.Messaging, Credentials, and Tunnels
stoprelease its managed gateway port without disrupting another registered sandbox that shares the gateway. Tunnel and restart workflows can reuse the port without unsafe host-wide cleanup.channels status. Operators can inspect the rendered runtime behavior without opening or comparing raw configuration files.WHATSAPP_ALLOWED_IDSwithout an extra add-and-rebuild cycle.Day-Two CLI, Installation, and Recovery
update --fresh, allowing a clean reinstall of the maintained build even when the reported version is current. Source checkouts remain protected from the destructive installer path.destroy --forceperform bounded local cleanup when the OpenShell gateway is unreachable. The command warns that gateway-side sandbox and retained-volume state may still exist, preserving an honest recovery boundary.nemohermesandnemo-deepagentsalongside the primary command.127.0.0.1as the primary WSL2 dashboard URL while retaining the WSL host address as an explicit fallback. The generated link now follows the path that works for most Windows users.Contributor Experience and Benchmarks
uvand global-bin setup guidance. A normalnpm installnow leaves the checkout ready for development.npm run check:diff, and retains full CI coverage gates. Local verification is faster while the authoritative repository-wide checks remain intact.Thank you
Thank you to external contributors @abhi-0906 for the agent-runnable value benchmark in #5649, @mdrxy for hardening the managed LangChain Deep Agents Code runtime in #6082, and @WilliamK112 for restoring packaged CLI alias shims in #6084.
Compare the full release range: v0.0.73...v0.0.74.
All reactions