Fix Claude Code Review workflow comment tooling#267
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryUpdated Claude Code Review workflow to use GitHub PR comments instead of sticky comments for better integration.
This aligns the workflow with the updated Claude Code action capabilities and improves review visibility. Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR Event Triggered] --> B[Checkout Repository]
B --> C[Run Claude Code Action]
C --> D{Review Mode}
D -->|Old: Sticky Comment| E[Single Updatable Comment]
D -->|New: GitHub Comments| F[Multiple PR Comments]
F --> G[Top-level via gh pr comment]
F --> H[Inline via MCP tool]
C --> I[Parse Allowed Tools]
I --> J[Enable gh pr commands]
I --> K[Enable inline comment tool]
I --> L[Enable gh pr diff/view]
Last reviewed commit: e216f50 |
This ports the Claude Code review workflow fix from shakacode/hichee-data#367:
claude_args --allowedToolsThis makes Claude review output appear as top-level and inline PR comments.