Major Improvements
🔧 Fixed Bot Comment Detection
- FIXED: CodeRabbit review comments were being missed due to restrictive filtering
- Now processes ALL PR reviews, even those without body text but containing nested comments
- Added comprehensive error handling and debug logging
👥 Human Reviewer Support
- NEW: Automatically processes human reviewer comments alongside bot feedback
- Intelligent priority detection (critical, high, medium, low)
- Comment categorization (security, request, suggestion, blocking, informational)
- No longer requires experimental flag - human comments processed by default
📊 Enhanced Reporting
- Added Human Reviews section to markdown reports
- Better tracking of human feedback with action status
- Improved summary statistics including human reviewer metrics
🧪 Testing & Validation
- All 22 test suites passing (195 tests)
- Successfully validated on real CodeRabbit reviews
- Comprehensive error handling improvements
📝 Documentation
- Updated README with Human Reviewer Support section
- Enhanced feature descriptions and examples
- Complete changelog with technical details
This release significantly improves pr-vibe's ability to detect and process feedback from both AI bots and human reviewers, making it a more comprehensive PR review automation tool.