From 57fe1366a8a43e5fa532c80af6323fda67e845d6 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 10:47:22 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@f487ed160e5c27d9f1d0f1c2b6c4097fa7ae0caf --- .openclaw-sync/source.json | 4 ++-- docs/cli/agent.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 2e5d918f4..407e2e156 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -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" } diff --git a/docs/cli/agent.md b/docs/cli/agent.md index e0119c082..f8e4bd8d5 100644 --- a/docs/cli/agent.md +++ b/docs/cli/agent.md @@ -26,6 +26,7 @@ Related: - `-t, --to `: recipient used to derive the session key - `--session-id `: explicit session id - `--agent `: agent id; overrides routing bindings +- `--model `: model override for this run (`provider/model` or model id) - `--thinking `: agent thinking level (`off`, `minimal`, `low`, `medium`, `high`, plus provider-supported custom levels such as `xhigh`, `adaptive`, or `max`) - `--verbose `: persist verbose level for the session - `--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"