fix(cli): reword org trial prompt to match current plan limits - #27
fix(cli): reword org trial prompt to match current plan limits#27NicolasRitouet wants to merge 1 commit into
Conversation
Private org repos no longer require a paid plan; the trial prompt now appears when an org hits a Free plan limit, so say that instead of the outdated Team-plan requirement. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 59 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: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
The org trial prompt in
keyway initclaimed private organization repos require a Team plan. That's no longer accurate: Free organizations can use private repos up to the plan limit, and the trial the backend grants isn't Team. The prompt now states neutrally that the organization hit a Free plan limit and offers the trial.Audited the whole CLI for stale plan references while at it: everything else (upgrade URLs, plan strings, limit messages) is relayed from the backend and stays correct on its own — no hardcoded quotas or tier names were found.
Tests
make build,go test ./..., golangci-lint: all green🤖 Generated with Claude Code