mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-18 15:52:53 -07:00
1418ddcd1b
This commit: 1. Rips out the redundant MessageBus listener in Scheduler.ts that caused race conditions. 2. Adds a unit test to verify the Scheduler no longer subscribes to TOOL_CONFIRMATION_REQUEST. 3. Adds emitFeedback to MessageBus.ts for policy rejections. 4. Adds a unit test to verify that user feedback is emitted on policy denial.