Skip to content

v0.8.0 - Claude Code Integration

Choose a tag to compare

@stroupaloop stroupaloop released this 23 Jun 05:36
· 16 commits to main since this release
69b039f

🤖 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:

  1. Recognize this as a high-confidence security issue
  2. Skip re-analyzing with another LLM
  3. Automatically mark it for fixing
  4. 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