Remove interactive apply in favor of more detailed --apply#434
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. 📝 WalkthroughWalkthroughThis PR removes the interactive apply menu option and replaces it with a directed CLI approach. The changes detect how the CLI was invoked, pass this context through the app, and display a banner suggesting users explicitly use the Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@src/index.tsx`:
- Around line 93-95: The console.log message in src/index.tsx contains a typo:
change the string '"\nPatches applied (run with --show-unchaned to show all
patches):"' used in the top-level console.log to use the correct flag name
'--show-unchanged' so the message reads '"\nPatches applied (run with
--show-unchanged to show all patches):"'; locate the console.log call and update
the misspelled word only.
This PR removes the interactive
*Apply customizationsoption in favor of--apply, which as of #433 is more detailed.--applyis likely used much more than interactive apply in the majority of cases.Summary by CodeRabbit
New Features
--applyflag to apply pending changes.Bug Fixes
--applyCLI flag.✏️ Tip: You can customize this high-level summary in your review settings.