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(wip): correctly capture codex session UUID from nested directory structure
Codex stores sessions as ~/.codex/sessions/YYYY/MM/DD/rollout-<ts>-<uuid>.jsonl.
The old code just listed top-level dirs, grabbing "2026" instead of the UUID.
Now finds the most recent .jsonl file and extracts the UUID with grep.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments