NemoClaw v0.0.78 is out #6540
cjagwani
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.
Uh oh!
There was an error while loading. Please reload this page.
NemoClaw v0.0.78 expands what managed LangChain Deep Agents Code can do without turning broader capability into ambient authority. Thread-scoped auto-approval remains disabled by default and resets across process, thread, and agent transitions; repository reads through
fetch_urlstay inside NemoClaw's managed policy proxy; and the supported Nemotron Ultra profile preserves valid tool-call content while rejecting the observed execution placeholder before dispatch.Reliability work extends from inference health into lifecycle recovery.
status,doctor, andconnectnow treat the agent-visible inference route as authoritative, compatible endpoints carry their model context into Hermes, and local Ollama flows verify newly pulled models and warm them after daemon restarts. Rebuild and recreation also handle unreachable sandboxes, prepared MCP cleanup, incomplete custom images, image-owned plugin state, and legacy OpenClaw backups more deliberately while preserving user-owned state.Operators and maintainers get clearer evidence at every layer. Policy state can be exported as validated, round-trippable YAML; automation-facing stdout remains parseable; local credential capture follows a pinned, authenticated helper path; and live validation now covers session-scoped TUI correlation, legacy upgrades, and managed-exec egress denial. The complete source range contains 53 merged changes in the v0.0.77...v0.0.78 comparison.
Sandbox, Rebuild, and Policy Recovery
policy-getYAML with a diagnostic raw mode, making policy review and reapplication safer.rebuild --forceskip backup when a crashed container is unreachable, providing a clearly warned recovery path instead of a dead end.mcp remove --forcerecovery path, preventing rebuild from crossing ambiguous destructive state.Deep Agents Code Security and Runtime
[content]execution placeholders, preventing malformed requests from reaching shell dispatch.fetch_urlthrough the policy proxy with redirect and trust-store validation, enabling repository reads without bypassing egress policy.Inference and Local Model Reliability
max_model_leninto Hermescontext_length, preventing capable models from falling back to an unusably small context window.inference.localroute authoritative across status, doctor, and connect, integrating the original contributions from @harjothkhara in #6203 and @souvikDevloper in #6264 so health reflects what the sandbox can actually reach.Dashboard, Messaging, and CLI Automation
agents applyreliable across runtime output variations.Documentation and Extension Surface
CI and Release Confidence
Thank you
Thank you to our external contributors:
All reactions