diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 8f6652eb0..d9db5f0eb 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "9b48e4c0b643a8afa51dc3adb659da757a473864", - "syncedAt": "2026-04-25T10:16:00.573Z" + "sha": "6a71c1983961f8d067ed4543548963b47f442369", + "syncedAt": "2026-04-25T10:21:56.621Z" } diff --git a/docs/cli/crestodian.md b/docs/cli/crestodian.md index f68805166..b99ac7adc 100644 --- a/docs/cli/crestodian.md +++ b/docs/cli/crestodian.md @@ -18,24 +18,22 @@ Running `openclaw crestodian` starts the same helper explicitly. ## What Crestodian shows On startup, interactive Crestodian opens the same TUI shell used by -`openclaw tui`, with a Crestodian chat backend. The chat log starts with a -compact system overview: +`openclaw tui`, with a Crestodian chat backend. The chat log starts with a short +greeting: -- config path and validity -- configured agents and the default agent -- default model -- local Codex and Claude Code CLI availability -- OpenAI and Anthropic API-key presence -- planner mode (`deterministic` or model-assisted through the configured model) -- local docs path or the public docs URL -- local source path for Git checkouts, otherwise the OpenClaw GitHub source URL -- gateway reachability -- the immediate recommended next step +- when to start Crestodian +- the model or deterministic planner path Crestodian is actually using +- config validity and the default agent +- Gateway reachability from the first startup probe +- the next debug action Crestodian can take It does not dump secrets or load plugin CLI commands just to start. The TUI still provides the normal header, chat log, status line, footer, autocomplete, and editor controls. +Use `status` for the detailed inventory with config path, docs/source paths, +local CLI probes, API-key presence, agents, model, and Gateway details. + Crestodian uses the same OpenClaw reference discovery as regular agents. In a Git checkout, it points itself at local `docs/` and the local source tree. In an npm package install, it uses the bundled package docs and links to