You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: stabilize snapshot attribution and scheduler retries
Cross-session snapshot selection can take complete token and cost data from a later transcript, but report materialization still credited that later session and equal snapshots depended on scan order. Preserve earliest-session attribution through every report backend and use session identity to settle ranking ties.
An exhausted embedding backstop retry could also be restarted by every periodic tick, keeping a detached daemon alive and making its regression timing-dependent. Latch that exhausted reconciliation until a real new mutation arrives.
0 commit comments