docs: refresh release notes for v0.0.67 - #5749
Conversation
|
🌿 Preview your docs: https://nvidia-preview-pr-5749.docs.buildwithfern.com/nemoclaw |
|
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)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughDocumentation-only update adding a v0.0.67 release notes section and clarifying three behavioral details: ChangesDocumentation Clarifications and Release Notes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
E2E Advisor RecommendationRequired E2E: None Full advisor summaryE2E Recommendation AdvisorBase: Required E2E
Optional E2E
New E2E recommendations
|
Vitest E2E Scenario RecommendationRequired Vitest E2E scenarios: None Full Vitest E2E advisor summaryVitest E2E Scenario AdvisorBase: Required Vitest E2E scenarios
Optional Vitest E2E scenarios
Relevant changed files
|
PR Review Advisor — No blocking findingsMerge posture: No blocking advisor findings This is an automated, non-binding review; it still expects maintainers and agents to respond to each required or warning item. Treat suggestions as current-PR improvements when they touch changed code; defer only with maintainer rationale or a linked follow-up. A human maintainer must make the final merge decision. |
## Summary Refresh the docs for the v0.0.67 release using the GitHub announcement and release-range commit scan. ## Changes - Add v0.0.67 release notes for onboarding recovery, Discord proxy behavior, OpenClaw agent apply deletion, and compact AI-agent docs routing. - Clarify `onboard --resume` repair checks in the OpenClaw and Hermes command references. - Clarify Discord's managed proxy path and `agents apply` delete behavior in the relevant docs pages. ## Source Summary - NVIDIA#5699 -> `docs/resources/agent-skills.mdx`, `docs/about/release-notes.mdx`: Reflects the compact `nemoclaw-user-guide` docs-routing skill and canonical MCP/Markdown docs entry points. - NVIDIA#5571 -> `docs/manage-sandboxes/messaging-channels.mdx`, `docs/about/release-notes.mdx`: Documents Discord using the managed proxy path instead of a rejected per-account proxy. - NVIDIA#5704 -> `docs/about/release-notes.mdx`: Captures the WhatsApp policy assertion hardening in the release note context. - Follow-up commit `46ead831e` -> `docs/reference/commands.mdx`, `docs/reference/commands-nemohermes.mdx`, `docs/about/release-notes.mdx`: Documents resume repair checks across later nonterminal onboarding phases. - Follow-up commit `ee0725a32` -> `docs/reference/commands.mdx`, `docs/about/release-notes.mdx`: Documents that `agents apply` uses OpenClaw's confirmation-skipping delete mode for orphan agents. ## 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) ## Verification - [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 - [x] Targeted tests pass for changed behavior - [ ] Full `npm test` passes (broad runtime changes only) - [ ] Tests added or updated for new or changed behavior - [x] No secrets, API keys, or credentials committed - [x] Docs updated for user-facing behavior changes - [ ] `npm run docs` builds without warnings (doc changes only) - [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) Verification run: - `bash test/e2e/e2e-cloud-experimental/check-docs.sh --only-cli` passed. - `npm run docs` passed with the pre-existing Fern light-mode accent contrast warning: `The contrast ratio between the accent color and the background color for light mode is 2.41:1. It should be at least 3:1.` --- Signed-off-by: Miyoung Choi <miyoungc@nvidia.com> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Added release notes for v0.0.67 covering onboarding recovery, messaging reliability, OpenClaw agent workflows, and AI-agent documentation routing. * Clarified Discord channel requirements, including routing through the top-level managed proxy. * Updated onboarding resume guidance to note rerunning preflight, gateway, provider, and sandbox repair checks. * Refined CLI command reference details for orphan-agent deletion behavior and how interactive flags affect prompts vs. deletion. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Summary
Refresh the docs for the v0.0.67 release using the GitHub announcement and release-range commit scan.
Changes
onboard --resumerepair checks in the OpenClaw and Hermes command references.agents applydelete behavior in the relevant docs pages.Source Summary
docs/resources/agent-skills.mdx,docs/about/release-notes.mdx: Reflects the compactnemoclaw-user-guidedocs-routing skill and canonical MCP/Markdown docs entry points.docs/manage-sandboxes/messaging-channels.mdx,docs/about/release-notes.mdx: Documents Discord using the managed proxy path instead of a rejected per-account proxy.docs/about/release-notes.mdx: Captures the WhatsApp policy assertion hardening in the release note context.46ead831e->docs/reference/commands.mdx,docs/reference/commands-nemohermes.mdx,docs/about/release-notes.mdx: Documents resume repair checks across later nonterminal onboarding phases.ee0725a32->docs/reference/commands.mdx,docs/about/release-notes.mdx: Documents thatagents applyuses OpenClaw's confirmation-skipping delete mode for orphan agents.Type of Change
Verification
Verifiedin GitHubnpx prek run --from-ref main --to-ref HEADpassesnpm testpasses (broad runtime changes only)npm run docsbuilds without warnings (doc changes only)Verification run:
bash test/e2e/e2e-cloud-experimental/check-docs.sh --only-clipassed.npm run docspassed with the pre-existing Fern light-mode accent contrast warning:The contrast ratio between the accent color and the background color for light mode is 2.41:1. It should be at least 3:1.Signed-off-by: Miyoung Choi miyoungc@nvidia.com
Summary by CodeRabbit