fix(channels): suppress verbose failed-tool dumps

Co-authored-by: VACInc <3279061+VACInc@users.noreply.github.com>

Co-authored-by: clawsweeper[bot] <274271284+clawsweeper[bot]@users.noreply.github.com>
This commit is contained in:
clawsweeper
2026-05-20 04:42:49 +00:00
parent 9ed3399566
commit d15ae6951b

View File

@@ -726,7 +726,7 @@ export async function processDiscordMessage(
kind: info.kind,
});
replyReference.markSent();
if (isFinal) {
if (isFinal && payload.isError !== true) {
draftPreview.markFinalReplyDelivered();
observer?.onFinalReplyDelivered?.();
}