Files
gemini-cli/packages
Jarrod Whelan 75adad8018 fix(cli): prevent suppression of history items during tool confirmation
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.
2026-04-07 13:45:38 -07:00
..