Current behavior - When running a coding session inside a task in the code section in CORE, pressing Enter does not insert a newline / does not go to the next line. - This makes it effectively impossible to enter multiline prompts/commands in the inline input. Expected behavior - Pressing Enter inserts a newline in the inline input so users can compose multiline text. - Multiline input should be preserved and sent as-is to the coding session when submitted (e.g., via Cmd/Ctrl+Enter or the existing submit action).
Current behavior
Expected behavior