Skip to content

[Nemoclaw][All Platform]nemoclaw-blueprint/blueprint.yaml declares min_openshell_version: 0.1.0, but actual required OpenShell version is 0.0.24 #1612

@zNeill

Description

@zNeill

Description

Description

The blueprint version gate appears to be too strict.

Observed in nemoclaw-blueprint/blueprint.yaml:min_openshell_version: "0.1.0"

However, the currently required / supported OpenShell version for this NemoClaw flow is 0.0.24.

Because of this mismatch, the blueprint may incorrectly imply that OpenShell 0.1.0+ is required, even though 0.0.24 is sufficient. This can confuse users and may block otherwise valid environments unnecessarily.

Reproduction Steps

  1. Checkout the affected tag / branch (example: v0.0.7)
  2. Inspect the blueprint version requirement: grep min_openshell_version nemoclaw-blueprint/blueprint.yaml
  3. Observe: min_openshell_version: "0.1.0"
  4. Compare that against the actual minimum required OpenShell version currently used/expected: 0.0.24

Actual Result

nemoclaw-blueprint/blueprint.yaml declares:min_openshell_version: "0.1.0"

Expected Result

If NemoClaw actually supports OpenShell 0.0.24, then the blueprint should declare:min_openshell_version: "0.0.24"

or otherwise be updated to match the real minimum supported version.

Impact

  • Confusing version requirement for users and QA
  • May cause unnecessary install/preflight/compatibility failures
  • Makes the documented/runtime support boundary inconsistent with the blueprint gate

Environment:- Platform: macos

  • NemoClaw: v0.0.9
  • OpenShell CLI: 0.0.24

Bug Details

Field Value
Priority Unprioritized
Action Dev - Open - To fix
Disposition Open issue
Module Machine Learning - NemoClaw
Keyword NemoClaw, NEMOCLAW_GH_SYNC_APPROVAL

[NVB# 6059904]

Metadata

Metadata

Assignees

No one assigned

    Labels

    NV QABugs found by the NVIDIA QA TeamOpenShellSupport for OpenShell, a safe, private runtime for autonomous AI agentsbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions