NemoClaw 0.0.58 is out #4735
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 0.0.58 focuses on making the sandbox boundary more predictable across the machines people actually use: Windows with WSL, Docker Desktop, proxy-heavy networks, GPU-backed local inference, and long-running Hermes/OpenClaw sessions. This release tightens failure reporting and recovery paths so operators can see what went wrong before the agent or sandbox drifts into an ambiguous state.
The biggest user-facing improvements are in onboarding, inference, messaging, and Hermes runtime stability. Local Ollama and vLLM setups get better capability detection, WSL GPU proof reporting, and probe-only recovery behavior; Hermes sessions get safer history, command-dispatch, Slack, Telegram, and LiteLLM handling; OpenClaw gets opt-in OTEL diagnostics for more observable sandboxes.
We also continued the documentation and release-surface cleanup that makes NemoClaw easier to operate and maintain. The docs now cover more of the remote deploy, SSRF, session-state, command-execution, and agent-variant surfaces, while CI and E2E improvements keep the next round of changes easier to validate.
Sandbox, onboarding, and platform reliability
NO_PROXYinto loopback HTTP probes, preventing local health checks from being routed through external proxies on macOS and other proxy-configured hosts.binutilsis missing during install preflight, making a required host dependency visible before setup work proceeds.Inference and local model behavior
ollama-localinference.max_model_lenfor context-window handling, aligning NemoClaw’s inference metadata with the live vLLM runtime.Hermes, messaging, and runtime activation
send_messagepseudo-call leaks in Hermes flows, reducing malformed tool-call behavior in Telegram-backed sessions.channels start, matching the safer behavior already used bychannels stop..hermes_historyso shields-up does not lock the Hermes TUI on startup.platforms.slackin Hermes sandbox config when a Slack channel is attached, making Slack enrollment reflected in runtime configuration.model.api_keyso LiteLLM accepts theinference.localroute used inside Hermes sandboxes.Policy, sandbox security, and observability
CLI, status, and operator ergonomics
nemoclaw execfor one-off commands, steering operators toward the supported command path for ad hoc sandbox inspection.status --jsonstdout clean during gateway recovery, preserving machine-readable output for scripts and automation.Docs, CI, and release confidence
Thank you
Thank you to external contributors @Thabhelo, @glenn-agent, @omribz156, and @deepujain for helping improve Windows Ollama detection, command and session-state docs, SSRF guidance, and Docker Desktop/WSL plus proxy onboarding behavior in this release.
Beta Was this translation helpful? Give feedback.
All reactions