Skip to content
This repository was archived by the owner on Sep 13, 2026. It is now read-only.

v0.5.5

Choose a tag to compare

@github-actions github-actions released this 29 Jul 05:51
· 72 commits to main since this release

Added

  • Service mode badge in dashboard capture list (feat).

Changed

  • GLM 5.2 + Kimi K2.7 thinking shapes: removed budget_tokens field from
    stamping (feat/stamp).

Fixed

  • Stale-now React timers: fixed stale closures in useNow hook causing
    dashboard time displays to freeze.
  • 4 server/dashboard bugs: fixed in the same pass.
  • Test harness guard: prevents false failures from timing flakiness.

Performance

  • Test harness: fixed handler leak, unref'd timers, replaced sleeps
    with poll-until helpers for faster, more reliable tests.