docs: normalize legacy plan names to current tiers#22
Conversation
Replace the legacy "Reservoir Mastery (Professional+)" tier name in streaming docs, comments, the example, and the subscription-rejected error message with current billing language: "Professional plan ($99/mo) or higher" (WebSocket/streaming gates at Professional+). Updated the streaming test assertion to match the new error string. No functional code paths changed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 20 minutes and 7 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?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 credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. 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, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ 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 |
Replaces the legacy Reservoir Mastery tier name in streaming-related docs, comments, the example, and the WebSocket subscription-rejected error message with current billing language.
Streaming / WebSocket gates at Professional plan ($99/mo) or higher per
GET /billing/plans.Changes
README.md— streaming section availability line.examples/streaming.ts— header comment.src/client.ts—streamresource doc comment.src/resources/streaming.ts— module doc comment, rig-count comment, and the runtimereject_subscriptionerror message string.tests/resources/streaming.test.ts— updated the assertion regex (/Reservoir Mastery/→/Professional plan/) to match the new error string.Comments/strings only; no functional code paths changed.
npm run buildpasses; streaming test suite passes (17/17). No version bump.🤖 Generated with Claude Code