diff --git a/docs/help/debugging.md b/docs/help/debugging.md index cd56d36b6a9..28c3cbd4103 100644 --- a/docs/help/debugging.md +++ b/docs/help/debugging.md @@ -255,6 +255,7 @@ pnpm gateway:dev:reset ```bash OPENCLAW_PROFILE=dev openclaw gateway --dev --reset ``` + `--reset` wipes config, credentials, sessions, and the dev workspace (using @@ -266,6 +267,7 @@ If a non-dev gateway is already running (launchd or systemd), stop it first: ```bash openclaw gateway stop ``` + ## Raw stream logging (OpenClaw) diff --git a/docs/help/testing-live.md b/docs/help/testing-live.md index 8507deef646..d9c1ef7a428 100644 --- a/docs/help/testing-live.md +++ b/docs/help/testing-live.md @@ -134,6 +134,7 @@ To see what you can test on your machine (and the exact `provider/model` ids), r openclaw models list openclaw models list --json ``` + ## Live: CLI backend smoke (Claude, Codex, Gemini, or other local CLIs)