Closed nicolasaunai closed 5 months ago
[!WARNING]
Rate Limit Exceeded
@nicolasaunai has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 14 minutes and 59 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. 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](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between 7544f55f88e97ee71b6db9256551d911daa6719b and ad2e519168b397cac9df115e538e9bd3b1b7744f.
The .coderabbit.yaml
configuration file has undergone significant restructuring and updates. The settings
section has been replaced with new configurations, including early_access
, enable_free_tier
, language
, and tone_instructions
. New sections such as knowledge_base
, chat
, and reviews
have been added, each with detailed sub-configurations. Additionally, path_based_instructions
has been moved and expanded under reviews
, and new features like auto_review
have been introduced.
File | Change Summary |
---|---|
.coderabbit.yaml |
- Replaced settings with early_access , enable_free_tier , language , tone_instructions |
- Added knowledge_base section with learnings , issues , jira , linear configurations |
|
- Added chat section with auto_reply |
|
- Added reviews section with various sub-configurations including profile , request_changes_workflow , high_level_summary , poem , review_status , collapse_walkthrough , path_filters , path_instructions , tools , and auto_review |
|
- Removed disable_poem |
|
- Moved path_based_instructions to path_instructions under reviews with additional configurations |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
knowledge_base
,chat
, andreviews
.reviews
section.Improvements
settings
section for better clarity and functionality.Removals
disable_poem
setting.