mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-08 10:02:59 -07:00
55a7a22471
By intercepting text input when the `/btw` query results are visible (but not actively streaming), we can dismiss the ephemeral BtwDisplay before the new text wraps to the next line. This fixes the UI jumpiness and "ghost space" scrolling that occurs when the terminal recalculates the tall rendered height of the previous query dynamically. Also, includes test updates to mock the spinner to eliminate `act(...)` asynchronous test warnings.