Description
Currently, when entering long prompts in the terminal UI, it is difficult to navigate the text once it exceeds the visible area of the input box.
I would like to see two primary enhancements to the prompt input component:
Vertical Scrollbar: Implement a scrollbar within the prompt input field, mirroring the behavior already present in the AI response list.
Configurable Input Height: Add a property to the tui.json configuration file that allows users to define how many rows of text the input box should expand to.
Implementing this would largely replace the need for the built-in Vim editor. I currently avoid using the Vim mode because it lacks the '@' file autocompletion available in the standard prompt input.
