Skip to content

ccsidekick@1.6.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 08:29
· 11 commits to main since this release
Immutable release. Only release title and notes can be modified.
c0e342d

Patch Changes

  • bb4e1e3: Fix the incremental cost-scan resume to carry a session's time bounds exactly as a full parse does.

    • record.end now advances from every appended line, not just usage-bearing ones. A tick landing on the common mid-turn state (a trailing user or tool line logged after the last assistant message) no longer leaves the session end frozen at the last assistant timestamp, so session duration and recency read correctly instead of lagging by up to a turn.
    • record.start is now widened symmetrically. A resumed session opening with an undated summary line (start clamped to 0) no longer keeps that clamp after dated lines are appended, fixing a "working since 1970" collapse in the tenure and streak display.