Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/about/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,26 @@ 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.83

NemoClaw v0.0.83 makes shared inference route changes explicit and safe, restores DGX Station GB300 express setup, warns on risky local vLLM configurations, and fixes several onboarding and platform edge cases.

- Shared inference route changes are now explicit and fail-safe.
When multiple sandboxes share a gateway, onboarding warns immediately before re-pointing the live route and fails closed before replacing a provider-global identity used by another sandbox.
Status output shows each sandbox's recorded route, the live route, and whether `connect` can safely restore a drifted route.
For more information, refer to [View Active Inference Route](../inference/manage-inference/view-active-inference-route), [Switch Models](../inference/manage-inference/switch-models), and [Troubleshooting](../reference/troubleshooting).
- DGX Station GB300 systems enter the express-install path, and managed vLLM storage preflight blocks only for a verified shortage rather than inconclusive capacity.
For more information, refer to [Set Up vLLM](../inference/local-inference/set-up-vllm) and [NemoClaw CLI Commands Reference](../reference/commands).
- Onboarding warns when a bring-your-own vLLM server on DGX Spark appears to serve a large unquantized model that may exhaust GPU memory under agent tool-call load.
The warning is suppressed for the managed Spark vLLM recipe.
For more information, refer to [Set Up vLLM](../inference/local-inference/set-up-vllm) and [Troubleshooting](../reference/troubleshooting).
- Re-onboarding with the reuse path preserves tier-default policy presets such as `brave` and `tavily` when the policy tier and web-search choice are unchanged.
- Unreachable custom endpoints during onboarding now route through the transport-recovery path with DNS/VPN guidance and a retry/back/exit prompt instead of silently looping back to provider selection.
- Rebuild preflight uses the model-aware token field for GPT-5 and o-series models, preventing spurious HTTP 400 failures before rebuild processing begins.
- Corporate CA trust anchors are available throughout the sandbox image build, so `npm audit signatures` succeeds behind TLS-intercepting corporate proxies without manual workarounds.
- SSH `ControlMaster`-delegated forwards are recognized by the untracked-forward fallback, preventing a healthy sandbox from being deleted after a forward-detection timeout.
- Hermes light terminal skin writes correctly on macOS via stdin streaming.

## v0.0.82

NemoClaw v0.0.82 adds non-destructive sandbox stop and start commands, protects managed vLLM downloads with storage checks, strengthens custom policy and dependency validation, and improves onboarding, backup, snapshot, and contributor guidance.
Expand Down
Loading