fix(sisyphus-orchestrator): register handler in event loop for boulder continuation

This commit is contained in:
YeonGyu-Kim 2026-01-08 15:16:52 +09:00
parent 4b4386dbad
commit 869efbe9ad

View File

@ -406,6 +406,7 @@ const OhMyOpenCodePlugin: Plugin = async (ctx) => {
await agentUsageReminder?.event(input);
await interactiveBashSession?.event(input);
await ralphLoop?.event(input);
await sisyphusOrchestrator?.handler(input);
const { event } = input;
const props = event.properties as Record<string, unknown> | undefined;