Skip to content

docs(release): add v0.0.82 release notes#6824

Merged
cv merged 2 commits into
mainfrom
codex/docs-v0.0.82-release-prep
Jul 14, 2026
Merged

docs(release): add v0.0.82 release notes#6824
cv merged 2 commits into
mainfrom
codex/docs-v0.0.82-release-prep

Conversation

@cjagwani

@cjagwani cjagwani commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Release-prep documentation for v0.0.82 now summarizes user-facing changes merged since v0.0.81.
It also closes stale wording in the stopped-sandbox backup, snapshot-clone, Ollama selection, and custom-policy authoring guidance.

Changes

  • Add the v0.0.82 section to docs/about/release-notes.mdx with links to the focused user guides.
  • Document that snapshot clones receive a destination-owned dashboard port before destructive replacement begins.
  • Align backup-all guidance with eligible stopped Docker-driver sandboxes that NemoClaw starts temporarily.
  • Describe the running and stopped Ollama menu states without claiming one fixed label.
  • Document runtime rejection of catch-all hosts in custom policy files.

Source summary

  • #6748 -> docs/about/release-notes.mdx, docs/manage-sandboxes/lifecycle.mdx, and docs/reference/commands.mdx: Summarize non-destructive sandbox stop and start commands.
  • #6723 -> docs/about/release-notes.mdx, docs/manage-sandboxes/backup-restore.mdx, and docs/reference/commands.mdx: Record temporary startup and cleanup for eligible stopped-sandbox backups.
  • #6749 -> docs/about/release-notes.mdx and docs/manage-sandboxes/backup-restore.mdx: Document destination-owned dashboard ports for snapshot clones.
  • #6764 -> docs/about/release-notes.mdx: Summarize installer handling of route-only onboarding placeholders.
  • #6771 -> docs/about/release-notes.mdx, docs/inference/set-up-vllm.mdx, docs/inference/choose-inference-provider.mdx, docs/reference/commands.mdx, and docs/reference/platform-support.mdx: Summarize managed-vLLM storage gates, immutable image digests, and the explicit override boundary.
  • #6759 -> docs/about/release-notes.mdx: Record early, actionable OpenShell gateway-port conflict diagnostics.
  • #6753 -> docs/about/release-notes.mdx and docs/inference/set-up-ollama.mdx: Document truthful running and stopped Ollama menu states.
  • #6776 -> docs/about/release-notes.mdx: Summarize proxy-independent loopback readiness checks.
  • #6769 -> docs/about/release-notes.mdx: Record compatible endpoint and agent guidance when Chat Completions is unavailable.
  • #6730 -> docs/about/release-notes.mdx: Summarize bounded reuse of an eligible successful Chat Completions check.
  • #6768 -> docs/about/release-notes.mdx: Record route-reservation repair during resumed onboarding.
  • #6742 -> docs/about/release-notes.mdx: Summarize pre-mutation resolution of secret-free sandbox create intent.
  • #6721 -> docs/about/release-notes.mdx and docs/get-started/quickstart-langchain-deepagents-code.mdx: Record bounded cleanup of completed managed Deep Agents headless sessions.
  • #6731 -> docs/about/release-notes.mdx and docs/network-policy/customize-network-policy.mdx: Document runtime rejection of catch-all custom-policy destinations.
  • #6729 -> docs/about/release-notes.mdx and docs/get-started/prerequisites.mdx: Record the Node.js 22.19 minimum.
  • #6735 -> docs/about/release-notes.mdx and docs/reference/platform-support.mdx: Summarize the Ubuntu 26.04 userspace contract without claiming pending host or live validation.
  • #6775 -> docs/about/release-notes.mdx and docs/resources/community-contributions.mdx: Route independent solutions outside canonical supported-product documentation.
  • #6740 -> docs/about/release-notes.mdx: Summarize the semantic dependency-upgrade contributor workflow.
  • #6777 -> docs/about/release-notes.mdx and docs/CONTRIBUTING.md: Summarize the route-safe documentation-refactor workflow.
  • #6741 -> docs/about/release-notes.mdx and docs/security/openclaw-2026.6.10-dependency-review.md: Summarize reviewed npm archive verification and audit enforcement.
  • #6739 -> docs/about/release-notes.mdx and docs/security/openclaw-2026.6.10-dependency-review.md: Record the locked offline dependency graph for the managed OpenClaw WeChat runtime.
  • #6737 -> docs/about/release-notes.mdx: Record removal of the messaging build plan from final OpenClaw and Hermes image environments.
  • #6733 -> docs/about/release-notes.mdx: Summarize cached plugin dependency layers for source and blueprint rebuilds.

Skipped from docs-skip

  • None. No commit or changed path in v0.0.81..origin/main matched openclaw-sandbox-permissive.yaml or config-show, and the drafted content contains none of the configured skip terms.

Type of Change

  • Code change (feature, bug fix, or refactor)
  • Code change with doc updates
  • Doc only (prose changes, no code sample modifications)
  • Doc only (includes code sample changes)

Quality Gates

  • Tests added or updated for changed behavior
  • Existing tests cover changed behavior — justification:
  • Tests not applicable — justification: This is a documentation-only release-prep update; behavior is protected by the merged source PRs, and the documentation build validates the changed routes and agent variants.
  • Docs updated for user-facing behavior changes
  • Docs not applicable — justification:
  • Sensitive paths changed (security, policy, credentials, preflight, onboarding, inference, runner, sandbox, or messaging)
  • Sensitive-path review completed or maintainer-approved waiver recorded — reviewer/approval link/justification:
  • Non-success, skipped, or missing CI check accepted by maintainer — check name, approval link, and follow-up issue:

Verification

  • PR description includes the DCO sign-off declaration and every commit appears as Verified in GitHub
  • Normal pre-commit, commit-msg, and pre-push hooks passed, or npm run check:diff passed when hooks were skipped or unavailable
  • Targeted behavior tests pass for the current change set, or tests are marked not applicable above — tests are not applicable for this documentation-only change.
  • Applicable broad gate passed — npm test for broad runtime/test-harness changes; npm run check for repo-wide validation/coverage changes — command/result: not run for this documentation-only change.
  • Quality Gates section completed with required justifications or waivers
  • No secrets, API keys, or credentials committed
  • npm run docs builds without warnings (doc changes only) — 0 errors; two pre-existing Fern warnings remain.
  • Doc pages follow the style guide (doc changes only)
  • New doc pages include SPDX header and frontmatter (new pages only) — no new pages.

Signed-off-by: Charan Jagwani cjagwani@nvidia.com

Summary by CodeRabbit

  • Documentation
    • Updated release notes with improvements to sandbox recovery, onboarding, session management, policy validation, storage checks, and system requirements.
    • Clarified Ollama setup instructions and status labels.
    • Documented safer snapshot restoration, including dedicated ports and protection against destructive failures.
    • Expanded backup-all coverage to include eligible stopped sandboxes.
    • Added guidance rejecting broad or catch-all network destinations in custom policies.

Signed-off-by: Charan Jagwani <cjagwani@nvidia.com>
@cjagwani cjagwani added area: docs Documentation, examples, guides, or docs build v0.0.82 Release target labels Jul 14, 2026
@cjagwani cjagwani self-assigned this Jul 14, 2026
@cjagwani cjagwani added area: docs Documentation, examples, guides, or docs build v0.0.82 Release target labels Jul 14, 2026
@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 861c68d3-4a33-4ddb-ac23-26f6bf492764

📥 Commits

Reviewing files that changed from the base of the PR and between 73c3791 and b4c5433.

📒 Files selected for processing (5)
  • docs/about/release-notes.mdx
  • docs/inference/set-up-ollama.mdx
  • docs/manage-sandboxes/backup-restore.mdx
  • docs/network-policy/customize-network-policy.mdx
  • docs/reference/commands.mdx

📝 Walkthrough

Walkthrough

Documentation updates cover v0.0.82 release highlights, sandbox backup and restore behavior, host-specific Ollama onboarding instructions, custom policy endpoint validation, and expanded backup-all command guidance.

Changes

Documentation updates

Layer / File(s) Summary
Sandbox backup and restore guidance
docs/manage-sandboxes/backup-restore.mdx, docs/reference/commands.mdx
Documents dedicated dashboard port allocation, safe forced restores, temporarily started sandboxes, eligible stopped containers, and backup storage locations.
Setup and policy authoring guidance
docs/inference/set-up-ollama.mdx, docs/network-policy/customize-network-policy.mdx
Explains host-specific Ollama menu entries and rejects unspecified or catch-all custom policy destinations.
v0.0.82 release notes
docs/about/release-notes.mdx
Adds release highlights covering sandbox lifecycle, backups, onboarding, policy validation, host requirements, contributor guidance, and dependency updates.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

  • NVIDIA/NemoClaw#4164: Updates the related backup-all documentation for eligible sandboxes and snapshot storage.

Suggested labels: chore

Suggested reviewers: miyoungc, laitingsheng, cv

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: adding v0.0.82 release notes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/docs-v0.0.82-release-prep

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

PR Review Advisor — Informational

Advisor assessment: Informational / high confidence
Primary next action: No advisor follow-up required beyond maintainer review.
Findings: 0 blockers · 0 warnings · 0 optional suggestions
Status: No actionable findings remain in the canonical review ledger.

Model lanes

  • GPT-5.6 Terra (primary): Completed · high confidence · 0 blockers · 0 warnings · 0 suggestions
  • Nemotron 3 Ultra (non-blocking second opinion): Completed · high confidence · 0 blockers · 0 warnings · 0 suggestions
  • Model comparison: normalized findings match; normalized E2E selections differ; severity counts match.

Nemotron is a non-blocking second opinion. Its prose, findings, and E2E guidance do not change the primary assessment above and remain in workflow artifacts only.

E2E guidance

Advisory only: coverage and selector recommendations are non-authoritative. E2E / PR Gate independently computes and dispatches trusted jobs without consuming this output.

Recommended coverage: docs-validation
Recommended selectors: docs-validation

  • docs-validation — Selected from the trusted checked-in E2E coverage inventory.

  • docs-validation — Selected as a trusted checked-in E2E job.

3 optional coverage items · 3 optional selectors · 0 new-test recommendations
  • Optional coverage network-policy — Selected from the trusted checked-in E2E coverage inventory.
  • Optional coverage ollama-auth-proxy — Selected from the trusted checked-in E2E coverage inventory.
  • Optional coverage snapshot-commands — Selected from the trusted checked-in E2E coverage inventory.
  • Optional selector network-policy — Selected as a trusted checked-in E2E job.
  • Optional selector ollama-auth-proxy — Selected as a trusted checked-in E2E job.
  • Optional selector snapshot-commands — Selected as a trusted checked-in E2E job.

Workflow run details

This is an automated, non-authoritative review. Findings are inputs to maintainer adjudication. Warnings and optional suggestions do not require a response or follow-up. A human maintainer makes the final merge decision.

@cv cv merged commit 4f64b0a into main Jul 14, 2026
48 of 49 checks passed
@cv cv deleted the codex/docs-v0.0.82-release-prep branch July 14, 2026 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Documentation, examples, guides, or docs build v0.0.82 Release target

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants