diff --git a/docs/cli/index.md b/docs/cli/index.md index 571d1245c..d424f9d3b 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -362,7 +362,7 @@ Options: - `--session-id ` - `--thinking ` - `--verbose ` -- `--provider ` +- `--provider ` - `--local` - `--deliver` - `--json` diff --git a/docs/cli/message.md b/docs/cli/message.md index c205c00a5..3762bdb35 100644 --- a/docs/cli/message.md +++ b/docs/cli/message.md @@ -54,7 +54,7 @@ Target formats (`--to`): - `poll` - Providers: WhatsApp/Discord/MS Teams - Required: `--to`, `--poll-question`, `--poll-option` (repeat) - - Optional: `--poll-multi`, `--poll-duration-hours`, `--message` + - Optional: `--poll-multi` - Discord only: `--poll-duration-hours`, `--message` - `react` diff --git a/docs/tools/agent-send.md b/docs/tools/agent-send.md index bf3ddd641..64431178c 100644 --- a/docs/tools/agent-send.md +++ b/docs/tools/agent-send.md @@ -13,7 +13,7 @@ runtime on the current machine. - Required: `--message ` - Session selection: - - `--to ` derives the session key (use delivery-style targets; group/channel targets preserve isolation), **or** + - `--to ` derives the session key (group/channel targets preserve isolation; direct chats collapse to `main`), **or** - `--session-id ` reuses an existing session by id - Runs the same embedded agent runtime as normal inbound replies. - Thinking/verbose flags persist into the session store. @@ -37,7 +37,7 @@ clawdbot agent --to +15555550123 --message "Summon reply" --deliver - `--local`: run locally (requires provider keys in your shell) - `--deliver`: send the reply to the chosen provider (requires `--to`) -- `--provider`: `whatsapp|telegram|discord|slack|signal|imessage|msteams` (default: `whatsapp`) +- `--provider`: `whatsapp|telegram|discord|slack|signal|imessage` (default: `whatsapp`) - `--thinking `: persist thinking level - `--verbose `: persist verbose level - `--timeout `: override agent timeout