Skip to content

v0.4.0 — CodeRabbit Auto-Fix Loop

Choose a tag to compare

@schlemperdev schlemperdev released this 25 Jun 02:33
· 13 commits to main since this release

What's New

  • scripts/coderabbit-loop.ts — Automated CodeRabbit fix loop for PRs
    • Polls GitHub API for reviews, applies inline suggestions, commits/pushes
    • Supports suggestion, ts, and plain code fences
    • Descending line order per file prevents index shift
    • MAX_LOOPS=5 safeguard with PR comment for manual intervention
    • Detects CodeRabbit no-action signal when review body is edited in-place
    • Uses execFileSync/argv (no shell injection) + paginated API calls
  • AGENTS.md updated with coderabbit-loop work guidance entry