fix: harden paired follow-up requeue handling

This commit is contained in:
ejclaw
2026-04-09 09:41:31 +09:00
parent b0f51b0366
commit 1788ddd995
5 changed files with 167 additions and 5 deletions

View File

@@ -400,8 +400,10 @@ export async function executeBotOnlyPairedFollowUpAction(args: {
return true;
}
closeStdin();
const scheduled = schedulePairedFollowUp(action.task, action.intentKind);
if (scheduled) {
closeStdin();
}
log.info(
{
chatJid,