Skip to content

v2.0.14

Choose a tag to compare

@github-actions github-actions released this 25 Mar 22:30
· 379 commits to main since this release

Tokscale

tokscale@v2.0.14 is here!

What's Changed

  • fix(cli): cap submit contributions to UTC today to prevent future-date rejections by @cuipengfei in #337
  • fix(scanner): include OpenClaw auto-archived subagent transcripts in scan by @baanish in #342
  • fix(cli): recalculate all summary fields after UTC date capping by @junhoyeo in #343
  • feat(cli): add --kilo flag for Kilo CLI usage tracking by @mine-13-zoom in #353
  • fix(pricing): skip all-None pricing entries in provider-aware match by @crhan in #352
  • feat: support extra scan directories via TOKSCALE_EXTRA_DIRS by @crhan in #348
  • perf(core): cache parsed source messages for refresh by @IvGolovach in #327
  • Guard UTC submit-date capping against regression in derived summaries by @junhoyeo (3a935d7)
  • Guard OpenClaw archived transcript scanning against regressions by @junhoyeo (c29e817)
  • Keep the #327 cache-refresh audit lane lint-clean by @junhoyeo (041fce1)
  • Prove malformed Codex rows do not skew warm-cache refreshes by @junhoyeo (341e7f0)
  • Preserve valid local scans and priced lookups after post-v2.0.13 audits by @junhoyeo (1a4b897)
  • Unblock Kilo parser clippy lint so CI isolates the remaining pricing issue by @junhoyeo (9a1aa75)
  • chore(fmt): keep strict formatting green after audit merges by @junhoyeo (8b0f542)
  • fix(openclaw): count reset archives and model-snapshot-only transitions by @PJunhyuk in #349
  • fix(ci): write ~/.npmrc for bun publish and normalize repository URLs by @junhoyeo (bef1da8)

New Contributors

Full Changelog: v2.0.13...v2.0.14