Skip to content

v0.14.2

Choose a tag to compare

@LIUTod LIUTod released this 22 Aug 09:32
· 167 commits to main since this release

Bash Tool Card

  • 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