mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-25 10:47:19 -07:00
830f74f3fb
Automatically detect conflicts between parallelizable tools in the scheduler and serialize their execution if they target the same file path and at least one of them is a mutator. This prevents file corruption when the model proposes multiple edits to the same file in a single turn without setting wait_for_previous: true. Refs: #27285