kinjitakabe
6789fe248b
fix(mattermost): diagnose silent final-delivery completions
...
`deliverMattermostReplyPayload` accepted a substantive (non-reasoning) reply
payload, called the shared `deliverTextOrMediaReply`, and dropped its
`"empty"|"text"|"media"` return value on the floor. When the underlying chunker
or media-resolution produced no text and no media to send, the function
returned `Promise<void>` and the caller in `monitor.ts` unconditionally logged
`delivered reply to <channel>` — masking a silent completion where no
Mattermost API send ever happened (the symptom in #80501 ).
Thread the outcome through the helper, evaluate it against the original
payload to distinguish intentional reasoning suppression from a substantive
payload that vanished, and log a structured `mattermost no-visible-reply`
diagnostic for the substantive-vanished case. The misleading "delivered
reply to" log now only fires on actual visible delivery; reasoning-skipped
payloads correctly stay silent.
No behavior change: visible-delivery decisions, preview-finalization, and the
existing reasoning-suppression contract are untouched. Operators can now grep
the new diagnostic to detect the failure class instead of seeing the agent
appear to go silent.
Fixes #80501 .
2026-05-14 08:29:07 +01:00
..
2026-05-13 13:33:38 +01:00
2026-05-14 12:19:02 +08:00
2026-05-12 06:33:41 +01:00
2026-05-14 07:27:40 +01:00
2026-05-14 07:27:40 +01:00
2026-05-13 13:33:38 +01:00
2026-05-14 07:46:58 +01:00
2026-05-12 06:33:41 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 06:01:48 +01:00
2026-05-14 02:20:14 -05:00
2026-05-13 11:26:30 +01:00
2026-05-14 13:23:26 +08:00
2026-05-12 06:33:41 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-14 08:07:47 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-12 06:33:41 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 15:04:49 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-13 15:04:49 +01:00
2026-05-13 13:33:38 +01:00
2026-05-12 06:33:41 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 15:20:27 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 15:04:49 +01:00
2026-05-13 07:15:45 +01:00
2026-05-12 06:33:41 +01:00
2026-05-13 09:15:12 +01:00
2026-05-12 06:33:41 +01:00
2026-05-13 09:03:05 -07:00
2026-05-13 06:59:47 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 15:04:49 +01:00
2026-05-13 10:00:10 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-12 07:10:13 +01:00
2026-05-14 14:55:52 +08:00
2026-05-14 08:29:07 +01:00
2026-05-12 07:10:13 +01:00
2026-05-14 12:19:02 +08:00
2026-05-13 21:49:22 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 05:31:55 +01:00
2026-05-12 06:33:41 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-14 12:19:02 +08:00
2026-05-13 13:33:38 +01:00
2026-05-13 15:00:07 +01:00
2026-05-14 12:19:02 +08:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-12 06:33:41 +01:00
2026-05-14 10:35:18 +08:00
2026-05-13 13:33:38 +01:00
2026-05-12 06:33:41 +01:00
2026-05-13 13:33:38 +01:00
2026-05-14 07:46:58 +01:00
2026-05-12 06:33:41 +01:00
2026-05-14 12:19:02 +08:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-12 06:33:41 +01:00
2026-05-13 15:04:49 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 11:26:30 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-13 15:28:07 +01:00
2026-05-13 15:04:49 +01:00
2026-05-13 13:33:38 +01:00
2026-05-14 15:10:40 +08:00
2026-05-13 13:33:38 +01:00
2026-05-12 06:33:41 +01:00
2026-05-13 13:33:38 +01:00
2026-05-12 06:33:41 +01:00
2026-05-14 12:19:02 +08:00
2026-05-13 09:13:34 +01:00
2026-05-14 13:32:29 +08:00
2026-05-12 06:33:41 +01:00
2026-05-13 13:33:38 +01:00
2026-05-12 00:23:11 +01:00
2026-05-13 15:04:49 +01:00
2026-05-13 11:26:30 +01:00
2026-05-13 07:02:06 +01:00
2026-05-12 06:33:41 +01:00
2026-05-13 13:33:38 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-13 06:07:49 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 07:10:13 +01:00
2026-05-13 23:48:05 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 07:37:35 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 15:04:49 +01:00
2026-05-13 13:33:38 +01:00
2026-05-04 00:30:02 +01:00
2026-05-10 12:37:10 +01:00
2026-05-05 12:09:28 -07:00
2026-05-10 12:37:10 +01:00