mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
a24eccbf57
- Added sanitization to MessageBus.publish() logs and error messages using sanitizeToolArgs to prevent secret leakage. - Refactored floating publish() calls to use a type-safe resiliency pattern (instanceof Promise) to handle test mocks and sync throws. Fixes CI failures and addresses security review feedback.