Skip to content

v0.12.1 - Bot Detection Fix

Choose a tag to compare

@stroupaloop stroupaloop released this 07 Jul 20:10
· 7 commits to main since this release
3cdf857

🐛 Bug Fixes

Fixed Bot Detection Gap

  • pr-vibe can now properly detect CodeRabbit PR review comments
  • Added special handling for comments attached to PR reviews
  • Fixes the issue where pr-vibe couldn't review its own PRs

🚀 Dependencies Updated

  • dotenv: 16.5.0 → 17.0.1
  • @anthropic-ai/sdk: 0.30.1 → 0.56.0
  • openai: 4.104.0 → 5.8.2
  • @octokit/rest: 21.1.1 → 22.0.0

Technical Details

The issue was that CodeRabbit posts review comments attached to a PR review that says "Actionable comments posted: 0", but the actual actionable comments are in the review.comments array. pr-vibe now properly processes these nested comments.

Full Changelog