You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Korean IME input is not properly handled in Gemini CLI — the final character is dropped if Enter is pressed before composition is complete (e.g. "안녕하세요" becomes "안녕하세").d #4910
When I typed Korean using the IME (e.g. "안녕하세요") and pressed Enter before the final character was committed, the last syllable was dropped (e.g. only "안녕하세" was submitted). This only happens in Gemini CLI — not in CMD, PowerShell, or Windows Terminal. It seems like the CLI doesn’t wait for IME composition to finish before executing the input.
What did you expect to happen?
The full composed Korean text (e.g. "안녕하세요") should be processed correctly when Enter is pressed, even if the IME composition was still active at the moment.