Venice's API doesn't support certain OpenAI-compatible parameters that Clawdbot sends by default: - `store`: Venice returns HTTP 400 with no body when this is present - `developer` role: Not supported by Venice's API This adds VENICE_COMPAT settings (supportsStore: false, supportsDeveloperRole: false) to all Venice model definitions, both from the static catalog and dynamically discovered models. Fixes issues reported in PR #1666 where users experienced silent failures (HTTP 400, no body) when using Venice models. Co-authored-by: jonisjongithub <jonisjongithub@users.noreply.github.com> Co-authored-by: Clawdbot <bot@clawd.bot>
2.1 KiB
2.1 KiB
| summary | read_when | ||
|---|---|---|---|
| CLI reference for `clawdbot directory` (self, peers, groups) |
|
clawdbot directory
Directory lookups for channels that support it (contacts/peers, groups, and “me”).
Common flags
--channel <name>: channel id/alias (required when multiple channels are configured; auto when only one is configured)--account <id>: account id (default: channel default)--json: output JSON
Notes
directoryis meant to help you find IDs you can paste into other commands (especiallyclawdbot message send --target ...).- For many channels, results are config-backed (allowlists / configured groups) rather than a live provider directory.
- Default output is
id(and sometimesname) separated by a tab; use--jsonfor scripting.
Using results with message send
clawdbot directory peers list --channel slack --query "U0"
clawdbot message send --channel slack --target user:U012ABCDEF --message "hello"
ID formats (by channel)
- WhatsApp:
+15551234567(DM),1234567890-1234567890@g.us(group) - Telegram:
@usernameor numeric chat id; groups are numeric ids - Slack:
user:U…andchannel:C… - Discord:
user:<id>andchannel:<id> - Matrix (plugin):
user:@user:server,room:!roomId:server, or#alias:server - Microsoft Teams (plugin):
user:<id>andconversation:<id> - Zalo (plugin): user id (Bot API)
- Zalo Personal /
zalouser(plugin): thread id (DM/group) fromzca(me,friend list,group list)
Self (“me”)
clawdbot directory self --channel zalouser
Peers (contacts/users)
clawdbot directory peers list --channel zalouser
clawdbot directory peers list --channel zalouser --query "name"
clawdbot directory peers list --channel zalouser --limit 50
Groups
clawdbot directory groups list --channel zalouser
clawdbot directory groups list --channel zalouser --query "work"
clawdbot directory groups members --channel zalouser --group-id <id>