Bug Summary
In the Chat window, when using the inline terminal, input prompts from the terminal (e.g., “Do you want to…”) are sometimes truncated or not visible, preventing user interaction.
Steps to Reproduce
- Run a command that expects interactive input (e.g., confirmation prompt).
- Observe that the prompt is sometimes cut off or not displayed in full.
- Input is not accepted or cannot be entered.
Expected Behavior
The terminal should fully display any interactive prompts and allow input.
Actual Behavior
The prompt is cut off or not shown, and the terminal does not accept a response.
Temporary Workaround
Clicking “Skip” and asking ChatGPT to re-run the command sometimes helps bypass the issue.