docs(reference): document onboard recreate-sandbox and agent flags - #2474
docs(reference): document onboard recreate-sandbox and agent flags#2474WilliamK112 wants to merge 1 commit into
Conversation
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (2)
📝 WalkthroughWalkthroughDocumentation updates to the ChangesCommand Reference Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 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)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
|
✨ Thanks for submitting this pull request that proposes a way to document the onboard recreate-sandbox and agent flags. This identifies a documentation gap and proposes a change to include dedicated reference entries for these flags under nemoclaw onboard, enhancing clarity and usability. Related open PRs:
Related open issues: |
|
✨ Thanks for submitting this pull request that proposes a way to document the onboard recreate-sandbox and agent flags. This identifies a documentation gap and proposes a change to include dedicated reference entries for these flags. Related open PRs:
Related open issues: |
| Use this when you need onboarding to rebuild the sandbox after configuration changes, to recover from a broken sandbox state, or to force recreation when no provider or model drift is detected. | ||
|
|
||
| ```console | ||
| $ nemoclaw onboard --resume --recreate-sandbox |
There was a problem hiding this comment.
--resume is only for continuing an interrupted onboarding session; completed sessions are marked non-resumable, so this example can fail for the normal "recreate an existing sandbox" case. Suggest dropping --resume here.
| $ nemoclaw onboard --resume --recreate-sandbox | |
| $ nemoclaw onboard --recreate-sandbox |
| Use this when you need onboarding to rebuild the sandbox after configuration changes, to recover from a broken sandbox state, or to force recreation when no provider or model drift is detected. | ||
|
|
||
| ```console | ||
| $ nemoclaw onboard --resume --recreate-sandbox |
There was a problem hiding this comment.
Please mirror the source docs correction in the generated skill copy so the two files stay in sync.
| $ nemoclaw onboard --resume --recreate-sandbox | |
| $ nemoclaw onboard --recreate-sandbox |
|
Thanks for this. Since #1521 and #2223 have both merged nearby onboard/reference docs changes, could you please rebase this PR on current main and confirm which docs gaps remain, especially for |
|
Rebased this PR onto current |
0f64b53 to
3da129f
Compare
|
Thanks for the follow-up here. I’m going to close this as stale/superseded. Since this PR was opened, the docs source migrated from legacy The remaining docs gap is already covered on current There is also still an unresolved accuracy issue from the earlier review: Thanks again for spotting the docs gap. The current docs have since moved forward enough that this branch is no longer the right patch to merge. |
Summary
nemoclaw onboardreference entries for the remaining undocumented flags--recreate-sandboxand--agent <name>maindocs/Testing
Related
Signed-off-by: WilliamK112 164879897+WilliamK112@users.noreply.github.com
Summary by CodeRabbit
--recreate-sandboxoption in thenemoclaw onboardcommand, enabling users to delete and recreate sandboxes, with support for non-interactive mode via environment variable.--agent <name>option, allowing users to select and onboard a specific installed agent profile during setup, with example invocations provided.