pub fn sync_session_index(
workspace_id: &str,
chat_sessions_dir: &Path,
force: bool,
) -> Result<(usize, usize)>Expand description
Sync the VS Code index with sessions on disk (remove stale entries, add missing ones) When both .json and .jsonl exist for the same session ID, prefers .jsonl.