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
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