[CRITICAL BUG] Gemini CLI .34: Severe auto-execution issue when pasting mixed Korean/English text

Describe the bug

Since the update to Gemini CLI version .34, the premature execution bug has become extremely 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.

Our team frequently mixes Korean and English in our prompts, and this bug completely breaks our workflow. It makes the CLI almost unusable for large contexts.

We kindly beg the development team: please make the prompt behavior exactly like claude code, where it safely waits for the user to press Enter regardless of how much text is pasted, how long it is, or what languages are mixed.

To Reproduce

  1. Update Gemini CLI to version .34.
  2. Copy a large block of text containing mixed Korean and English.
  3. Paste it into the Gemini CLI prompt window.
  4. The prompt executes automatically and prematurely without waiting for the user to press Enter.

Expected behavior

The CLI MUST wait for the user to press Enter before executing, allowing the user to review or edit the pasted text, just like claude code does. Please fix this critical issue!