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: replace fs.watch with 30s polling for Codex sessions (v0.8.8)
fs.watch { recursive:true } on Windows fails to detect new files when Codex
creates a new date subdirectory (YYYY/MM/DD/) mid-session. Polling every 30s
via scanCodexSessions() reliably catches all new/modified .jsonl files
regardless of directory structure changes. Tracks exported mtime per file
to avoid re-exporting unchanged sessions.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
"description": "Export AI coding agent conversations to Markdown. Supports Claude Code (→ .claude-code-history/), OpenAI Codex (→ .codex-history/), and Cursor Composer (→ .cursor-history/). Features: auto-watch, session inject/import for claude --resume, and repair of thinking-block signature errors when switching API providers.",
0 commit comments