fix(cli): refuse delta uploads over 10k files + docs#2759
Conversation
Match the set_manifest entry cap in the CLI before creating a version or uploading files, document the limit, and cover the backend rejection. Co-authored-by: Martin DONADIEU <martindonadieu@gmail.com>
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 20 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (8)
Comment |
Merging this PR will not alter performance
Comparing Footnotes
|
Co-authored-by: Martin DONADIEU <martindonadieu@gmail.com>
Co-authored-by: Martin DONADIEU <martindonadieu@gmail.com>
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_543b34c6-b438-4d33-8f29-8be350c09991) |
There was a problem hiding this comment.
Stale comment
Risk: low. Cursor Bugbot skipped (usage limit reached), so the automated review did not complete successfully. Human review is needed before merge; no reviewers were assigned because the PR author is the sole repo collaborator.
Sent by Cursor Approval Agent: Pull Request Approver External
Give a clear why/what-to-do message when refusing oversized delta uploads, and align API/docs wording with the same guidance. Co-authored-by: Martin DONADIEU <martindonadieu@gmail.com>
Co-authored-by: Martin DONADIEU <martindonadieu@gmail.com>
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_896d8456-9ac6-4d35-a475-eb9ebbf87a07) |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_9bf34a5c-cee4-4604-86bb-0e45bda01ded) |
|





Summary (AI generated)
uploadPartialas defense in depthMAX_MANIFEST_ENTRIESconstant in the CLI (kept in sync withset_manifest)error_manifest_too_large--deltahelp,cli/webdocs/bundle.mdx, and release-management skillMotivation (AI generated)
Backend
set_manifestalready rejects oversized manifests. Without a CLI pre-check, users can spend time uploading thousands of delta files and then fail at finalize. Matching the cap client-side gives an immediate, actionable error (--no-deltaor fewer files).Business Impact (AI generated)
Fewer failed/incomplete delta uploads and clearer guidance for large asset trees, while keeping the production-safe 10k ceiling already enforced by the API.
Test Plan (AI generated)
prepareBundlePartialFilesand again inuploadPartialerror_manifest_too_largefor 10,001 entries--deltaexits before upload--no-deltastill uploads as zipLanding FAQ / docs PR (AI generated)
Website PR is blocked here:
cursor[bot]has no push access toCap-go/website. Ready-to-apply edits for a separate landing PR:apps/docs/src/content/docs/docs/faq.mdx(Delta limitations list):apps/docs/src/content/docs/docs/live-updates/differentials.mdx(Delta update limitations):Suggested website branch name:
cursor/delta-manifest-file-limit-faq-d719.Generated with AI