fix(sisyphus-orchestrator): register handler in event loop for boulder continuation
This commit is contained in:
parent
4b4386dbad
commit
869efbe9ad
@ -406,6 +406,7 @@ const OhMyOpenCodePlugin: Plugin = async (ctx) => {
|
|||||||
await agentUsageReminder?.event(input);
|
await agentUsageReminder?.event(input);
|
||||||
await interactiveBashSession?.event(input);
|
await interactiveBashSession?.event(input);
|
||||||
await ralphLoop?.event(input);
|
await ralphLoop?.event(input);
|
||||||
|
await sisyphusOrchestrator?.handler(input);
|
||||||
|
|
||||||
const { event } = input;
|
const { event } = input;
|
||||||
const props = event.properties as Record<string, unknown> | undefined;
|
const props = event.properties as Record<string, unknown> | undefined;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user