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(codebuff): timestamp timezone and reconciliation performance
1. Timestamp timezone: Convert UTC session directory timestamp to local
time before combining with wall-clock timestamps, preventing shifted
session bounds for non-UTC users.
2. Reconciliation performance: Added Codebuff case to
providerSourceFreshBeforeFingerprint that computes a composite
stat-only value across all three files (chat-messages.json,
run-state.json, chat-meta.json) and checks the skip cache before
content hashing. This reduces background I/O for unchanged sessions.
0 commit comments