Skip to content

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 12 Jun 09:45
Immutable release. Only release title and notes can be modified.
b57cb96

0.5.3

  • Fix cost double-counting: token usage is now deduplicated by billed API call. Claude Code
    writes one transcript line per content block (each repeating the full usage) and copies history
    into forked/resumed sessions — totals were inflated up to ~3x.
  • Forked sessions now attribute copied history to the original session; the fork counts only
    its own turns.
  • The index rebuilds once on first start after the upgrade (schema v6, a few seconds).