Skip to content

docs: add model capability audit matrix - #5528

Merged
miyoungc merged 3 commits into
NVIDIA:mainfrom
HOYALIM:codex/issue-3123-model-audit-matrix
Jun 30, 2026
Merged

docs: add model capability audit matrix#5528
miyoungc merged 3 commits into
NVIDIA:mainfrom
HOYALIM:codex/issue-3123-model-audit-matrix

Conversation

@HOYALIM

@HOYALIM HOYALIM commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds a maintained model capability audit matrix page with result states, required evidence fields, scenario coverage, seed rows, and a completed-row template.
  • Links the page from both OpenClaw and Hermes inference navigation.
  • Adds a focused docs regression test so the matrix schema and nav links stay present.

Validation

  • NODE_PATH=/Users/holim/code/NemoClaw/node_modules /Users/holim/code/NemoClaw/node_modules/.bin/vitest run test/model-capability-audit-doc.test.ts
  • test/e2e/e2e-cloud-experimental/check-docs.sh --only-links --local-only docs/inference/model-capability-audit.mdx
  • NODE_PATH=/Users/holim/code/NemoClaw/node_modules /Users/holim/code/NemoClaw/node_modules/.bin/tsx scripts/sync-agent-variant-docs.ts --check

DCO Verification

Signed-off-by: Ho Lim subhoya@gmail.com

Commits were rebased with sign-off trailers using git rebase --signoff origin/main.

Fixes #3123

Summary by CodeRabbit

Release Notes

  • Documentation

    • Added a new Model Capability Audit page under Inference, including a maintained audit matrix template for both OpenClaw and Hermes variants.
    • Defined allowed audit states, required evidence fields, baseline scenario coverage, and added links for related artifacts and next steps.
  • Tests

    • Added a documentation validation test to verify required audit state tokens, evidence-schema labels, the expected audit table headers, and both variant navigation links.

@copy-pr-bot

copy-pr-bot Bot commented Jun 17, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@coderabbitai

coderabbitai Bot commented Jun 17, 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

Adds a new Model Capability Audit reference page, wires it into the Inference navigation for both documentation variants, and adds tests that verify the page’s required content and links.

Changes

Model Capability Audit documentation

Layer / File(s) Summary
Audit Matrix MDX content
docs/inference/model-capability-audit.mdx
Adds the page frontmatter, usage rules, allowed audit states, required evidence fields, scenario coverage, seeded matrix rows, completed-row template, related artifacts, and next steps links.
Navigation wiring and validation
docs/index.yml, test/model-capability-audit-doc.test.ts
Adds model-capability-audit entries under Inference for both OpenClaw and Hermes, and adds Vitest checks for the audit states, evidence labels, table header, nav links, and next steps links.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • NVIDIA/NemoClaw#2823: Shares the same tool-calling reliability documentation referenced by the new audit page’s related links.

Suggested labels

feature

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the new model capability audit matrix docs.
Linked Issues check ✅ Passed The PR adds the audit matrix doc, required schema and scenarios, OpenClaw/Hermes navigation, and regression tests aligned with #3123.
Out of Scope Changes check ✅ Passed The changes stay focused on the audit matrix docs, nav links, and regression test with no unrelated code paths.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@HOYALIM
HOYALIM force-pushed the codex/issue-3123-model-audit-matrix branch from 38219f7 to 32fc504 Compare June 17, 2026 06:41
@HOYALIM
HOYALIM marked this pull request as ready for review June 17, 2026 06:42
Copilot AI review requested due to automatic review settings June 17, 2026 06:42

Copilot AI 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.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a “Model Capability Audit Matrix” documentation page and ensures it’s discoverable via the docs navigation, with a Vitest guard to keep the schema/states and nav links from drifting.

Changes:

  • Add docs/inference/model-capability-audit.mdx defining result states, required schema, and seed matrix rows
  • Link the audit page into both OpenClaw and Hermes guide variants in docs/index.yml
  • Add a Vitest doc-audit test to enforce the expected states, evidence fields, and nav entries

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
test/model-capability-audit-doc.test.ts Adds tests ensuring the audit doc contains required states/schema and is linked from both guide variants
docs/inference/model-capability-audit.mdx Introduces the audit matrix doc, including required states, schema, scenarios, and seed rows
docs/index.yml Adds nav entries pointing at the generated OpenClaw/Hermes audit pages

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread test/model-capability-audit-doc.test.ts

@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

🧹 Nitpick comments (1)
docs/inference/model-capability-audit.mdx (1)

112-115: ⚡ Quick win

Add a bottom “Next Steps” section with related page links.

The page ends with “Related Artifacts” but does not include the required “Next Steps” section that links to related docs pages.
As per coding guidelines, new pages should include “A ‘Next Steps’ section at the bottom links to related pages.”

🤖 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/inference/model-capability-audit.mdx` around lines 112 - 115, Add a
"Next Steps" section at the end of the model-capability-audit.mdx document after
the "Related Artifacts" section. This section should include links to related
documentation pages following the coding guidelines that require new pages to
have a "Next Steps" section at the bottom. The section should link to relevant
pages such as the model-specific-setup documentation and
tool-calling-reliability pages mentioned in the Related Artifacts to guide
readers on what to explore next.

Source: Coding guidelines

🤖 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/inference/model-capability-audit.mdx`:
- Around line 1-12: The frontmatter metadata at the top of the
model-capability-audit.mdx file is missing several required fields according to
the docs page-structure rules for new pages. Add the missing frontmatter fields:
topics, tags, difficulty, audience, and status to the existing metadata section
that already contains title, description, keywords, and content fields. These
fields should be added alongside the other frontmatter properties in the YAML
block at the beginning of the file to ensure compliance with the documentation
guidelines.

---

Nitpick comments:
In `@docs/inference/model-capability-audit.mdx`:
- Around line 112-115: Add a "Next Steps" section at the end of the
model-capability-audit.mdx document after the "Related Artifacts" section. This
section should include links to related documentation pages following the coding
guidelines that require new pages to have a "Next Steps" section at the bottom.
The section should link to relevant pages such as the model-specific-setup
documentation and tool-calling-reliability pages mentioned in the Related
Artifacts to guide readers on what to explore next.
🪄 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: b3243c81-958e-42d1-bf5b-82f47c4ebcec

📥 Commits

Reviewing files that changed from the base of the PR and between 1baae3c and 32fc504.

📒 Files selected for processing (3)
  • docs/index.yml
  • docs/inference/model-capability-audit.mdx
  • test/model-capability-audit-doc.test.ts

Comment thread docs/inference/model-capability-audit.mdx
@HOYALIM
HOYALIM force-pushed the codex/issue-3123-model-audit-matrix branch from 32fc504 to 4042df7 Compare June 17, 2026 06:54
@wscurran wscurran added area: docs Documentation, examples, guides, or docs build area: inference Inference routing, serving, model selection, or outputs integration: hermes Hermes integration behavior labels Jun 23, 2026
@wscurran

Copy link
Copy Markdown
Contributor

✨ Thanks for adding the model capability audit matrix page with result states, required evidence fields, scenario coverage, seed rows, and a completed-row template. This proposes a way to document model capabilities across agents with a maintained matrix and regression test to keep the schema and nav links present.


Related open issues:

@wscurran
wscurran requested a review from miyoungc June 23, 2026 15:37
@wscurran wscurran added VDR Linked to VDR finding v0.0.71 labels Jun 26, 2026

@prekshivyas prekshivyas 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.

Comprehensive schema doc. Copilot's double-pipe assertion concern is stale — the table header is single-pipe and toContain works correctly against it. CodeRabbit's missing frontmatter finding is also stale — topics, tags, difficulty, audience, and status are all present in the current commit. exclude-from-skills-gen: true is the right call for a maintainer-facing reference. ## Next Steps section is present with correct cross-links.

@prekshivyas prekshivyas 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.

Retracting my approval — three categories of factual errors I missed on first pass:

Dead cross-links:

  • "Related Artifacts" references nemoclaw-blueprint/model-specific-setup/README.md — that directory does not exist in the repo.
  • "Next Steps" links to docs/inference/tool-calling-reliability — that page does not exist.

Wrong source file paths in all seed rows:
The doc cites src/lib/inference/config.ts, src/lib/inference/model-prompts.ts, src/lib/inference/local.ts, and src/lib/inference/vllm-models.ts — but there is no src/lib/inference/ subdirectory. The actual files are src/lib/inference-config.ts, src/lib/model-prompts.ts, and src/lib/local-inference.ts.

Please fix the cross-links and source citations before this merges.

@prekshivyas

Copy link
Copy Markdown
Collaborator

Correction to my previous comment: the source file paths and cross-links are all correct. I verified against a stale local checkout that was missing src/lib/inference/ and the nemoclaw-blueprint/model-specific-setup/ directory — both exist on origin/main. docs/inference/tool-calling-reliability also exists. No action needed on those items.

The original approval stands — the only earlier CodeRabbit/Copilot findings (frontmatter fields, test assertion) were already resolved in the current commit.

@prekshivyas prekshivyas 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.

Re-approving — previous retraction was based on a stale local checkout. All source paths, cross-links, and referenced directories verified correct against origin/main.

@jyaunches jyaunches added v0.0.72 and removed v0.0.71 labels Jun 30, 2026
@prekshivyas

Copy link
Copy Markdown
Collaborator

Hi @HOYALIM — CI is green, just one thing needed before this can merge: your commits need DCO sign-offs.

Run this to add them in bulk:

git rebase --signoff origin/main
git push --force-with-lease

This adds a Signed-off-by: Ho Lim <subhoya@gmail.com> trailer to each of your commits, which certifies you have the right to submit this code under the project's license.

@HOYALIM HOYALIM changed the title [codex] docs: add model capability audit matrix docs: add model capability audit matrix Jun 30, 2026
HOYALIM added 2 commits June 30, 2026 12:24
Signed-off-by: Ho Lim <subhoya@gmail.com>
Signed-off-by: Ho Lim <subhoya@gmail.com>
@HOYALIM
HOYALIM force-pushed the codex/issue-3123-model-audit-matrix branch from 8858b7b to d379cb4 Compare June 30, 2026 19:26
@miyoungc

Copy link
Copy Markdown
Collaborator

@HOYALIM Please also add DCO verification in the PR description.

@miyoungc
miyoungc enabled auto-merge (squash) June 30, 2026 20:48
@miyoungc
miyoungc merged commit 4379f2c into NVIDIA:main Jun 30, 2026
30 checks passed
@jyaunches jyaunches mentioned this pull request Jun 30, 2026
21 tasks
jyaunches added a commit that referenced this pull request Jun 30, 2026
<!-- markdownlint-disable MD041 -->
## Summary
Refreshes the public documentation for NemoClaw v0.0.71 after scanning
commits since v0.0.70. Adds release notes and fills the remaining doc
gaps for Windows bootstrap diagnostics, OpenClaw agent auto-relock
warnings, auto-pair cadence tuning, and plugin-install recovery hints.

## Changes
- `docs/about/release-notes.mdx`: adds the v0.0.71 release-note section,
grouped by gateway recovery, OpenShell auth, policy provenance, day-two
maintenance, messaging/inference, and Windows setup.
- `docs/get-started/windows-preparation.mdx`: documents sanitized WSL
install output and reboot gating in the Windows bootstrap.
- `docs/reference/commands.mdx`: documents the host `agent` wrapper's
shields auto-relock warning and OpenClaw auto-pair watcher tuning
variables.
- `docs/reference/troubleshooting.mdx`: adds plugin-install network
failure recovery guidance and updates Windows WSL troubleshooting for
sanitized install logs and reboot-required handling.

Source summary:
- #6065 -> `docs/about/release-notes.mdx`: Notes explicit model override
preservation and gateway-log guard-chain recovery diagnostics.
- #5874 -> `docs/about/release-notes.mdx`: Summarizes host-mediated
`recover` and `gateway restart`, linking to lifecycle, command,
troubleshooting, and trusted-boundary docs already added by the source
PR.
- #5596 -> `docs/about/release-notes.mdx`: Summarizes OpenShell 0.0.71
gateway auth, loopback binding, and compatibility-container docs already
added by the source PR.
- #5797 and #5798 -> `docs/about/release-notes.mdx`: Summarizes
`policy-list` provenance, Restricted tier suppression, and Balanced tier
weather behavior already reflected in policy docs.
- #5784 -> `docs/about/release-notes.mdx`: Summarizes
`--destroy-user-data` and the safe `--yes` uninstall behavior already
documented in lifecycle and command docs.
- #6034 -> `docs/about/release-notes.mdx`: Summarizes custom Dockerfile
warm-build cache behavior already documented in the command reference.
- #5951 -> `docs/reference/commands.mdx`: Documents the stderr-only host
`agent` wrapper warning after recent shields auto-relock.
- #5387 -> `docs/reference/commands.mdx`: Documents OpenClaw auto-pair
watcher cadence and fast-reentry tuning variables.
- #5835 -> `docs/reference/troubleshooting.mdx`: Adds recovery guidance
for OpenClaw plugin-install network failures.
- #5995 and #5956 -> `docs/about/release-notes.mdx`: Summarizes
Microsoft Teams final-message delivery and runtime mention hints already
covered by messaging docs.
- #5716 -> `docs/about/release-notes.mdx`: Summarizes non-interactive
Ollama loopback safety already covered by local inference docs.
- #5505, #5527, and #5528 -> `docs/about/release-notes.mdx`: Summarizes
compatible local endpoint, model task-fit, and model capability audit
docs.
- #6009 -> `docs/get-started/windows-preparation.mdx`,
`docs/reference/troubleshooting.mdx`: Documents sanitized Windows
bootstrap WSL output and reboot-required gating.
- #6055 -> no additional source doc page change needed beyond the
already-merged quickstart update; release notes did not duplicate
routine quickstart cleanup.

No matching v0.0.71 GitHub announcement discussion was found in the
latest 20 discussions, so this refresh is based on the commit scan and
existing source PR docs.

## Type of Change

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

## Quality Gates
<!-- Check all that apply. For any "covered by existing tests", "not
applicable", or waiver entry, add a brief justification on the same line
or in the Changes section. -->
- [ ] Tests added or updated for changed behavior
- [ ] Existing tests cover changed behavior — justification:
- [x] Tests not applicable — justification: docs-only refresh with no
runtime behavior changes.
- [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:

## Verification
<!-- Check each item you ran and confirmed. Leave unchecked items you
skipped. Doc-only changes do not require npm test unless you ran it. -->
- [x] PR description includes the DCO sign-off declaration and every
commit appears as `Verified` in GitHub
- [x] Git hooks passed during commit and push, or `npx prek run
--from-ref main --to-ref HEAD` passes
- [ ] Targeted tests pass for changed behavior
- [ ] Full `npm test` passes (broad runtime changes only)
- [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) — ran
`npm run docs`; Fern reported 0 errors and 2 existing 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)

---
<!-- DCO sign-off is required in this PR description, and every commit
must appear as Verified in GitHub. Run: git config user.name && git
config user.email -->
Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>


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

## Summary by CodeRabbit

* **Documentation**
* Added a new release-notes entry covering gateway recovery,
authentication, network policy/provenance output, uninstall safety,
Windows bootstrap diagnostics, messaging defaults, and inference setup
guidance.
* Clarified Windows preparation steps around reboot behavior and
redacting troubleshooting transcripts.
* Expanded command reference details for OpenClaw wrapper behavior and
new auto-pair tuning options.
* Improved troubleshooting guidance for plugin installation issues, WSL
repair/reboot cases, and install timing problems.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
Co-authored-by: Prekshi Vyas <34834085+prekshivyas@users.noreply.github.com>
Hadar301 pushed a commit to Hadar301/NemoClaw-OpenShift that referenced this pull request Jul 12, 2026
## Summary

- Adds a maintained model capability audit matrix page with result
states, required evidence fields, scenario coverage, seed rows, and a
completed-row template.
- Links the page from both OpenClaw and Hermes inference navigation.
- Adds a focused docs regression test so the matrix schema and nav links
stay present.

## Validation

- `NODE_PATH=/Users/holim/code/NemoClaw/node_modules
/Users/holim/code/NemoClaw/node_modules/.bin/vitest run
test/model-capability-audit-doc.test.ts`
- `test/e2e/e2e-cloud-experimental/check-docs.sh --only-links
--local-only docs/inference/model-capability-audit.mdx`
- `NODE_PATH=/Users/holim/code/NemoClaw/node_modules
/Users/holim/code/NemoClaw/node_modules/.bin/tsx
scripts/sync-agent-variant-docs.ts --check`

## DCO Verification

Signed-off-by: Ho Lim <subhoya@gmail.com>

Commits were rebased with sign-off trailers using `git rebase --signoff
origin/main`.

Fixes NVIDIA#3123


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

## Release Notes

* **Documentation**
* Added a new **Model Capability Audit** page under **Inference**,
including a maintained audit matrix template for both OpenClaw and
Hermes variants.
* Defined allowed audit states, required evidence fields, baseline
scenario coverage, and added links for related artifacts and next steps.

* **Tests**
* Added a documentation validation test to verify required audit state
tokens, evidence-schema labels, the expected audit table headers, and
both variant navigation links.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Signed-off-by: Ho Lim <subhoya@gmail.com>
Co-authored-by: Miyoung Choi <miyoungc@nvidia.com>
Hadar301 pushed a commit to Hadar301/NemoClaw-OpenShift that referenced this pull request Jul 12, 2026
<!-- markdownlint-disable MD041 -->
## Summary
Refreshes the public documentation for NemoClaw v0.0.71 after scanning
commits since v0.0.70. Adds release notes and fills the remaining doc
gaps for Windows bootstrap diagnostics, OpenClaw agent auto-relock
warnings, auto-pair cadence tuning, and plugin-install recovery hints.

## Changes
- `docs/about/release-notes.mdx`: adds the v0.0.71 release-note section,
grouped by gateway recovery, OpenShell auth, policy provenance, day-two
maintenance, messaging/inference, and Windows setup.
- `docs/get-started/windows-preparation.mdx`: documents sanitized WSL
install output and reboot gating in the Windows bootstrap.
- `docs/reference/commands.mdx`: documents the host `agent` wrapper's
shields auto-relock warning and OpenClaw auto-pair watcher tuning
variables.
- `docs/reference/troubleshooting.mdx`: adds plugin-install network
failure recovery guidance and updates Windows WSL troubleshooting for
sanitized install logs and reboot-required handling.

Source summary:
- NVIDIA#6065 -> `docs/about/release-notes.mdx`: Notes explicit model override
preservation and gateway-log guard-chain recovery diagnostics.
- NVIDIA#5874 -> `docs/about/release-notes.mdx`: Summarizes host-mediated
`recover` and `gateway restart`, linking to lifecycle, command,
troubleshooting, and trusted-boundary docs already added by the source
PR.
- NVIDIA#5596 -> `docs/about/release-notes.mdx`: Summarizes OpenShell 0.0.71
gateway auth, loopback binding, and compatibility-container docs already
added by the source PR.
- NVIDIA#5797 and NVIDIA#5798 -> `docs/about/release-notes.mdx`: Summarizes
`policy-list` provenance, Restricted tier suppression, and Balanced tier
weather behavior already reflected in policy docs.
- NVIDIA#5784 -> `docs/about/release-notes.mdx`: Summarizes
`--destroy-user-data` and the safe `--yes` uninstall behavior already
documented in lifecycle and command docs.
- NVIDIA#6034 -> `docs/about/release-notes.mdx`: Summarizes custom Dockerfile
warm-build cache behavior already documented in the command reference.
- NVIDIA#5951 -> `docs/reference/commands.mdx`: Documents the stderr-only host
`agent` wrapper warning after recent shields auto-relock.
- NVIDIA#5387 -> `docs/reference/commands.mdx`: Documents OpenClaw auto-pair
watcher cadence and fast-reentry tuning variables.
- NVIDIA#5835 -> `docs/reference/troubleshooting.mdx`: Adds recovery guidance
for OpenClaw plugin-install network failures.
- NVIDIA#5995 and NVIDIA#5956 -> `docs/about/release-notes.mdx`: Summarizes
Microsoft Teams final-message delivery and runtime mention hints already
covered by messaging docs.
- NVIDIA#5716 -> `docs/about/release-notes.mdx`: Summarizes non-interactive
Ollama loopback safety already covered by local inference docs.
- NVIDIA#5505, NVIDIA#5527, and NVIDIA#5528 -> `docs/about/release-notes.mdx`: Summarizes
compatible local endpoint, model task-fit, and model capability audit
docs.
- NVIDIA#6009 -> `docs/get-started/windows-preparation.mdx`,
`docs/reference/troubleshooting.mdx`: Documents sanitized Windows
bootstrap WSL output and reboot-required gating.
- NVIDIA#6055 -> no additional source doc page change needed beyond the
already-merged quickstart update; release notes did not duplicate
routine quickstart cleanup.

No matching v0.0.71 GitHub announcement discussion was found in the
latest 20 discussions, so this refresh is based on the commit scan and
existing source PR docs.

## Type of Change

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

## Quality Gates
<!-- Check all that apply. For any "covered by existing tests", "not
applicable", or waiver entry, add a brief justification on the same line
or in the Changes section. -->
- [ ] Tests added or updated for changed behavior
- [ ] Existing tests cover changed behavior — justification:
- [x] Tests not applicable — justification: docs-only refresh with no
runtime behavior changes.
- [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:

## Verification
<!-- Check each item you ran and confirmed. Leave unchecked items you
skipped. Doc-only changes do not require npm test unless you ran it. -->
- [x] PR description includes the DCO sign-off declaration and every
commit appears as `Verified` in GitHub
- [x] Git hooks passed during commit and push, or `npx prek run
--from-ref main --to-ref HEAD` passes
- [ ] Targeted tests pass for changed behavior
- [ ] Full `npm test` passes (broad runtime changes only)
- [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) — ran
`npm run docs`; Fern reported 0 errors and 2 existing 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)

---
<!-- DCO sign-off is required in this PR description, and every commit
must appear as Verified in GitHub. Run: git config user.name && git
config user.email -->
Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>


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

## Summary by CodeRabbit

* **Documentation**
* Added a new release-notes entry covering gateway recovery,
authentication, network policy/provenance output, uninstall safety,
Windows bootstrap diagnostics, messaging defaults, and inference setup
guidance.
* Clarified Windows preparation steps around reboot behavior and
redacting troubleshooting transcripts.
* Expanded command reference details for OpenClaw wrapper behavior and
new auto-pair tuning options.
* Improved troubleshooting guidance for plugin installation issues, WSL
repair/reboot cases, and install timing problems.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
Co-authored-by: Prekshi Vyas <34834085+prekshivyas@users.noreply.github.com>
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 area: inference Inference routing, serving, model selection, or outputs integration: hermes Hermes integration behavior VDR Linked to VDR finding

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Model performance / capability audit across supported agents

6 participants