We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945b090 commit aa44c54Copy full SHA for aa44c54
src/hooks/sisyphus-orchestrator/index.ts
@@ -640,10 +640,20 @@ export function createSisyphusOrchestratorHook(
640
})
641
}
642
643
+ // Preserve original subagent response - critical for debugging failed tasks
644
+ const originalResponse = output.output
645
+
646
output.output = `
647
## SUBAGENT WORK COMPLETED
648
649
${fileChanges}
650
651
+---
652
653
+**Subagent Response:**
654
655
+${originalResponse}
656
657
<system-reminder>
658
${buildOrchestratorReminder(boulderState.plan_name, progress, subagentSessionId)}
659
</system-reminder>`
0 commit comments