fix(onboard): restore messaging skip hint#4526
Conversation
|
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)
📝 WalkthroughWalkthroughThis PR updates the messaging-channel selection prompt in the onboard flow to explicitly state that pressing Enter with no channels selected will skip the messaging setup, making the existing skip behavior discoverable to users. ChangesMessaging Channel Prompt Clarification
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Comment |
## Summary Promotes NemoClaw user skills in the most visible docs entry points and refreshes the docs for v0.0.55. This keeps the public docs and generated user skills aligned with the latest release tag. ## Related Issue None. ## Changes - Adds homepage, overview, prerequisites, and quickstart links that make NemoClaw user skills easier to discover. - #4540 -> `docs/inference/use-local-inference.mdx` and `docs/about/release-notes.mdx`: Documents local Ollama validation retries and Docker runtime detection retries. - #4519 -> `docs/about/release-notes.mdx`: Notes the plugin secret-scanner fallback behavior for embedded fallback mode. - #4526 -> `docs/get-started/quickstart.mdx`, `docs/manage-sandboxes/messaging-channels.mdx`, and `docs/about/release-notes.mdx`: Documents that pressing Enter with no messaging channels selected skips setup. - Refreshes generated `nemoclaw-user-*` skills from the updated Fern docs. ## 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 - [ ] `npx prek run --all-files` passes - [ ] `npm test` passes - [ ] 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 details: - `python3 scripts/docs-to-skills.py docs/ .agents/skills/ --prefix nemoclaw-user --doc-platform fern-mdx` passed. - `npm run docs` passed with 0 errors and the existing Fern light-mode contrast warning. - Commit hooks passed for the docs commits. - Full all-files/pre-push checks were attempted but hit unrelated CLI test timeouts, so the all-files checkbox is left unchecked. --- Signed-off-by: Miyoung Choi <miyoungc@nvidia.com> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Added Agent Skills guidance and links across overview, getting started, quickstart, and homepage to load NemoClaw user skills into AI coding assistants. * Clarified local inference onboarding reliability (retry/timeout behavior and Docker detection) for Ollama/vLLM. * Clarified messaging-channel onboarding to skip setup when no channels are selected and Enter is pressed. * Improved secret-scanner behavior descriptions and added v0.0.55 release notes. <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/NVIDIA/NemoClaw/pull/4547?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Summary
Restore the missing “none selected skips” hint in the interactive messaging channel picker. The skip behavior already worked; this makes the prompt discoverable again for users. The hit was originally added in #4026 and was removed in later refactor PR.
Related Issue
Fixes #4427
Changes
Updated the messaging channel picker prompt to include
(none selected skips).Type of Change
Verification
npx prek run --all-filespassesnpm testpassesnpm run docsbuilds without warnings (doc changes only)Signed-off-by: rluo8 ruluo@nvidia.com
Summary by CodeRabbit