chore(sync): mirror docs from openclaw/openclaw@6a71c19839

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-25 10:23:05 +00:00
parent 5021ad1d47
commit 91b883c86f
2 changed files with 12 additions and 14 deletions

View File

@ -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"
}

View File

@ -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