diff --git a/src/commands/hook.ts b/src/commands/hook.ts index a3ec3e93..47f6e152 100644 --- a/src/commands/hook.ts +++ b/src/commands/hook.ts @@ -161,7 +161,7 @@ export async function hookCommand(eventName: string, _logger?: ILogger): Promise return; } - const container = createContainer({ scope: `hook:${eventName}` }); + const container = createContainer({ scope: `hook:${eventName}`, llm: config.llm }); const { eventBus } = container.cradle; const event = buildEvent(eventType, normalizedInput);