mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-16 14:27:24 -07:00
75adad8018
Updates the history item suppression logic in MainContent to ensure that intermediate turns and narration text remain visible while a tool confirmation (like ask_user) is active. This prevents items from unexpectedly disappearing from the UI during interactive tool execution. - Modified MainContent.tsx to skip suppression when showConfirmationQueue is true. - Updated MainContent.test.tsx with a default mock for useConfirmingTool.