fix(cli): avoid directory plugin reinstall prompts

This commit is contained in:
Peter Steinberger
2026-05-02 06:14:20 +01:00
parent 6fd197c8a1
commit 04b9f5fc98
5 changed files with 140 additions and 7 deletions

View File

@@ -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`