Describe the bug
Since the update to Gemini CLI version .34, the premature execution bug has become much more severe. When pasting a large amount of text into the prompt window, it automatically executes (submits) before pressing Enter, and even before all the text is fully pasted.
We frequently mix Korean and English in our prompts, and this bug completely breaks our workflow. We kindly beg you: please make the prompt behavior just like claude code, where it safely waits for the user to press Enter regardless of how much text is pasted or what language is used.
To Reproduce
- Update Gemini CLI to version .34.
- Copy a large block of text containing mixed Korean and English.
- Paste it into the Gemini CLI prompt window.
- The prompt executes automatically and prematurely without waiting for the user to press Enter.
Expected behavior
The CLI should wait for the user to press Enter before executing, allowing the user to review or edit the pasted text, exactly like claude code does. Please fix this!