Skip to content

Pacer 0.4.10

Choose a tag to compare

@github-actions github-actions released this 10 Aug 12:08
· 9 commits to main since this release
v0.4.10
f66c4f9

A fix for the raw archive, which was quietly recording some replies short.

Streamed replies were archived before they finished

Pacer's archive (added in 0.4.8) keeps a permanent record of every billable
turn. Claude Code writes a long reply to disk repeatedly as it streams, and
Pacer corrects its own records once the finished version arrives — but the
archive kept whichever version it saw first.

Over six days on a real machine that came to 466 turns holding roughly 2.35
million fewer output tokens than they should. Pacer's visible numbers were
never affected; only the archive was.

Pacer now checks the archive's contents against its own records rather than
just checking that a turn is present at all, and repairs anything that has
been superseded. Existing archives are corrected automatically on the next
launch — no action needed.

Nothing here changes the usage or cost figures you see.


Requires macOS 15 or later. Update via Pacer's built-in updater, or download
below.