-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Brief Summary/Overview
The input bar within the Orchestrator application should dynamically expand vertically to accommodate longer input, rather than horizontally scrolling.
Motivation
The current behavior of the input bar, where it scrolls horizontally when input exceeds its visible width, makes it difficult and cumbersome for users to enter and review long-form text. This hinders the user experience, especially when composing detailed messages or descriptions.
Proposed Solution
Implement a mechanism that allows the input bar to automatically increase its height (expand vertically) as the user types more text than can fit on a single line. This would eliminate the need for horizontal scrolling and provide a more intuitive and user-friendly input experience.
Acceptance Criteria
- The input bar in the Orchestrator app expands vertically when the entered text exceeds the initial width of the bar.
- The input bar does not exhibit horizontal scrolling when the input text is longer than the bar's width.
- Users can easily view and edit long-form input without encountering horizontal scrolling.
Additional Context
This enhancement will significantly improve the usability of the Orchestrator for tasks requiring more extensive text input, such as writing detailed commit messages, pull request descriptions, or issue content.
🤖 Generated with Gemini CLI