mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-24 10:42:37 -07:00
813466feb1
- Process tool validations sequentially rather than concurrently in the scheduler. This resolves a race condition where parallel tool calls evaluated policy simultaneously, causing subsequent tools to ignore global `AUTO_EDIT` mode switches triggered by earlier confirmations. - Conditionally render result display containers in `ToolMessage` and `ShellToolMessage`. Empty padded boxes are now hidden when a tool is pending or executing with no output, preventing overlapping disjointed borders from fragmenting the interactive queue.