v0.8.0 - Claude Code Integration
🤖 Claude Code Integration
pr-vibe now has full support for the Claude Code GitHub app!
What's New
- Automatic Detection: Recognizes Claude Code bot comments and reviews
- Smart Analysis: Extracts Claude's confidence levels and categories
- Efficient Processing: Skips redundant analysis when Claude has already categorized
- Seamless Integration: Maps Claude's priorities to pr-vibe's action system
How It Works
When Claude Code reviews your PR with comments like:
MUST_FIX: SQL injection vulnerability (95% confidence - FACT)
pr-vibe will:
- Recognize this as a high-confidence security issue
- Skip re-analyzing with another LLM
- Automatically mark it for fixing
- Use Claude's confidence score in reports
Get Started
npx pr-vibe@latest pr <number>
pr-vibe will now intelligently handle Claude Code comments alongside CodeRabbit, DeepSource, and other bots!
Full Changelog: v0.7.0...v0.8.0