mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:00:42 +00:00
feat: run Crestodian in TUI shell
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user