fix: dedupe followup queue by message id (#600) (thanks @samratjha96)

This commit is contained in:
Peter Steinberger
2026-01-09 20:44:11 +01:00
parent 9185fdc896
commit d3a0114b6b
4 changed files with 72 additions and 12 deletions

View File

@@ -846,6 +846,7 @@ export async function getReplyFromConfig(
const authProfileId = sessionEntry?.authProfileOverride;
const followupRun = {
prompt: queuedBody,
messageId: sessionCtx.MessageSid,
summaryLine: baseBodyTrimmedRaw,
enqueuedAt: Date.now(),
// Originating channel for reply routing.