chore(sync): mirror docs from openclaw/openclaw@f487ed160e

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-27 10:47:22 +00:00
parent 459b79c009
commit 57fe1366a8
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "edb3e848986084b66e1187b83333c469a2a96deb",
"syncedAt": "2026-04-27T10:43:00.611Z"
"sha": "f487ed160e5c27d9f1d0f1c2b6c4097fa7ae0caf",
"syncedAt": "2026-04-27T10:45:56.324Z"
}

View File

@ -26,6 +26,7 @@ Related:
- `-t, --to <dest>`: recipient used to derive the session key
- `--session-id <id>`: explicit session id
- `--agent <id>`: agent id; overrides routing bindings
- `--model <id>`: model override for this run (`provider/model` or model id)
- `--thinking <level>`: agent thinking level (`off`, `minimal`, `low`, `medium`, `high`, plus provider-supported custom levels such as `xhigh`, `adaptive`, or `max`)
- `--verbose <on|off>`: persist verbose level for the session
- `--channel <channel>`: delivery channel; omit to use the main session channel
@ -42,6 +43,7 @@ Related:
```bash
openclaw agent --to +15555550123 --message "status update" --deliver
openclaw agent --agent ops --message "Summarize logs"
openclaw agent --agent ops --model openai/gpt-5.4 --message "Summarize logs"
openclaw agent --session-id 1234 --message "Summarize inbox" --thinking medium
openclaw agent --to +15555550123 --message "Trace logs" --verbose on --json
openclaw agent --agent ops --message "Generate report" --deliver --reply-channel slack --reply-to "#reports"