[features] message cancellation#207
Conversation
|
Warning Review limit reached
More reviews will be available in 58 minutes and 45 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 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 see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughAdds documentation for cancelling pending messages, including the new cancel scope, lifecycle states, and ChangesMessage cancellation docs
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
Deploying docs with
|
| Latest commit: |
f971d00
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3146a14b.docs-7wm.pages.dev |
| Branch Preview URL: | https://features-message-calcellatio.docs-7wm.pages.dev |
|
@coderabbitai full review |
✅ Action performedFull review finished. |
|
@coderabbitai full review |
✅ Action performedFull review finished. |
|
@coderabbitai full review |
✅ Action performedFull review finished. |
|
@coderabbitai full review |
✅ Action performedFull review finished. |
|
@coderabbitai full review |
✅ Action performedFull review finished. |
|
@coderabbitai full review |
✅ Action performedFull review finished. |
6a0914a to
3ff680f
Compare
|
@coderabbitai full review |
✅ Action performedFull review finished. |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/features/status-tracking.md`:
- Around line 57-59: Add the missing non-cancelled outcomes to the state
transition diagram around the Cancelling state in the status-tracking
documentation, since the cancel flow can still resolve to Sent, Delivered, or
Failed. Update the diagram entries for Cancelling so it includes those terminal
paths, or explicitly adjust the wording/structure to make it clear those
outcomes bypass Cancelling; use the Cancelling, Cancelled, Sent, Delivered, and
Failed symbols to locate the section.
In `@docs/features/webhooks.md`:
- Around line 59-64: The sms:cancelled webhook documentation still describes
recipient as the receiving device and nullable, which conflicts with the
outbound event shape. Update the sms:cancelled field description in the webhooks
docs so recipient is clearly documented as the destination phone number for the
cancelled outgoing message, using the existing sms:cancelled section and
recipient field label as the reference point.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: b2306062-6d0e-4370-ac65-5da06d0e3846
📒 Files selected for processing (4)
docs/features/sending-messages.mddocs/features/status-tracking.mddocs/features/webhooks.mddocs/integration/authentication.md
58bdba7 to
8c09669
Compare
8c09669 to
f971d00
Compare
Summary by CodeRabbit
sms:cancelledwebhook event, including payload example and multipart behavior.messages:canceland mapped it to the message cancellation endpoint.