pub fn build_version_report(
session_dir: Option<&Path>,
) -> Result<CopilotVersionReport>Expand description
Build a full version report by detecting installed extensions and optionally scanning session files for embedded version info.
If session_dir is provided, scans JSONL files in that directory for
extensionVersion fields.