docs: add DeepAgents variant blocks to Windows Prerequisites (#7307) - #7316
Conversation
windows-preparation.mdx carried AgentOnly blocks for openclaw and hermes in the intro, hardware-requirements, and Next Step sections but none for deepagents, so DeepAgents readers saw generic or OpenClaw-specific content without their variant's quickstart link or hardware guidance. Add the three missing `AgentOnly variant="deepagents"` blocks, mirroring the existing openclaw/hermes blocks and using the established "Quickstart with Deep Agents" label and the same ../quickstart route. No new canonical content: this fills documented-variant coverage gaps for an existing, supported variant. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Windows preparation page adds Deep Agents-specific introductory guidance, hardware requirements, and next-step instructions alongside the existing OpenClaw and Hermes content. ChangesDeep Agents Windows documentation
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
🌿 Preview your docs: https://nvidia-preview-pr-7316.docs.buildwithfern.com/nemoclaw |
PR Review Advisor — InformationalAdvisor assessment: Informational / high confidence Model lanes
Nemotron output stays in workflow artifacts and does not change the assessment above. E2E guidanceAdvisory only. E2E / PR Gate selects and runs jobs independently. Recommended E2E: None 1 optional E2E recommendation
This automated review informs maintainers. Warnings and suggestions do not require a response. A maintainer decides whether to merge. |
## Summary Complete the planned v0.0.90 changelog after the security remediation in #7286 merged. The release entry now records the remediated OpenClaw dependency boundary and links to the detailed dependency review. ## Related Issue Related to #5591 and follows #7286. ## Changes - Add the OpenClaw core, Slack, and Microsoft Teams transitive dependency remediation to the v0.0.90 summary and release bullets. - Record fail-closed archive validation and the reviewed residual audit findings. - Link the detailed OpenClaw 2026.6.10 dependency review. - Source summary: #7286 -> `docs/changelog/2026-07-20.mdx`. - Reconciled #7316 as documentation-only coverage for existing Deep Agents behavior; its merged source page is already the canonical record and requires no separate release behavior entry. ## 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 changelog structure and links, and the full docs build validates generated content and routes. - [ ] 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: ## DGX Station Hardware Evidence - [ ] Tested on DGX Station - Tested commit: not applicable - 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`: 6/6 passed - [x] Applicable broad gate passed — `npm run docs`: 0 errors; the two repository-wide pre-existing Fern warnings remain - [x] Quality Gates section completed with required justifications or waivers - [x] No secrets, API keys, or credentials committed - [x] `npm run docs` builds without warnings (doc changes only) — 0 errors; the two repository-wide pre-existing Fern warnings remain - [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) --- Signed-off-by: Julie Yaunches <jyaunches@nvidia.com> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Clarified inference provider routing and credential handling for managed agent images. * Added migration guidance ahead of the upcoming fallback removal. * Documented security updates for OpenClaw, Slack, and Microsoft Teams installations, including verified package remediation and archive validation. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
Summary
The Windows Prerequisites page (
windows-preparation.mdx) carriedAgentOnlyblocks for
openclawandhermesin the intro, hardware-requirements, and NextStep sections but none for
deepagents, so DeepAgents readers saw generic orOpenClaw-specific content without their variant's quickstart link or hardware
guidance. This adds the three missing DeepAgents variant blocks.
Related Issue
Fixes #7307
Changes
AgentOnly variant="deepagents"blocks todocs/get-started/windows-preparation.mdx, mirroring the existingopenclaw/hermesblocks:docs/index.mdxand the local-inference pages) and the same
../quickstartroute theopenclaw/hermes blocks use. No new canonical content — this fills documented
coverage gaps for an existing, supported variant.
Type of Change
Quality Gates
Verification
Signed-off-by:line and every commit appears asVerifiedin GitHubpre-commit,commit-msg, andpre-pushhooks passed, ornpm run check:diffpassed when hooks were skipped or unavailablenpm run docsbuilds without warnings (doc changes only) — result:npm run docs→ 0 errors, exit 0,check-docs-published-routes: OK, locally and on a fresh clone +npm cion an Ubuntu x86_64 host. (The 2 fern warnings are pre-existing and repo-wide: FERN_TOKEN-gated redirect check and a global light-mode accent contrast ratio; neither references this page.)Signed-off-by: Jason Ma jama@nvidia.com
🤖 Generated with Claude Code
Summary by CodeRabbit