mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-19 16:23:06 -07:00
8751910572
settleExecution now calls injectionService.addInjection() directly when a backgrounded execution completes, removing the bridge useEffect from AppContainer. The UI just wires the injection service once at init via setInjectionService().