Skip to content

v0.2.0: Realistic TPS and Better Agent IDs

Latest

Choose a tag to compare

@ChiR24 ChiR24 released this 10 Feb 12:26

Improvements

Fixed

  • Inflated TPS values — Changed denominator from to . This prevents 300+ TPS spikes when tokens arrive in bursts by accounting for idle time that naturally lowers the rate.
  • Identical agent labels — All agents showed because OpenCode message IDs share the prefix. Now strips this prefix and shows 6 differentiating characters.

Changed

  • Faster timing constants for more responsive feel:
    • : 250ms → 150ms (40% faster initial display)
    • : 500ms → 250ms (more responsive smoothing)
    • : 150ms → 80ms (nearly 2x faster UI updates)
    • : 0.1s → 0.3s (stable baseline)
  • Reduced toast throttling — multiplier: 3x → 2x

Commits

  • fix: correct TPS calculation to use elapsed time from oldest entry
  • feat: improve TPS responsiveness with faster timing constants
  • fix: improve agent ID display and reduce UI throttling
  • docs: update README timing and bump version to 0.2.0