Stabilize paired follow-up routing

This commit is contained in:
ejclaw
2026-04-08 03:50:06 +09:00
parent c0f7f2c12d
commit 0f751af151
12 changed files with 248 additions and 30 deletions

View File

@@ -418,7 +418,7 @@ export async function executeBotOnlyPairedFollowUpAction(args: {
},
scheduled
? 'Queued fresh paired pending turn instead of piping bot-only follow-up into the active agent'
: 'Skipped duplicate paired pending turn requeue in the same run',
: 'Skipped duplicate paired pending turn requeue while task state was unchanged',
);
return true;
}