profile: drop-into-existing-pipeline recipe + cost-header read - #16
Conversation
Closes the two audit gaps for the org profile: - Integration path (was build-new only): add an 'Already have a pipeline?' section — the one-line keyless base_url + Floe key swap, OpenAI-compatible, linking to the docs integration guide. - Cost visibility: note that each response returns its cost in X-Floe-Payment-Amount so you can meter per call and per task.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 9 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 (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
Adds missing onboarding guidance to the org profile README by documenting (1) how to route an existing OpenAI-compatible pipeline through Floe and (2) where to read per-call cost from response headers.
Changes:
- Documented per-response cost visibility via the
X-Floe-Payment-Amountheader. - Added an “Already have a pipeline?” recipe showing how to swap
base_urland API key for OpenAI-compatible SDKs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Closes the two gaps the onboarding audit flagged for the GitHub org profile (both were 🟡):
base_url+ Floe-key swap (OpenAI-compatible), linking to the docs integration guide (floe-labs-docs PR #69).X-Floe-Payment-Amountfor per-call / per-task metering.Not touched (flagged)
README:15still says "200 API credits on signup" — this conflicts with the $2 welcome credit (email) and $3 (dashboard) seen on other surfaces. Cross-surface welcome-credit number needs one source of truth before I change any of them.Status
Draft. No merge.