diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 9d73a66c7..a49e92e90 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "0b3d26028578ef1d8e88f200312fb65c12b819cd", - "syncedAt": "2026-05-02T05:14:22.956Z" + "sha": "04b9f5fc989b824a56a2f97d0bfdacf6b48d99ee", + "syncedAt": "2026-05-02T05:15:40.149Z" } diff --git a/docs/cli/directory.md b/docs/cli/directory.md index 5bb7f8d2d..073a698e0 100644 --- a/docs/cli/directory.md +++ b/docs/cli/directory.md @@ -20,6 +20,7 @@ Directory lookups for channels that support it (contacts/peers, groups, and “m - `directory` is meant to help you find IDs you can paste into other commands (especially `openclaw message send --target ...`). - For many channels, results are config-backed (allowlists / configured groups) rather than a live provider directory. +- Installed channel plugins can still omit directory support; in that case the command reports the unsupported directory operation instead of reinstalling the plugin. - Default output is `id` (and sometimes `name`) separated by a tab; use `--json` for scripting. ## Using results with `message send`