From f0cacfdf30b2a3bdcdc6bb2785d192d47d65e3f7 Mon Sep 17 00:00:00 2001 From: Prekshi Vyas Date: Mon, 6 Jul 2026 18:43:00 -0700 Subject: [PATCH 1/2] docs(release): add v0.0.75 release notes Summarize the user-facing fixes shipped since v0.0.74: sandbox upgrade and prepared-backup recovery, custom Anthropic-compatible inference routing, local docker-driver gateway credentials, Hermes runtime/MCP reconciliation, and OpenClaw local CLI pairing. Test-performance, CI, and chore commits are excluded as non-user-facing. Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: Prekshi Vyas --- docs/about/release-notes.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/about/release-notes.mdx b/docs/about/release-notes.mdx index d45d6e9cab..b0a9e709af 100644 --- a/docs/about/release-notes.mdx +++ b/docs/about/release-notes.mdx @@ -16,6 +16,20 @@ NVIDIA NemoClaw is available in early preview starting March 16, 2026. Use this page to track the highlights of the latest release. For more detailed release notes, refer to the [NemoClaw GitHub announcements](https://github.com/NVIDIA/NemoClaw/discussions/categories/announcements?discussions_q=is%3Aopen+category%3AAnnouncements). +## v0.0.75 + +NemoClaw v0.0.75 hardens sandbox upgrade and prepared-backup recovery, custom endpoint inference routing, and local gateway credential handling, alongside a large test-performance effort that shortens the suite without changing runtime behavior. + +- Upgrading an existing install now recovers a previously onboarded sandbox instead of failing when the recreated gateway has not yet reconfigured its inference route. + Prepared-backup recovery restores gateway state before the rebuild and defers the live route check to onboarding, in-place upgrades recover gateway-orphaned sandboxes, and a same-name `--fresh` re-onboard preserves the newly selected LangChain Deep Agents Code routing. + For more information, refer to [NemoClaw CLI Commands Reference](../reference/commands) and [Troubleshooting](../reference/troubleshooting). +- Custom Anthropic-compatible inference now uses the OpenAI frontend, and OpenAI-only agents keep the `/v1` base URL when pointed at an Anthropic-compatible endpoint, so switching a managed sandbox to a compatible endpoint routes and reports the provider and model correctly. + For more information, refer to [NemoClaw Inference Options](../inference/inference-options) and [NemoClaw CLI Commands Reference](../reference/commands). +- Local docker-driver gateway credentials no longer expire, which keeps a long-running local sandbox reachable without a manual gateway restart, and Hermes runtime and managed MCP state reconcile after a runtime change while Hermes installs accept a pinned base platform digest. + For more information, refer to [Use a Local Inference Server](../inference/use-local-inference) and [Set Up MCP Servers](../manage-sandboxes/set-up-mcp-servers). +- OpenClaw local CLI pairing restores its previous connection path so a local sandbox reconnects without re-pairing. + For more information, refer to [NemoClaw CLI Commands Reference](../reference/commands). + ## v0.0.74 NemoClaw v0.0.74 upgrades the OpenShell policy boundary, adds managed MCP and progressive tool disclosure, strengthens the experimental LangChain Deep Agents Code integration, and improves onboarding, local inference, messaging, recovery, and contributor workflows. From 319c3ca1044ea7f1b59b573b6a4d590b47bfa5b5 Mon Sep 17 00:00:00 2001 From: Prekshi Vyas Date: Mon, 6 Jul 2026 18:49:53 -0700 Subject: [PATCH 2/2] docs(release): drop test-performance mention from v0.0.75 intro Resolves PRA-1: the intro described an internal test-performance effort while the change intentionally excludes non-user-facing test/CI/chore commits. Keep the intro scoped to user-facing highlights only. Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: Prekshi Vyas --- docs/about/release-notes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/release-notes.mdx b/docs/about/release-notes.mdx index b0a9e709af..0df15bdad2 100644 --- a/docs/about/release-notes.mdx +++ b/docs/about/release-notes.mdx @@ -18,7 +18,7 @@ For more detailed release notes, refer to the [NemoClaw GitHub announcements](ht ## v0.0.75 -NemoClaw v0.0.75 hardens sandbox upgrade and prepared-backup recovery, custom endpoint inference routing, and local gateway credential handling, alongside a large test-performance effort that shortens the suite without changing runtime behavior. +NemoClaw v0.0.75 hardens sandbox upgrade and prepared-backup recovery, custom endpoint inference routing, and local gateway credential handling. - Upgrading an existing install now recovers a previously onboarded sandbox instead of failing when the recreated gateway has not yet reconfigured its inference route. Prepared-backup recovery restores gateway state before the rebuild and defers the live route check to onboarding, in-place upgrades recover gateway-orphaned sandboxes, and a same-name `--fresh` re-onboard preserves the newly selected LangChain Deep Agents Code routing.