From 41ef9f8a78a72c991d56cddb59a6e17035c0a7c3 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sat, 25 Apr 2026 10:02:07 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@385da2db607218b176f351a596e41c3a6fff375d --- .openclaw-sync/source.json | 4 ++-- docs/cli/crestodian.md | 10 +++++++--- docs/web/tui.md | 1 + 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index daa81d23a..2dc836056 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "936f27dcab0969192f66d8f580106c60e5e1a33e", - "syncedAt": "2026-04-25T09:57:55.136Z" + "sha": "385da2db607218b176f351a596e41c3a6fff375d", + "syncedAt": "2026-04-25T10:00:48.072Z" } diff --git a/docs/cli/crestodian.md b/docs/cli/crestodian.md index 2e4d6cd5b..f68805166 100644 --- a/docs/cli/crestodian.md +++ b/docs/cli/crestodian.md @@ -17,7 +17,9 @@ Running `openclaw crestodian` starts the same helper explicitly. ## What Crestodian shows -On startup, Crestodian prints a compact system overview: +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: - config path and validity - configured agents and the default agent @@ -30,7 +32,9 @@ On startup, Crestodian prints a compact system overview: - gateway reachability - the immediate recommended next step -It does not dump secrets or load plugin CLI commands just to start. +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. 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 @@ -51,7 +55,7 @@ openclaw crestodian --message "set default model openai/gpt-5.5" --yes openclaw onboard --modern ``` -Inside the interactive prompt: +Inside the Crestodian TUI: ```text status diff --git a/docs/web/tui.md b/docs/web/tui.md index e26ca1bb8..04da9f7c8 100644 --- a/docs/web/tui.md +++ b/docs/web/tui.md @@ -47,6 +47,7 @@ Notes: - `openclaw chat` and `openclaw terminal` are aliases for `openclaw tui --local`. - `--local` cannot be combined with `--url`, `--token`, or `--password`. - Local mode uses the embedded agent runtime directly. Most local tools work, but Gateway-only features are unavailable. +- `openclaw` and `openclaw crestodian` also use this TUI shell, with Crestodian as the local setup and repair chat backend. ## What you see