Skip to content

v0.13.0 - Enhanced Bot Comment Detection

Choose a tag to compare

@stroupaloop stroupaloop released this 22 Jul 01:45
· 1 commit to main since this release
cd0c2a0

🐛 Fixed

  • Enhanced Bot Comment Detection - Fixed issue where pr-vibe would miss inline review comments from bots
    • Now properly detects nested PR review comments even when parent review says "0 actionable comments"
    • Fixed handling of empty/undefined comment bodies
    • Added comprehensive debug logging to trace comment processing

✨ New Features

  • Expanded AI Tool Support - Added detection for more AI code review tools:
    • GitHub Copilot
    • Codacy
    • CodeGeeX
    • ReviewDog
    • PR Bot
    • Generic bot detection for any tool with [bot] suffix

📚 Documentation

  • Added "Supported Bots" section to README
  • Listed all supported bot types with descriptions
  • Clarified inline review comment handling

🔧 Technical Improvements

  • Enhanced bot detector to handle edge cases (null/undefined bodies)
  • Added comprehensive test coverage for bot comment structures
  • Improved PR review comment association logic

Full Changelog

See CHANGELOG.md for complete details.