What version of Codex CLI is running?
0.128.0
What subscription do you have?
Plus
Which model were you using?
any
What platform is your computer?
Windows
What terminal emulator and version are you using (if applicable)?
PowerShell in WebStorm integrated terminal
What issue are you seeing?
Multiline input no longer works in Codex CLI inside the WebStorm integrated terminal.
In @openai/codex@0.125.0, pressing Shift+Enter inserts a newline correctly.
In @openai/codex@0.128.0, pressing Shift+Enter submits the prompt instead of inserting a newline. Ctrl+J also does not insert a newline and the prompt is submitted.
There is no visible error message. The issue is only with keyboard handling in the prompt input.
What steps can reproduce the bug?
- Open WebStorm integrated terminal.
- Run: codex
- Type a prompt.
- Press Shift+Enter or Ctrl+J.
- The prompt is submitted immediately.
What is the expected behavior?
A newline is inserted into the input box.
Additional information
The same multiline input in webstorm terminal works in @openai/codex@0.125.0.
In Windows Terminal, Shift+Enter also works correctly with codex@0.125.0 and codex@0.128.0.
What version of Codex CLI is running?
0.128.0
What subscription do you have?
Plus
Which model were you using?
any
What platform is your computer?
Windows
What terminal emulator and version are you using (if applicable)?
PowerShell in WebStorm integrated terminal
What issue are you seeing?
Multiline input no longer works in Codex CLI inside the WebStorm integrated terminal.
In
@openai/codex@0.125.0, pressingShift+Enterinserts a newline correctly.In
@openai/codex@0.128.0, pressingShift+Entersubmits the prompt instead of inserting a newline.Ctrl+Jalso does not insert a newline and the prompt is submitted.There is no visible error message. The issue is only with keyboard handling in the prompt input.
What steps can reproduce the bug?
What is the expected behavior?
A newline is inserted into the input box.
Additional information
The same multiline input in webstorm terminal works in @openai/codex@0.125.0.
In Windows Terminal, Shift+Enter also works correctly with codex@0.125.0 and codex@0.128.0.