fix(doctor): persist group visible reply default (#76513)

This commit is contained in:
scoootscooob
2026-05-03 02:32:41 -07:00
committed by GitHub
parent de88b379c9
commit 85e4ec1fb1
9 changed files with 109 additions and 6 deletions

View File

@@ -189,6 +189,7 @@ That stages grounded durable candidates into the short-term dreaming store while
- `routing.groupChat.requireMention` → `channels.whatsapp/telegram/imessage.groups."*".requireMention`
- `routing.groupChat.historyLimit` → `messages.groupChat.historyLimit`
- `routing.groupChat.mentionPatterns` → `messages.groupChat.mentionPatterns`
- configured-channel configs missing visible reply policy → `messages.groupChat.visibleReplies: "message_tool"`
- `routing.queue` → `messages.queue`
- `routing.bindings` → top-level `bindings`
- `routing.agents`/`routing.defaultAgentId` → `agents.list` + `agents.list[].default`