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
/game's system-prompt card is no longer capped at 6 lines. The agent
panel truncated the prompt the model sees to 6 lines plus "… (N more)" and
left dead space below it. The card now renders the full prompt, flexes to
absorb the leftover body height, and scrolls (wheel, scrollbar, or
j/k/↑/↓ once the scrollbar has focus) when the prompt is taller than the
space the layout leaves it.