From 4f3c48ab3e51e985b235c426e51cee5eaec2f464 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 11:42:58 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@00d409952687d3cdb3da8235dc904f626b1751ce --- .openclaw-sync/source.json | 4 ++-- docs/channels/discord.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 8274e881c..130341381 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -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" } diff --git a/docs/channels/discord.md b/docs/channels/discord.md index 4a3bbd2e5..25b5c153c 100644 --- a/docs/channels/discord.md +++ b/docs/channels/discord.md @@ -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..thread.inheritParent`. - Message-tool reactions can resolve `user:` DM targets. - `guilds..channels..requireMention: false` is preserved during reply-stage activation fallback.