Two related issues with the prompt input UI:
-
Dropdown overflows on tall windows. With ~50 skills installed, the slash command dropdown renders far more items than fit in the visible area when the terminal is tall — items get clipped off the top. The sizing calculation should cap visible items so they actually fit.
-
Input box drifts vertically. Recently the text input started centering itself vertically, so adding a newline or changing the dropdown item count pushes the top edge up and the bottom edge down. Previously the input was anchored to a fixed position so it didn't jump around as content above/below it changed. Would like to revert to the anchored behavior.

Two related issues with the prompt input UI:
Dropdown overflows on tall windows. With ~50 skills installed, the slash command dropdown renders far more items than fit in the visible area when the terminal is tall — items get clipped off the top. The sizing calculation should cap visible items so they actually fit.
Input box drifts vertically. Recently the text input started centering itself vertically, so adding a newline or changing the dropdown item count pushes the top edge up and the bottom edge down. Previously the input was anchored to a fixed position so it didn't jump around as content above/below it changed. Would like to revert to the anchored behavior.