#581 Send scoped subdiffs to deep-review-pro agents#592
Conversation
|
Warning Review limit reached
More reviews will be available in 26 minutes and 32 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
📝 WalkthroughWalkthroughPR ChangesDeep Review Pro Scope Builder and Unified Agent Contract
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related issues
Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Summary
Closes #581
Contributes to #587
Adds the
/deep-review-proscope-builder contract for per-agent prompt frames. The workflow now documents a completeCHANGED_FILESmanifest,<changed-files>prompt block, agent-specific hunk selection, and conservative full-diff handling for the broad security/simplification/code/architecture reviewers.Updates every specialist prompt so agents know their inline diff may be scoped and that
Read,Grep, andGlobremain available for context outside the subdiff. Also records the prompt-footprint benchmark evidence indocs/deep-review-pro-benchmark/reports/581-agent-subdiffs.md.Test plan
python3 scripts/test_benchmark_deep_review_pro.pypython3 -m coverage run -m unittest scripts.test_benchmark_deep_review_propython3 -m coverage report -m scripts/benchmark-deep-review-pro.py scripts/test_benchmark_deep_review_pro.pygit diff --checkSummary by CodeRabbit
Release Notes
Refactor
Tests
Documentation