diff --git a/.agents/skills/nemoclaw-user-reference/references/commands.md b/.agents/skills/nemoclaw-user-reference/references/commands.md index 137558685f..ad57645699 100644 --- a/.agents/skills/nemoclaw-user-reference/references/commands.md +++ b/.agents/skills/nemoclaw-user-reference/references/commands.md @@ -176,7 +176,11 @@ $ nemoclaw deploy ### `nemoclaw connect` Connect to a sandbox by name. -On a TTY, a one-shot hint prints before dropping into the sandbox shell, reminding you to run `openclaw tui` inside. +If the sandbox is not yet in the `Ready` phase, `connect` polls `openshell sandbox list` every few seconds and prints the current phase. This gives you progress output right after onboarding, when the 2.4 GB image is still pulling, instead of a silent hang. +Control the wait budget with `NEMOCLAW_CONNECT_TIMEOUT` (integer seconds, default `120`). When the deadline expires, `connect` exits non-zero with the last-seen phase. + +On a TTY, a one-shot hint prints before dropping into the sandbox shell. +The hint is agent-aware. It names the correct TUI command for the sandbox's agent and reminds you to use `/exit` to leave the chat before `exit` returns you to the host shell. Set `NEMOCLAW_NO_CONNECT_HINT=1` to suppress the hint in scripted workflows. If the sandbox is running an outdated agent version, a non-blocking warning prints before connecting with a `nemoclaw rebuild` hint. If another terminal is already connected to the sandbox, `connect` prints a note with the number of existing sessions before proceeding. Multiple concurrent sessions are allowed. diff --git a/docs/project.json b/docs/project.json index 04a1204f9d..4b6b0f7de2 100644 --- a/docs/project.json +++ b/docs/project.json @@ -1 +1 @@ -{"name": "nemoclaw", "version": "0.0.20"} +{"name": "nemoclaw", "version": "0.0.22"} diff --git a/docs/reference/commands.md b/docs/reference/commands.md index 2186226cfa..4f92c394d8 100644 --- a/docs/reference/commands.md +++ b/docs/reference/commands.md @@ -200,7 +200,11 @@ $ nemoclaw deploy ### `nemoclaw connect` Connect to a sandbox by name. -On a TTY, a one-shot hint prints before dropping into the sandbox shell, reminding you to run `openclaw tui` inside. +If the sandbox is not yet in the `Ready` phase, `connect` polls `openshell sandbox list` every few seconds and prints the current phase. This gives you progress output right after onboarding, when the 2.4 GB image is still pulling, instead of a silent hang. +Control the wait budget with `NEMOCLAW_CONNECT_TIMEOUT` (integer seconds, default `120`). When the deadline expires, `connect` exits non-zero with the last-seen phase. + +On a TTY, a one-shot hint prints before dropping into the sandbox shell. +The hint is agent-aware. It names the correct TUI command for the sandbox's agent and reminds you to use `/exit` to leave the chat before `exit` returns you to the host shell. Set `NEMOCLAW_NO_CONNECT_HINT=1` to suppress the hint in scripted workflows. If the sandbox is running an outdated agent version, a non-blocking warning prints before connecting with a `nemoclaw rebuild` hint. If another terminal is already connected to the sandbox, `connect` prints a note with the number of existing sessions before proceeding. Multiple concurrent sessions are allowed. diff --git a/docs/versions1.json b/docs/versions1.json index 0c9d05ea13..4c9ee0d309 100644 --- a/docs/versions1.json +++ b/docs/versions1.json @@ -1,6 +1,14 @@ [ { "preferred": true, + "version": "0.0.22", + "url": "https://docs.nvidia.com/nemoclaw/0.0.22/" + }, + { + "version": "0.0.21", + "url": "https://docs.nvidia.com/nemoclaw/0.0.21/" + }, + { "version": "0.0.20", "url": "https://docs.nvidia.com/nemoclaw/0.0.20/" },