v0.0.127
NemoClaw v0.0.127 returns gateway, plugin, and package lifecycle ownership to OpenClaw and Hermes while preserving OpenShell sandbox controls. It also improves sandbox startup and deletion convergence, configuration export, shared inference routing, installer readiness, MCP diagnostics, and messaging reuse.
- OpenClaw and Hermes now own their native gateway processes, plugins, packages, child processes, hooks, and background work after onboarding. NemoClaw continues to select the exact OpenShell sandbox, project credentials, observe health, repair host forwards, and preserve native agent state through rebuild and restore. Managed Docker bootstrap also retains recovery state until the replacement sandbox identity and reconnect path are verified. Related changes: PR #11792, PR #11906, and PR #11698. For more information, refer to Understand Gateway Lifecycle Control, Install OpenClaw Plugins, and Install Hermes Plugins.
- Starting a stopped OpenClaw or Hermes sandbox now waits for the native gateway to become observably ready before health checks and host-forward restoration. A failed OpenClaw startup retains its intentional-stop record so a retry repeats the bounded settlement path, while Hermes recovery rejects a persistently stopped gateway instead of reporting readiness early. Related changes: PR #11914, PR #11933, and PR #11950. For more information, refer to Recover and Rebuild Sandboxes and the NemoClaw CLI Commands Reference.
- Sandbox destroy, rebuild, forced snapshot restore, and final-gateway cleanup now wait for bounded OpenShell deletion convergence without retrying the delete mutation. Ambiguous or persistent state preserves local recovery ownership, and final-gateway cleanup explains why it kept the gateway when sandbox absence or the lack of other live sandboxes cannot be proved. Related changes: PR #11838, PR #11951, and PR #11614. For more information, refer to the NemoClaw CLI Commands Reference, Create and Restore Snapshots, and Troubleshooting.
- Docker-backed rebuild now replays the exact provider-captured GPU selector and fails before deletion when the selected acceleration cannot be represented safely. Related change: PR #11929. For more information, refer to the NemoClaw CLI Commands Reference.
nemoclaw config exportnow accepts HTTP and HTTPS inference endpoints, retains supported managed vLLM execution and model settings, and exports the verified selected Ollama model with its SHA-256 digest. Hosted OpenClaw exports also preserve every supported read-only secondary agent in runtime order and reject the complete document when any roster member conflicts with the verified primary route. Related changes: PR #11789, PR #11889, PR #11891, and PR #11900. For more information, refer to the NemoClaw CLI Commands Reference and Set Up Ollama.- Pi rebuild now preserves recorded context-window, output-token, reasoning, and reasoning-effort settings, and its qualification path verifies context-free automation and interactive session persistence across onboarding, rebuild, and recovery. The Pi documentation now defines model limits, lifecycle commands, candidate-image authority, and the current support boundary. Related change: PR #10355. For more information, refer to Configure Pi Model Limits, Run Pi, and Pi Support and Security.
nemoclaw <sandbox> inference setnow permits provider-only or model-only changes on a shared OpenShell gateway and warns which registered sandboxes the route change affects. Endpoint, API-family, credential, incomplete-route, and invalid-gateway conflicts still stop before mutation. Related change: PR #11947. For more information, refer to Use Shared Gateway Routes and the NemoClaw CLI Commands Reference.- Docker readiness and onboarding now treat
DOCKER_CONTEXTas the operator-selected authority instead of silently falling back to another local daemon. Installation now stages and verifies the required OpenShell SDK without GitHub credentials, and a trusted package upgrade writes the complete authenticated gateway environment before restarting the service. Related changes: PR #11786, PR #11921, and PR #11843. For more information, refer to System Readiness, Troubleshooting, and the OpenClaw Quickstart. - MCP status and credential probes now honor the recorded trusted private host when discovering tools, while entries without that recorded trust keep the strict public-address boundary.
Managed MCP documentation now distinguishes adapter-scoped egress from interactive shell commands, and
nemoclaw credentials addrefuses an ambient untrusted gateway endpoint override before any host-side probe or provider mutation. Related changes: PR #11405, PR #11866, and PR #11865. For more information, refer to Add an MCP Server, Manage MCP Servers, and Troubleshoot MCP Servers. - Reusing a sandbox through onboarding now preserves an active messaging channel and its matching network policy when durable gateway credential bindings still prove that configuration. Explicit channel removal or durable credential removal still disables the channel and removes its policy preset. Related change: PR #10782. For more information, refer to Enable Channels During Onboarding and Network Policies Reference.
- Manual OpenClaw state transfer now includes every seeded workspace template, including
TOOLS.mdandHEARTBEAT.md, while keeping generatedPOLICY.mdout of uploads. Related change: PR #11524. For more information, refer to Transfer State Manually.