docs: finalize channel mode and shuffle docs

This commit is contained in:
zhi
2026-04-02 07:48:25 +00:00
parent 15f7d211d7
commit 29f1f01219
5 changed files with 36 additions and 15 deletions

View File

@@ -58,6 +58,9 @@ Environment overrides:
- `CHANNEL_POLICIES_FILE` (standalone channel policy file path)
- `CHANNEL_POLICIES_JSON` (only used to initialize file when missing)
- `END_SYMBOLS_JSON`
- `MULTI_MESSAGE_START_MARKER`
- `MULTI_MESSAGE_END_MARKER`
- `MULTI_MESSAGE_PROMPT_MARKER`
The script:
- writes via `openclaw config set ... --json`
@@ -76,3 +79,5 @@ Policy state semantics:
- Keep no-reply API bound to loopback/private network.
- If you use API auth, set `AUTH_TOKEN` and align provider apiKey usage.
- Multi-message mode markers default to `↗️` / `↙️` / `⤵️` when no overrides are supplied.
- Shuffle mode is not configured globally in the current implementation; it is a per-channel runtime toggle controlled with `/dirigent turn-shuffling`, `/dirigent turn-shuffling on`, and `/dirigent turn-shuffling off`.