chore(sync): mirror docs from openclaw/openclaw@00d4099526

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-27 11:42:58 +00:00
parent 5db4c2e1e6
commit 4f3c48ab3e
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "c59af3caf72ef509f5205c660a7d264c14b43bea",
"syncedAt": "2026-04-27T11:37:01.406Z"
"sha": "00d409952687d3cdb3da8235dc904f626b1751ce",
"syncedAt": "2026-04-27T11:41:33.520Z"
}

View File

@ -585,6 +585,7 @@ Default slash command settings:
Thread behavior:
- Discord threads route as channel sessions and inherit parent channel config unless overridden.
- Thread sessions inherit the parent channel's session-level `/model` selection as a model-only fallback; thread-local `/model` selections still take precedence and parent transcript history is not copied unless transcript inheritance is enabled.
- `channels.discord.thread.inheritParent` (default `false`) opts new auto-threads into seeding from the parent transcript. Per-account overrides live under `channels.discord.accounts.<id>.thread.inheritParent`.
- Message-tool reactions can resolve `user:<id>` DM targets.
- `guilds.<guild>.channels.<channel>.requireMention: false` is preserved during reply-stage activation fallback.