Files
gemini-cli/packages
Sri Pasumarthi 813466feb1 fix: prevent duplicate tool confirmations and fragmented UI boxes
- 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.
2026-03-17 17:54:55 -07:00
..