You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loaded openshell-cli and update-docs skill context. Read CONTRIBUTING.md, AGENTS.md, and docs/CONTRIBUTING.mdx style guide.
Tested on OpenShell v0.0.74 (Homebrew CLI, latest available) and v0.0.88 (containerized gateway from ghcr.io/nvidia/openshell/gateway:latest).
Checked latest release: yes, reinstalled CLI via brew reinstall openshell (v0.0.74) and pulled latest gateway image (v0.0.88).
Searched existing issues for duplicates: yes. Searched docker-compose openclaw, from openclaw, openclaw sandbox, stale docs sandbox removed, docker-compose tutorial, community sandbox removed. Zero matching open or closed issues.
Verified the community sandbox removal: NVIDIA/OpenShell-Community PR chore: rename Navigator to NemoClaw across project #73 ("chore: remove Brev and OpenClaw sandboxes") merged May 16, 2026. sandboxes/openclaw/ no longer exists on main.
Verified the GHCR image is stale: ghcr.io/nvidia/openshell-community/sandboxes/openclaw:latest was built May 13, 2026, bundles OpenClaw v2026.3.11 (two months old).
Verified the supported path: docs/about/supported-agents.mdx line 17 lists OpenClaw as "Blueprint-managed" through NemoClaw, not as a community sandbox.
Scanned entire repo for stale references: two in docs/get-started/tutorials/docker-compose.mdx (lines 139, 148) and one comment in deploy/docker/docker-compose.yml (line 24).
The agent cannot resolve this unilaterally because it requires a maintainer decision on the replacement content (redirect to NemoClaw vs remove the tab entirely).
Description
The Docker Compose tutorial (docs/get-started/tutorials/docker-compose.mdx) references the OpenClaw community sandbox in four places:
Line 7 — page description metadata mentions "including OpenClaw."
Line 18 — completion checklist says "A running OpenClaw sandbox."
Additionally, deploy/docker/docker-compose.yml line 24 has a comment referencing the same command.
The OpenClaw community sandbox was removed from NVIDIA/OpenShell-Community on May 16 (PR #73). The GHCR image still exists but is a stale orphan from May 13 bundling OpenClaw v2026.3.11. The docs/about/supported-agents.mdx page lists OpenClaw as running through NemoClaw (blueprint-managed), not through a community sandbox.
A user following this tutorial pulls a two-month-old image with an outdated OpenClaw that cannot route through inference.local, with no indication they are on an unsupported path.
Reproduction Steps
Open docs/get-started/tutorials/docker-compose.mdx on main (commit 8b0e54b2).
Observe lines 139 and 148 reference sandboxes/openclaw and --from openclaw.
Agent Diagnostic
openshell-cliandupdate-docsskill context. Read CONTRIBUTING.md, AGENTS.md, anddocs/CONTRIBUTING.mdxstyle guide.ghcr.io/nvidia/openshell/gateway:latest).brew reinstall openshell(v0.0.74) and pulled latest gateway image (v0.0.88).docker-compose openclaw,from openclaw,openclaw sandbox,stale docs sandbox removed,docker-compose tutorial,community sandbox removed. Zero matching open or closed issues.docs/get-started/tutorials/docker-compose.mdxwas last edited in PR docs(container-gateway): fix Docker driver setup for containerized gateway #1419 (Jun 3, 2026). That PR kept the OpenClaw references intact.NVIDIA/OpenShell-CommunityPR chore: rename Navigator to NemoClaw across project #73 ("chore: remove Brev and OpenClaw sandboxes") merged May 16, 2026.sandboxes/openclaw/no longer exists onmain.ghcr.io/nvidia/openshell-community/sandboxes/openclaw:latestwas built May 13, 2026, bundles OpenClaw v2026.3.11 (two months old).docs/about/supported-agents.mdxline 17 lists OpenClaw as "Blueprint-managed" through NemoClaw, not as a community sandbox.docs/get-started/tutorials/docker-compose.mdx(lines 139, 148) and one comment indeploy/docker/docker-compose.yml(line 24).Description
The Docker Compose tutorial (
docs/get-started/tutorials/docker-compose.mdx) references the OpenClaw community sandbox in four places:docker pull ghcr.io/nvidia/openshell-community/sandboxes/openclaw:latest.openshell sandbox create --from openclaw.Additionally,
deploy/docker/docker-compose.ymlline 24 has a comment referencing the same command.The OpenClaw community sandbox was removed from
NVIDIA/OpenShell-Communityon May 16 (PR #73). The GHCR image still exists but is a stale orphan from May 13 bundling OpenClaw v2026.3.11. Thedocs/about/supported-agents.mdxpage lists OpenClaw as running through NemoClaw (blueprint-managed), not through a community sandbox.A user following this tutorial pulls a two-month-old image with an outdated OpenClaw that cannot route through
inference.local, with no indication they are on an unsupported path.Reproduction Steps
docs/get-started/tutorials/docker-compose.mdxonmain(commit8b0e54b2).sandboxes/openclawand--from openclaw.NVIDIA/OpenShell-Communityrepo:sandboxes/openclaw/does not exist onmain(removed in PR chore: rename Navigator to NemoClaw across project #73, May 16).docker pull ghcr.io/nvidia/openshell-community/sandboxes/openclaw:latest— succeeds but image is from May 13.docker inspect ... --format '{{.Created}}'returns2026-05-13T18:55:45Z.openclaw --versionreturns2026.3.11.Environment
Logs