NemoClaw v0.0.79 is out! #6595
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.79 focuses on reliability at the edges where agents meet real machines: provider selection, local inference startup, gateway routing, sandbox cleanup, and protected runtime state. The release adds first-class OpenRouter onboarding, safer managed vLLM startup, clearer route-drift reporting, and more predictable recovery when onboarding or uninstall flows encounter partially preserved state.
This release also tightens the sandbox boundary. Deep Agents Code now runs with enforced process and file-descriptor limits, credential-shaped OTLP URLs avoid false-positive blocking without weakening secret checks, proxy environment setup stays POSIX-compatible, and TOML config handling fails closed when input is ambiguous. Network policy docs and tests now make GitHub, Gmail, and custom MCP egress expectations more explicit.
The release train itself is more auditable. PR risk planning, post-merge E2E shadow evidence, advisor ledger handling, generated docs variants, and release-note preparation all received targeted hardening so maintainers have better evidence before deciding whether a tag is ready.
Inference, Providers, and Local Models
qwen3_codertool parser. This aligns the Spark recipe with the model's tool-calling expectations so local inference can handle agent tool calls correctly.CLI, Gateway, and Install Diagnostics
$$nemoclaw completionfor Bash, Zsh, and Fish. This improves day-to-day operator ergonomics by exposing shell completions for installed commands, flags, and local sandbox names.--debugandNEMOCLAW_LOG_LEVEL. This gives users and support engineers a consistent way to collect more detailed diagnostics without changing command behavior.openshell gateway removeconsistently during gateway cleanup. This makes teardown guidance match the supported OpenShell command across platforms.my-assistantas the DGX Spark express-install sandbox name. This keeps the express path aligned with the documented first-run experience.Sandbox Runtime, Configuration, and Recovery
tomllibforconfig get. This makes config reads match the runtime parser instead of trusting ad hoc host-side interpretation.Onboarding, Policy, and Messaging
operator.admin. This keeps channel activation within the intended runtime privilege boundary.Docs, Advisor, and Release Confidence
Compare
Full diff: v0.0.78...v0.0.79
Thank you
Thank you to external contributors @HOYALIM, @Hokonoken, @Kunal-Somani, @atulya-singh, @deepujain, @fallintoplace, @glenn-agent, @harjothkhara, @kagura-agent, @sauravdev, and @tree586 for contributions included in this release.
All reactions