opencode
opencode copied to clipboard
fix(tui): constrain autocomplete height to available screen space
Fixes autocomplete dropdown overflowing when terminal height is small by constraining the list height to the available space above the cursor.
before:
After :