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
Responsive table layout: the TUI now adapts to narrow terminals by progressively shrinking columns and hiding least-useful ones. Compact mode shortens headers (Lat. P, Avg. P, StaB., PrOD…) and tightens Provider (10 cols), Health (13 cols), Latest Ping (10 cols), and Avg Ping (8 cols). Below compact, Rank → Up% → Tier → Stability are hidden one by one. Minimum usable width: ~116 cols.
SWE% column tightened: reduced from 9 to 6 columns wide — trims excess right padding without losing data.
Provider truncation in compact mode: provider names longer than 5 chars are truncated to 4 chars + … (e.g. Cere…).
Health truncation in compact mode: status text longer than 6 chars is truncated with … (e.g. 🔥 429 TR…).
Removed "Used" column from TUI: the token usage column has been removed from the main table as it was outdated.
Width guardrail threshold tightened: the narrow-terminal warning now triggers only below 80 columns (instead of broader widths) and keeps the same 2-second auto-hide behavior.
Width warning is always enforced in narrow terminals: removed the Small Width Warnings Settings toggle and the --disable-widths-warning runtime flag so the startup guardrail stays consistent.
Fixed
--premium filter lock-in: premium now applies a resettable startup preset (S-tier + verdict sort) instead of hard-locking an extra hidden elite-only filter.