Skip to content

docs: align Quickstart platform guidance#7333

Merged
miyoungc merged 10 commits into
mainfrom
codex/refactor-openclaw-quickstart
Jul 22, 2026
Merged

docs: align Quickstart platform guidance#7333
miyoungc merged 10 commits into
mainfrom
codex/refactor-openclaw-quickstart

Conversation

@miyoungc

@miyoungc miyoungc commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

The OpenClaw, Hermes, and Deep Agents Quickstarts now keep separate source pages with consistent first-run platform ownership.
Each Quickstart retains immediate Docker, Windows, DGX Station, Express, and model choices while linking durable details to their canonical owners.
The refactor preserves published Quickstart routes, navigation, supported workflows, and Commands and Troubleshooting content.

Changes

  • Condense duplicated Docker and platform prose in all three Quickstarts into concise first-run summaries and canonical links.
  • Keep Docker installation behavior in Prerequisites, Windows preparation in its focused setup page, Station qualification and preparation in the Station page, managed model and headless workflows in Set Up vLLM, and validation status in Platform Support.
  • Preserve Hermes-specific remote dashboard and API setup, including CHAT_UI_URL, port forwarding, and API bearer-token retrieval.
  • Make each Quickstart installer command set the sandbox name used by its subsequent status, dashboard, and connect commands.
  • Preserve the complete headless Station workflow and render the correct OpenClaw, Hermes, and Deep Agents selection.
  • Keep existing routes, navigation entries, and redirects unchanged while generating agent-variant content from the canonical source pages.
  • Incorporate merged PR docs: clarify policy preview and Station package state #7331, including its PackageKit boundary, without duplicating its integration-policy change.
  • Incorporate merged PR docs(platform): mark DGX Station tested with limitations #7327 while keeping Platform Support as the canonical Station validation-status owner.
  • Incorporate merged PR fix(installer): hand off existing Station vLLM #7285 while keeping its existing-vLLM ownership handoff in the canonical Station preparation page.

Product Scope

Verdict: In scope.
The diff reorganizes existing Quickstart, Station, and vLLM documentation and updates its ownership test.
It does not add an integration, solution recipe, custom image, third-party stack, or supported product surface.

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:
  • 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; scripts/prepare-dgx-station-host.sh is unchanged in the PR diff.
  • Station profile/scenario: Documentation ownership refactor only.
  • 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 — canonical-base diff-aware hook stages passed against upstream/main.
  • Targeted behavior tests pass for the current change set, or tests are marked not applicable above — npx vitest run test/station-doc-ownership.test.ts test/check-docs-published-routes.test.ts test/check-docs-links.test.ts (3 files, 44 tests passed).
  • Applicable broad gate passed — Not applicable; this is a focused documentation ownership refactor with targeted tests and the full docs build.
  • 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 2 Fern warnings.
  • Doc pages follow the style guide (doc changes only)
  • New doc pages include SPDX header and frontmatter (new pages only) — Not applicable; no pages were added.

Additional validation:

  • npm run docs:sync-agent-variants
  • npm run docs
  • npm run source-shape:check
  • git diff --check upstream/main...HEAD
  • Generated OpenClaw, Hermes, and Deep Agents Set Up vLLM variants contain the expected agent selection and no residual <AgentOnly> directives.
  • Repository-required documentation writer agent review found no content loss, inaccurate claim, route or anchor drift, or agent-variant regression. This was not a human review.
  • Automated nine-category security review found no security issue in the documentation and ownership-test diff. This was not a sensitive-path or human security review.

Adjacent pre-existing debt, intentionally outside this refactor:

  • The standalone Station override command and the generic installer command printed by Windows preparation omit NEMOCLAW_AGENT, so users following those commands directly must return to the agent-specific Quickstart to preserve Hermes or Deep Agents selection.

Signed-off-by: Miyoung Choi miyoungc@nvidia.com
Signed-off-by: Senthil Ravichandran senthilr@nvidia.com

Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
@miyoungc miyoungc added area: docs Documentation, examples, guides, or docs build platform: dgx-station Affects DGX Station hardware or workflows labels Jul 21, 2026
@copy-pr-bot

copy-pr-bot Bot commented Jul 21, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@miyoungc miyoungc self-assigned this Jul 21, 2026
@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

DGX Station preparation, prerequisites, quickstart, Hermes, and vLLM documentation now reflect updated installer behavior, platform guidance, onboarding details, remote authentication, and headless installation flags. Documentation ownership tests validate revised content, links, and rendered agent variants.

Changes

Station onboarding documentation

Layer / File(s) Summary
Station and platform guidance
docs/get-started/dgx-station-preparation.mdx, docs/get-started/prerequisites.mdx, docs/inference/set-up-vllm.mdx
Updates prompt-failure handling, Docker setup guidance, DGX Station preparation references, and managed-vLLM support links.
Quickstart onboarding flows
docs/get-started/quickstart.mdx, docs/get-started/quickstart-langchain-deepagents-code.mdx
Adds explicit sandbox names, Express and piped-install guidance, platform references, and onboarding behavior details.
Hermes remote access and platform guidance
docs/get-started/quickstart-hermes.mdx
Updates sandbox naming, release-tag behavior, dashboard forwarding, gateway authentication, and platform setup guidance.
Headless vLLM installation and validation
docs/inference/set-up-vllm.mdx, test/station-doc-ownership.test.ts
Documents headless managed-vLLM installation variables and validates revised content and agent-specific rendered commands.

Estimated code review effort: 3 (Moderate) | ~25 minutes

Possibly related PRs

  • NVIDIA/NemoClaw#6883: Updates related DGX Station Express onboarding text and NEMOCLAW_* environment-variable behavior.
  • NVIDIA/NemoClaw#7132: Implements related --force-station-install behavior and documentation updates.
  • NVIDIA/NemoClaw#7327: Modifies overlapping DGX Station status documentation and ownership-test assertions.

Suggested labels: area: onboarding, feature

Suggested reviewers: cv, prekshivyas

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: aligning Quickstart platform guidance across the docs.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/refactor-openclaw-quickstart

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

@miyoungc

Copy link
Copy Markdown
Collaborator Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@github-actions

Copy link
Copy Markdown
Contributor

@github-code-quality

github-code-quality Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Code Coverage Overview

Languages: TypeScript

TypeScript / code-coverage/plugin

The overall coverage in commit 6fe45cd in the codex/refactor-openc... branch remains at 96%, unchanged from commit 7e8945a in the main branch.

TypeScript / code-coverage/cli

The overall coverage in commit 6fe45cd in the codex/refactor-openc... branch remains at 80%, unchanged from commit 7e8945a in the main branch.

Show a code coverage summary of the most impacted files.
File main 7e8945a codex/refactor-openc... 6fe45cd +/-
src/lib/platform.ts 89% 84% -5%
src/lib/messagi...nnels/policy.ts 100% 100% 0%
src/lib/sandbox...rce-identity.ts 87% 87% 0%
src/lib/securit...ntial-filter.ts 93% 93% 0%
src/lib/state/m...ock-identity.ts 95% 95% 0%
src/lib/state/m...lock-storage.ts 97% 97% 0%
src/lib/state/g...way-registry.ts 94% 95% +1%
src/lib/adapter...shell/client.ts 88% 90% +2%
src/lib/state/m...-acquisition.ts 84% 89% +5%
src/lib/domain/.../connect-env.ts 89% 97% +8%

Updated July 22, 2026 22:18 UTC

@github-actions

github-actions Bot commented Jul 21, 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.

Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
@miyoungc

Copy link
Copy Markdown
Collaborator Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
docs/get-started/prerequisites.mdx (1)

38-40: 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Document the noninteractive Docker-group fallback.

The installer may reactivate the docker group via sg docker and continue onboarding; it exits with newgrp docker guidance only when that fallback is unavailable or unsuccessful. Please qualify this sentence so the documented behavior matches scripts/install.sh.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/get-started/prerequisites.mdx` around lines 38 - 40, Update the Docker
group-change sentence in the prerequisites documentation to state that the
installer may use the noninteractive sg docker fallback to continue onboarding,
and only exits with newgrp docker guidance when that fallback is unavailable or
unsuccessful. Keep the surrounding Docker installation and service-start
behavior unchanged.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@docs/get-started/prerequisites.mdx`:
- Around line 38-40: Update the Docker group-change sentence in the
prerequisites documentation to state that the installer may use the
noninteractive sg docker fallback to continue onboarding, and only exits with
newgrp docker guidance when that fallback is unavailable or unsuccessful. Keep
the surrounding Docker installation and service-start behavior unchanged.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 5c9ee300-0c78-4632-94bf-41e40f247251

📥 Commits

Reviewing files that changed from the base of the PR and between 3810f0f and 03def68.

📒 Files selected for processing (4)
  • docs/get-started/dgx-station-preparation.mdx
  • docs/get-started/prerequisites.mdx
  • docs/get-started/quickstart.mdx
  • test/station-doc-ownership.test.ts
🚧 Files skipped from review as they are similar to previous changes (3)
  • docs/get-started/dgx-station-preparation.mdx
  • docs/get-started/quickstart.mdx
  • test/station-doc-ownership.test.ts

@miyoungc
miyoungc marked this pull request as ready for review July 21, 2026 21:23
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
@miyoungc
miyoungc marked this pull request as draft July 21, 2026 22:43
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
@miyoungc miyoungc changed the title docs: consolidate Quickstart platform guidance docs: align Quickstart platform guidance Jul 21, 2026
@miyoungc

Copy link
Copy Markdown
Collaborator Author

PR Review Advisor PRA-1 disposition: no change required after source verification.

The public gateway-token route uses src/commands/sandbox/gateway/token.ts, whose runtime bridge resolves non-OpenClaw agents with web_auth_method: bearer_token and retrieves Hermes' API_SERVER_KEY through fetchAgentWebAuthTokenFromSandbox.
It passes agentExposesToken into runGatewayTokenCommand, so the OpenClaw-only fallback asserted by the lower-level helper tests is not the public Hermes path.
The canonical Hermes Commands variant already documents the same nemohermes <name> gateway-token --quiet workflow.

Focused verification on a29e2d3dc8dad93fb6f9cff0924c0fe57bc30bcd:

  • npx vitest run src/commands/simple-global-oclif-adapters.test.ts -t "maps gateway-token flags to the gateway token action" — 1 passed.
  • npx vitest run src/lib/onboard/dashboard-web-auth-token.test.ts — 5 passed.

The Nemotron second-opinion lane completed with no findings.

@miyoungc

Copy link
Copy Markdown
Collaborator Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/get-started/quickstart-hermes.mdx`:
- Around line 114-121: Add an explicit NEMOCLAW_SANDBOX_NAME export to the
remote-install shell snippet, using the my-hermes sandbox name established by
the main quickstart flow, so later name-based commands target the same sandbox.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 65601566-68d6-4965-ba2a-727d17a45f30

📥 Commits

Reviewing files that changed from the base of the PR and between 856fe34 and a29e2d3.

📒 Files selected for processing (3)
  • docs/get-started/quickstart-hermes.mdx
  • docs/get-started/quickstart-langchain-deepagents-code.mdx
  • docs/get-started/quickstart.mdx

Comment thread docs/get-started/quickstart-hermes.mdx
miyoungc added 2 commits July 21, 2026 16:13
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
@miyoungc miyoungc added v0.0.92 and removed v0.0.93 labels Jul 22, 2026
@miyoungc

Copy link
Copy Markdown
Collaborator Author

@senthilr-nv I moved it to 92, thinking that docs-only changes shouldn't affect any of the dev work. Hope it can be merged as 92.

@senthilr-nv

Copy link
Copy Markdown
Collaborator

@miyoungc it will be merged today as part of .93. (.92 release already in progress now)

senthilr-nv and others added 3 commits July 22, 2026 14:50
# Conflicts:
#	docs/get-started/quickstart.mdx
Signed-off-by: Senthil Ravichandran <senthilr@nvidia.com>

@cv cv left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the current head after the main-branch refresh. The documentation ownership refactor is conflict-free, the Docker-group fallback wording now matches the installer behavior, prior CodeRabbit findings are resolved, and no new supported product surface is introduced. GitHub-hosted checks remain authoritative for final merge readiness.

@miyoungc
miyoungc merged commit 02cf73d into main Jul 22, 2026
69 of 72 checks passed
@miyoungc
miyoungc deleted the codex/refactor-openclaw-quickstart branch July 22, 2026 22:22
@cv cv mentioned this pull request Jul 23, 2026
23 tasks
cv added a commit that referenced this pull request Jul 23, 2026
<!-- markdownlint-disable MD041 -->
## Summary

Adds the canonical dated `## v0.0.93` release entry to
`docs/changelog/2026-07-23.mdx`.
The entry records user-visible behavior, release validation, and
documentation controls merged after `v0.0.92`, while preserving the
pending DGX OS `7.6.x` Station Express qualification caveat.

## Changes

- Adds the parser-safe dated release entry with a summary, grouped
details, and published-route links.
- Reconciles the `v0.0.92..origin/main` commit range with merged
`v0.0.93` PRs.
- Records that no-OTA DGX OS `7.6.x` passed bounded host preflight,
while full Station Express end-to-end qualification remains pending.
- Leaves existing product pages unchanged because the source PRs already
document their supported behavior.

### Source summary

- #7285 -> `docs/changelog/2026-07-23.mdx`: Records the existing-vLLM
ownership choice and resumable Station handoff.
- #7419 -> `docs/changelog/2026-07-23.mdx`: Records bounded no-OTA DGX
OS `7.6.x` recognition and its pending end-to-end qualification.
- #7268 -> `docs/changelog/2026-07-23.mdx`: Records optional Hugging
Face authentication, output sanitization, and resumable HTTP `429`
recovery.
- #7442 -> `docs/changelog/2026-07-23.mdx`: Records clean SIGINT
handling at hidden credential prompts.
- #7299 -> `docs/changelog/2026-07-23.mdx`: Records Intel macOS
rejection before ref resolution or network work.
- #7296 -> `docs/changelog/2026-07-23.mdx`: Records the DGX Spark
non-interactive local-vLLM selection order.
- #7342 -> `docs/changelog/2026-07-23.mdx`: Records delegated protected
E2E approvals in the grouped release-validation bullet.
- #7373 -> `docs/changelog/2026-07-23.mdx`: Records base-image
publication gating before final-main fanout.
- #7388 -> `docs/changelog/2026-07-23.mdx`: Records semantic phase
runtime summaries.
- #7397 -> `docs/changelog/2026-07-23.mdx`: Records progress coverage
hardening.
- #7391 -> `docs/changelog/2026-07-23.mdx`: Records centralized
larger-runner routing.
- #7423 -> `docs/changelog/2026-07-23.mdx`: Records one retry for
confirmed hosted-runner loss.
- #7399 -> `docs/changelog/2026-07-23.mdx`: Records runner-comparison
telemetry.
- #7270 -> `docs/changelog/2026-07-23.mdx`: Records staging Brev
Launchable validation.
- #7426 -> `docs/changelog/2026-07-23.mdx`: Records filtering of
irrelevant base-image run history.
- #7333 -> `docs/changelog/2026-07-23.mdx`: Records aligned Quickstart
platform guidance.
- #7343 -> `docs/changelog/2026-07-23.mdx`: Records documentation-writer
receipt collection.
- #7400 -> `docs/changelog/2026-07-23.mdx`: Records the
documentation-writer receipt requirement for docs-only PRs.
- #7413 -> `docs/changelog/2026-07-23.mdx`: Records removal of redundant
receipt PR metadata.
- #7405 -> `docs/changelog/2026-07-23.mdx`: Records corrected inference
CLI references.
- #7389 -> `docs/changelog/2026-07-23.mdx`: Records completion of the
v0.0.91 documentation audit.

`#7384` is an internal refactor with no intended runtime behavior
change.
`#7401` updates internal CodeQL Actions dependencies.
`#7376` is already contained in `v0.0.92`, so it is outside the
release-entry scan range despite its retained planning label.

## Type of Change

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

## Quality Gates

- [ ] Tests added or updated for changed behavior
- [x] Existing tests cover changed behavior — justification:
`test/changelog-docs.test.ts` validates dated changelog structure, SPDX
syntax, and version headings.
- [ ] Tests not applicable — justification:
- [x] 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:

## Documentation Writer Review

- [x] Documentation writer subagent reviewed the completed changes
- Result: `docs-updated`
- Evidence: Reviewed `docs/changelog/2026-07-23.mdx` against
`WRITING.md`, `docs/CONTRIBUTING.md`, `docs/.docs-skip`,
`docs/index.yml`, the six user-visible source PRs, and the remaining
grouped release commits. The review corrected an ambiguous qualification
claim, confirmed all published routes, preserved the DGX OS `7.6.x`
caveat, and found no remaining action.
- Agent: Codex Desktop
<!-- docs-review-head-sha: ec0a866 -->
<!-- docs-review-agents-blob-sha: 9c9b36d -->

## DGX Station Hardware Evidence

- [ ] Tested on DGX Station
- Tested commit: Not applicable. This PR does not change
`scripts/prepare-dgx-station-host.sh`.
- Station profile/scenario: Not applicable.
- Result: Not applicable.
- Supporting evidence: Not applicable.

## Verification

- [x] PR description includes a `Signed-off-by:` line and every commit
appears as `Verified` in GitHub
- [x] Normal `pre-commit`, `commit-msg`, and `pre-push` hooks passed, or
`npm run check:diff` passed when hooks were skipped or unavailable
- [x] Targeted behavior tests pass for the current change set, or tests
are marked not applicable above — `npx vitest run
test/changelog-docs.test.ts`: 1 file and 6 tests passed.
- [ ] Applicable broad gate passed — Not applicable to one native
changelog file.
- [x] Quality Gates section completed with required justifications or
waivers
- [x] No secrets, API keys, or credentials committed
- [ ] `npm run docs` builds without warnings (doc changes only) —
completed with 0 errors and 2 existing Fern warnings.
- [x] Doc pages follow the [style
guide](https://github.com/NVIDIA/NemoClaw/blob/main/docs/CONTRIBUTING.md)
(doc changes only)
- [ ] New doc pages include SPDX header and frontmatter (new pages only)
— not applicable because native changelog entries use a parser-safe MDX
SPDX comment without frontmatter.

---
Signed-off-by: Carlos Villela <cvillela@nvidia.com>


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Documentation**
* Added the v0.0.93 changelog covering onboarding and validation
improvements.
* Documented support for additional DGX Station Express workstation
releases and clearer handling of existing vLLM workloads.
* Added guidance for optional Hugging Face authentication, resumable
rate-limit recovery, and DGX Spark provider selection.
* Clarified installer behavior on Intel macOS, release validation
requirements, hosted-runner retries, documentation checks, and supported
CLI quickstart paths.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
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 platform: dgx-station Affects DGX Station hardware or workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants