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: remove sqlite3 CLI fallback — no more subprocess spawning
better-sqlite3 returns [] silently if unavailable (not installed as
native module in extension context). sqlite3 CLI fallback is completely
removed — it was the root cause of sqlite3.exe pile-up on every poll.
Cursor Sessions tab shows 0 if better-sqlite3 not present; safe > broken.
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