Problem
When running the NemoClaw onboarding wizard in non-interactive mode, the provider is hardcoded to Nemotron during the sandbox create step. There is no way to override this.
This means anyone who needs a different provider (e.g. for scripted/automated installs) has to abandon the wizard entirely and manually wire up the sandbox, losing all the other setup the wizard provides.
Proposed Solution
Add an affordance (e.g. --provider flag or environment variable) to the non-interactive install path that allows specifying a provider, defaulting to Nemotron if unset. This preserves the current happy path while unblocking scripted installs that need a different provider.
Who This Affects
Anyone doing a scripted or automated NemoClaw install who needs a non-default provider.
Problem
When running the NemoClaw onboarding wizard in non-interactive mode, the provider is hardcoded to Nemotron during the sandbox create step. There is no way to override this.
This means anyone who needs a different provider (e.g. for scripted/automated installs) has to abandon the wizard entirely and manually wire up the sandbox, losing all the other setup the wizard provides.
Proposed Solution
Add an affordance (e.g.
--providerflag or environment variable) to the non-interactive install path that allows specifying a provider, defaulting to Nemotron if unset. This preserves the current happy path while unblocking scripted installs that need a different provider.Who This Affects
Anyone doing a scripted or automated NemoClaw install who needs a non-default provider.