fix: enable DAP SDK streaming mode for node files >10MB
DAP SDK limits non-streaming requests to 10MB. Node files (22-81MB) exceeded the limit, causing fallback to wrong version.
Solution: pass empty progress_callback to enable streaming mode, which removes the limit and processes files chunk-by-chunk.