You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cover the slash-command picker's height bounding with tests
Investigation found the picker already routes through the shared
list-viewport/resolveGeometry machinery: a 50-entry catalog stays
bounded at 24, 16, 12, 8, and 6 terminal rows, the prompt box below
it stays intact, and moving the selection scrolls the window so the
active row is always visible. No sizing logic was missing, so this
adds the regression coverage without a second windowing path.
0 commit comments