v0.0.43
NemoClaw v0.0.43 improves GPU onboarding and uninstall cleanup on Linux Docker-driver hosts:
- The standard installer can repair missing NVIDIA CDI device specs before onboarding by enabling the NVIDIA CDI refresh service, then falling back to direct
nvidia-ctkspec generation when needed. - Linux Docker-driver GPU onboarding handles the Docker flags and sandbox policy needed for NVIDIA GPU proof writes to
/proc/<pid>/task/<tid>/comm, which fixes DGX Spark installs that previously failed with a permission error during direct GPU proof. nemoclaw uninstallremoves the Linux gateway state directory under~/.local/state/nemoclaw, including gateway PID, SQLite, audit log, and VM-driver state left by Docker-driver gateways.
v0.0.42
NemoClaw v0.0.42 improves onboarding, status diagnostics, local inference checks, and messaging setup:
nemoclaw onboarduses the Docker-driver OpenShell gateway path on macOS and no longer requires VM driver helper assets for standard macOS onboarding.- Dashboard port selection probes occupied ports more thoroughly, including root-owned listeners on macOS, and rolls back a newly-created sandbox if the dashboard forward cannot start after the image build.
nemoclaw statusshowsInferenceandConnectedfields for each listed sandbox, and cloudflared service output now distinguishes stopped, invalid PID file, and stale PID states with anemoclaw tunnel startrecovery hint.- Local Ollama status and doctor checks now probe the authenticated proxy in addition to the backend, so a broken proxy is reported separately from a healthy
127.0.0.1:11434backend. - Compatible OpenAI endpoint validation retries reasoning-only smoke responses with a larger output budget before classifying the setup as a model output budget problem instead of a route failure.
channels addandchannels removenormalize channel names before saving or rebuilding, andchannels addhints when a matching built-in policy preset exists but is not applied yet.- GPU recovery and uninstall output now use registry-aware recovery commands and clearer gateway removal wording.
- Onboarding applies selected built-in policy presets in a single policy update when possible, while preserving the final live policy and registry state.
- The installer handles unchanged user-local CLI shims idempotently, avoiding duplicate shim-creation messages during install-plus-verify flows.