Skip to content

fix: clarify missing openshell CLI prerequisite#413

Closed
sameertele wants to merge 1 commit intoNVIDIA:mainfrom
sameertele:fix/issue-410-openshell-preflight
Closed

fix: clarify missing openshell CLI prerequisite#413
sameertele wants to merge 1 commit intoNVIDIA:mainfrom
sameertele:fix/issue-410-openshell-preflight

Conversation

@sameertele
Copy link
Copy Markdown
Contributor

Summary

  • add an explicit OpenShell CLI preflight helper for the nemoclaw host-side command path
  • fail early with a clear missing-prerequisite message for connect, status, and logs
  • document in the command reference that host-side sandbox-management commands require openshell on PATH

Root cause

The current package shells out to openshell for host-side sandbox commands, but a fresh npm install can still reach those commands without any early prerequisite check. That leaves users with a late command not found failure that is easy to misread as a NemoClaw runtime bug.

Validation

  • ran npm install in nemoclaw/ to restore the package-local toolchain in this clone
  • ran npm run build in nemoclaw/
  • PASS

Fixes #410

Signed-off-by: Sameer <telesameer@gmail.com>
@psorensen-nvidia psorensen-nvidia added bug Something isn't working documentation Improvements or additions to documentation Getting Started Use this label to identify setup, installation, or onboarding issues. priority: medium Issue that should be addressed in upcoming releases NemoClaw CLI Use this label to identify issues with the NemoClaw command-line interface (CLI). labels Mar 19, 2026
@miyoungc
Copy link
Copy Markdown
Contributor

miyoungc commented Mar 20, 2026

These files are being removed.
#473
#492

Closing this PR.
Thank you for your contribution effort!

@miyoungc miyoungc closed this Mar 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation Getting Started Use this label to identify setup, installation, or onboarding issues. NemoClaw CLI Use this label to identify issues with the NemoClaw command-line interface (CLI). priority: medium Issue that should be addressed in upcoming releases

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nemoclaw 0.1.0 fails because required openshell CLI is missing and undeclared

4 participants