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
Replay-safe imports: the converter now emits paired step/start…step/end markers around every assistant message and tool event, so imported sessions no longer fail token-meter cold replay after a model switch (no matching step/start event).
New: repair-sessions — scan the session store for replay damage (missing step pairing, stale chunk citations, seq gaps from rewritten-head + stale-cursor tails) and heal logs in place, validated by DSH's real token meter before any write. Available as CLI (dsh-codex-sync repair-sessions [--fix]) and slash command (/repair-sessions [--fix]). A .bak is kept next to every repaired log.
npm test now auto-locates the dsh checkout for @deepseek-ai/* resolution (40 tests).