feat: support concurrent chunk uploads#96
Conversation
Greptile SummaryThis PR replaces the sequential chunk-upload loop with a concurrent implementation that uploads the first chunk alone (to obtain the server-assigned upload ID), then dispatches all remaining chunks with up to 8 parallel requests using a fill-the-pipeline queue. The version is bumped to 13.1.0 and the response-format header is updated to 1.9.5.
Confidence Score: 4/5The concurrent upload logic is sound and the The concurrent upload implementation is correct: the first-chunk gate, src/client.ts — the Important Files Changed
Reviews (4): Last reviewed commit: "feat: support concurrent chunk uploads" | Re-trigger Greptile |
This PR updates the SDK to support concurrent chunk uploads.