Skip to content

docs: add v0.0.90 release changelog#7269

Merged
jyaunches merged 1 commit into
mainfrom
codex/docs-v0.0.90
Jul 20, 2026
Merged

docs: add v0.0.90 release changelog#7269
jyaunches merged 1 commit into
mainfrom
codex/docs-v0.0.90

Conversation

@jyaunches

@jyaunches jyaunches commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Summary

Add the canonical ## v0.0.90 entry to docs/changelog/2026-07-20.mdx before the release tag is planned.
The update also corrects the documented custom-image migration window so the compatibility fallback that first ships in v0.0.90 remains available until v0.0.91.

Changes

  • Add the v0.0.90 summary and detailed release bullets for managed-image routing, provider-reset recovery, WhatsApp health reporting, and DGX Station guidance.
  • Keep the newest release first in the shared dated changelog and use root-absolute links to the canonical OpenClaw routes.
  • Correct docs/reference/commands.mdx to state that the legacy image route selector remains supported through v0.0.90 and is removed in v0.0.91.
  • Release source summary:
    • #7264 -> docs/resources/prompt-assets/dgx-station.md, docs/changelog/2026-07-20.mdx: Record the versioned Station installer path, Nemotron 3 Ultra 550B default, and explicit DeepSeek override.
    • #7261 -> docs/get-started/dgx-station-preparation.mdx, docs/manage-sandboxes/recover-rebuild-sandboxes.mdx, docs/changelog/2026-07-20.mdx: Include the OpenIB, legacy recovery, and Additional Setup documentation follow-ups.
    • #7232 -> docs/changelog/2026-07-20.mdx: Document provider-reset recovery for wrapped OpenShell attachment diagnostics.
    • #7189 -> docs/reference/commands.mdx, docs/changelog/2026-07-20.mdx: Document the managed-image route-selector rename and correct its one-release migration window.
    • #7015 -> docs/changelog/2026-07-20.mdx: Document corrected OpenClaw WhatsApp health reporting.
  • No additional user-facing page update is needed for #7193, #7110, #6783, or #7263 because they change contributor governance, internal CI or release automation, or editorial style without changing supported user behavior.
  • #7242 and #7225 are already ancestors of and documented in v0.0.89, so this entry does not duplicate them despite their stale v0.0.90 labels.

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: test/changelog-docs.test.ts validates the dated changelog heading, SPDX form, version order, and published links.
  • Tests not applicable — justification:
  • 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:

DGX Station Hardware Evidence

  • Tested on DGX Station
  • Tested commit: Not applicable; this PR does not change scripts/prepare-dgx-station-host.sh or runtime behavior.
  • Station profile/scenario: Not applicable.
  • Result: Not applicable.
  • Supporting evidence: Not applicable.

Verification

  • PR description includes a Signed-off-by: line 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 — npx vitest run test/changelog-docs.test.ts (6 passed).
  • 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; this is a focused 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) — passed with 0 errors and two unrelated baseline warnings for unauthenticated redirect checks and the existing light-mode contrast ratio.
  • Doc pages follow the style guide (doc changes only)
  • New doc pages include SPDX header and frontmatter (new pages only)

Signed-off-by: Julie Yaunches jyaunches@nvidia.com

Summary by CodeRabbit

  • Documentation
    • Added release notes for v0.0.90 covering inference routing, credential reset behavior, WhatsApp status detection, and DGX Station coding-agent guidance.
    • Updated custom Dockerfile guidance to document continued support for the legacy provider argument through v0.0.90.
    • Clarified that legacy declarations must be renamed to NEMOCLAW_INFERENCE_PROVIDER_ID before v0.0.91.
    • Added and refreshed related documentation links.

Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
@jyaunches jyaunches added area: docs Documentation, examples, guides, or docs build v0.0.90 labels Jul 20, 2026
@jyaunches jyaunches self-assigned this Jul 20, 2026
@coderabbitai

coderabbitai Bot commented Jul 20, 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: 1872ccbd-e0bc-4339-b6cd-bed8ff952953

📥 Commits

Reviewing files that changed from the base of the PR and between 65d78ee and 6021fc6.

📒 Files selected for processing (2)
  • docs/changelog/2026-07-20.mdx
  • docs/reference/commands.mdx

📝 Walkthrough

Walkthrough

Documentation adds the v0.0.90 changelog entry and updates custom Dockerfile guidance for the legacy inference-provider declaration compatibility window.

Changes

Release documentation

Layer / File(s) Summary
Release notes and compatibility guidance
docs/changelog/2026-07-20.mdx, docs/reference/commands.mdx
Adds v0.0.90 notes and extends legacy NEMOCLAW_PROVIDER_KEY support through v0.0.90, with renaming required before v0.0.91 removal.

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

Possibly related PRs

Suggested reviewers: miyoungc, ericksoa, 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 clearly describes the main change: adding the v0.0.90 release changelog documentation.
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.90

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

@github-actions

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

PR Review Advisor — Informational

Advisor assessment: Informational / high confidence
Next action: No advisor follow-up needed.
Findings: 0 blockers · 0 warnings · 0 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 (second opinion): Completed · high confidence · 0 blockers · 0 warnings · 0 suggestions
  • Model comparison: normalized findings match; normalized E2E selections differ; severity counts match.

Nemotron output stays in workflow artifacts and does not change the assessment above.

E2E guidance

Advisory only. E2E / PR Gate selects and runs jobs independently.

Recommended E2E: None

1 optional E2E recommendation
  • docs-validation

Workflow run details

This automated review informs maintainers. Warnings and suggestions do not require a response. A maintainer decides whether to merge.

@jyaunches
jyaunches merged commit d5fa194 into main Jul 20, 2026
70 of 71 checks passed
@jyaunches
jyaunches deleted the codex/docs-v0.0.90 branch July 20, 2026 22:23
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants