chore(sync): mirror docs from openclaw/openclaw@4ac6729d12

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-25 11:32:42 +00:00
parent 59571d674d
commit 562b3a50ec
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "b511250e5c004b786ce9a609bb19d11963a6010b",
"syncedAt": "2026-04-25T11:13:39.451Z"
"sha": "4ac6729d1229715ae07bd9543ca0678910e51b3e",
"syncedAt": "2026-04-25T11:31:20.130Z"
}

View File

@ -304,6 +304,10 @@ Fresh configless setup through Crestodian is covered by:
pnpm test:docker:crestodian-first-run
```
That lane starts with an empty state dir, routes bare `openclaw` to Crestodian,
sets the default model, creates an additional agent, configures Discord through
a token SecretRef, validates config, and checks the audit log.
## Related
- [CLI reference](/cli)

View File

@ -63,6 +63,10 @@ When debugging real providers/models (requires real creds):
- Runs Crestodian in a configless container with a fake Claude CLI on `PATH`
and verifies the fuzzy planner fallback translates into an audited typed
config write.
- Crestodian first-run Docker smoke: `pnpm test:docker:crestodian-first-run`
- Starts from an empty OpenClaw state dir, routes bare `openclaw` to
Crestodian, applies setup/model/agent/Discord SecretRef writes, validates
config, and verifies audit entries.
- Moonshot/Kimi cost smoke: with `MOONSHOT_API_KEY` set, run
`openclaw models list --provider moonshot --json`, then run an isolated
`openclaw agent --local --session-id live-kimi-cost --message 'Reply exactly: KIMI_LIVE_OK' --thinking off --json`