feat(core): wire up UI for ASK_USER policy decisions in message bus (#10630)

This commit is contained in:
Allen Hutchison
2025-10-15 09:39:41 -07:00
committed by GitHub
parent 8a937ebf8b
commit b8df8b2ab8
10 changed files with 431 additions and 99 deletions
@@ -70,6 +70,9 @@ const mockConfig = {
getUseModelRouter: () => false,
getGeminiClient: () => null, // No client needed for these tests
getShellExecutionConfig: () => ({ terminalWidth: 80, terminalHeight: 24 }),
getEnableMessageBusIntegration: () => false,
getMessageBus: () => null,
getPolicyEngine: () => null,
} as unknown as Config;
const mockTool = new MockTool({