IME Composition Input Rendering Lag for Non-Latin Scripts.

Resolved 💬 1 comment Opened Jun 4, 2025 by smilebank7 Closed Jun 4, 2025

Bug Description
The current version of Claude Code has an issue where IME-based input (such as Korean), which relies on composing characters, is not reflected smoothly in the input field as you type. Instead, characters only appear once the composition is complete, making the typing experience awkward. A similar issue occurs with Japanese input. See: https://github.com/anthropics/claude-code/issues/1547
Please improve the code so that Korean text input behaves naturally during composition.

Environment Info
• Platform: macOS
• Terminal: WebStorm
• Version: 1.0.10
• Feedback ID: e920b49c-9ca7-42fc-adfe-497570dcd75f

Errors

[
{
"error": "Error: Command failed: security find-generic-password -a $USER -w -s \"Claude Code\"\nsecurity: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.\n\n at genericNodeError (node:internal/errors:984:15)\n at wrappedFn (node:internal/errors:538:14)\n at checkExecSyncError (node:child_process:891:11)\n at execSync (node:child_process:963:15)\n at YZ (file:///Users/jhin/.nvm/versions/node/v20.19.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:638:3921)\n at file:///Users/jhin/.nvm/versions/node/v20.19.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:566:6842\n at Q (file:///Users/jhin/.nvm/versions/node/v20.19.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:526:17069)\n at Qi (file:///Users/jhin/.nvm/versions/node/v20.19.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:566:6034)\n at XG (file:///Users/jhin/.nvm/versions/node/v20.19.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:566:5480)\n at UO2 (file:///Users/jhin/.nvm/versions/node/v20.19.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:2002:4706)",
"timestamp": "2025-06-04T04:54:22.900Z"
}
]

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗