mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-21 17:23:37 -07:00
1dc55b278b
Wrap background completion output in <background_output> XML tags with inline instructions to treat as data, consistent with <user_input> tags used for user steering hints. Guard listener iteration in InjectionService.addInjection and ExecutionLifecycleService.settleExecution with try/catch so a throwing listener doesn't block subsequent listeners or crash the caller.