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
Collapse Bash tool card output: collapsed cards now show the command (3 lines) and hide the final output behind a single "N lines hidden, press ctrl+o" hint
Failed commands keep their error tail visible even when collapsed, so the user still sees why a command failed
Live output while a tool is still running stays visible (capped at the standard preview limit)
Fix a JS slice(-0) quirk in the truncated output component so a zero-line preview shows the hint without leaking all output lines
Switch the string/regexp highlight token from error red to a neutral cyan so highlighted strings no longer read as errors
Streaming Speed Indicator
Show the real streaming tok/s without the 200 ceiling; the color gauge still saturates at 200 while the number keeps rising
Guard against bursty readings: a network/load stall no longer reads as a false slow-down, and a near-zero-interval artifact no longer produces implausible figures
Compute tok/s as the standard generation speed: windowed totalTokens / totalElapsedMs over a rolling 3s window, with honest burst accounting and a stall guard that drops gaps longer than the window