NemoClaw v0.0.80 is out #6669
prekshivyas
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.80 is a stability and boundary-hardening release. It tightens the edges where the sandbox meets the outside world: host corporate proxy CAs can now be imported into the sandbox trust bundle so external channel endpoints verify TLS behind a MITM proxy (#6292), sandbox base-image resolution prefers release-matched tags and fails closed on incompatible pulls (#6624), route probing rejects untrusted results (#6637), and Docker health checks no longer trust a stale gateway PID after the start supervisor exits (#5569). Object shapes are now validated at boundaries so malformed input fails predictably (#6640).
On the user-facing runtime, Hermes moves to the v0.18 line and gains Slack Block Kit rendering, including native table blocks, without new scopes or a reinstall (#6507), and Hermes connections apply a light-compatible terminal skin when the host reports a light background (#6578). OpenRouter traffic now flows through a host-local attribution adapter that injects the required headers and binds to the key by hash without storing it (#6584), while OpenRouter-backed Deep Agents Code sandboxes use the native
openrouterprovider (#6616). Onboarding and recovery preserve intent across more interrupted flows: recovery is scoped to the sandbox (#6634), pending route reservations survive a not-ready recreate (#6626), and compatible provider recovery is preserved through the rebuild handoff (#6665).Finally, this release invests in maintenance confidence. The documentation set gets a credential rotation guide (#6266), clearer engineering behavior guidance for contributors (#6521), and a round of readability, scoping, and structural cleanup across the inference, policy, and Deep Agents pages. Release confidence improves too: CI critical path shrinks through eight-shard CLI coverage (#6667), the E2E advisor and mock parity are automated (#6583), and post-merge risk-gate and shadow-E2E diagnostics are easier to read (#6644, #6648).
Hermes and Inference
HTTP-RefererandX-OpenRouter-Titleattribution headers, binds to the OpenShell-held key by SHA-256 hash without storing it, and listens on port11437by default so attribution is correct without leaking the key.openrouterprovider instead of OpenAI request shaping, so OpenRouter routes behave natively.OpenClaw, Sandbox, and Network Stability
api.telegram.orgverify TLS behind a corporate MITM proxy; NemoClaw appends the validated CA, never replaces the OpenShell root, and can be opted out withNEMOCLAW_CORPORATE_CA_IMPORT=0.:latest, validate explicit overrides exactly, and fail closed when a requested image cannot be pulled or fails compatibility checks, so installs run on a known-good base.connectwith no sandbox name connect to the registry default and fall back to the first non-pending registration, with clear guidance when only pending or no registrations remain.npxso a first-use install prompt no longer blocks the MCPinitializehandshake.Onboarding and Recovery
Skills, Docs, and Release Surface
CI and Release Confidence
Thank you
Thank you to the external contributors who shipped changes in this release:
Full comparison
v0.0.79...v0.0.80
All reactions