mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-19 16:23:06 -07:00
708d0e7016
Introduce inject/notify/silent completion behaviors that control what happens when a backgrounded execution completes: - inject: full output injected into conversation, auto-dismiss from UI - notify: short pointer message injected (e.g. log file path), auto-dismiss - silent: nothing injected, stays in Ctrl+B until manually dismissed Shell commands use 'notify' (output saved to log file), remote agents will use 'inject' (full output reinjected). Default is 'silent' when no formatInjection callback is provided.