v0.12.1 - Bot Detection Fix
🐛 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.