Files
gemini-cli/packages
Sandy Tao 5f4701c174 fix(core): make read_background_output delay abort-aware
Pressing ESC during a read_background_output call with delay_ms left the
scheduler blocked until the timer fired, since the sleep ignored the abort
signal. Use the abortable timers/promises setTimeout so cancellation
rejects immediately with an AbortError, which the tool executor already
converts into a Cancelled result.

Fixes #18007
2026-06-10 11:24:05 -07:00
..