fix: prevent ESCALATE → new task loop (only create tasks on human messages)
This commit is contained in:
@@ -174,6 +174,7 @@ describe('paired execution context', () => {
|
||||
chatJid: 'dc:test',
|
||||
runId: 'run-1',
|
||||
roomRoleContext: ownerContext,
|
||||
hasHumanMessage: true,
|
||||
});
|
||||
|
||||
expect(db.upsertPairedProject).toHaveBeenCalled();
|
||||
|
||||
Reference in New Issue
Block a user