feat: 审查质量增强——统一 API 配置、focus 区域、1-click suggestion - #108
Conversation
- 统一 AI_API_KEY / AI_BASE_URL 优先,回退提供方专属 key/base_url;AI 调用加 60s 超时 - prompt 增加 focus_areas(风险领域标签)、verification_steps(回归测试建议)、 suggestion_code(GitHub 1-Click Suggestion) - parse 解析并渲染新字段(折叠块展示 focus/verification) - 配置解析增强:行尾注释剥离、manual_reviewers 的 @ 前缀清洗 - 行号校准(validateIssueLines)、严重度校准 - scripts / worker 三形态同步;测试增至 21 用例 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 45 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. 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: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (10)
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 |
变更概述
审查质量迭代:统一 API 配置、报告增加 focus 区域与验证步骤、行内评论支持 GitHub 1-Click Suggestion、配置解析增强。
变更内容
AI_API_KEY/AI_BASE_URL优先,回退各提供方专属 key/base_url;AI 调用加 60s 超时focus_areas(风险领域标签,如 🔒 安全性)、verification_steps(回归测试建议)、suggestion_code(1-Click Suggestion)suggestion_code供 GitHub 1-Click Suggestionmanual_reviewers的@前缀清洗validateIssueLines防止行号漂移;严重度校准验证