fix(discord): add ackReactionScope channel override + off/none values (#28268)

This commit is contained in:
Ash (Bug Lab)
2026-03-01 12:19:39 +05:30
committed by Peter Steinberger
parent 60330e011b
commit 5b64b96c6c
9 changed files with 17 additions and 7 deletions

View File

@@ -1361,7 +1361,7 @@ export const FIELD_HELP: Record<string, string> = {
"When true, suppress ⚠️ tool-error warnings from being shown to the user. The agent already sees errors in context and can retry. Default: false.",
"messages.ackReaction": "Emoji reaction used to acknowledge inbound messages (empty disables).",
"messages.ackReactionScope":
'When to send ack reactions ("group-mentions", "group-all", "direct", "all").',
'When to send ack reactions ("group-mentions", "group-all", "direct", "all", "off", "none"). "off"/"none" disables ack reactions entirely.',
"messages.statusReactions":
"Lifecycle status reactions that update the emoji on the trigger message as the agent progresses (queued → thinking → tool → done/error).",
"messages.statusReactions.enabled":