diff --git a/src/index.ts b/src/index.ts index 24179787..79c631af 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 | undefined;