fix(review): increase MAX_FILES from 100 to 500#13
Conversation
The review command was silently dropping files beyond the first 100, causing incomplete reviews on large branches. Aligns the limit with the PR suggestions flow which already supports 500 files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
|
The pull request description does not contain a reference to a GitHub issue (e.g., #123) or a closing keyword (e.g., 'Closes #123'). Please update the description to link this PR to the relevant issue for better tracking and context. Kody Rule violation: Ensure PR closes referenced issues |
Bump MAX_DIFF_SIZE from 500KB to 1MB and MAX_CONTENT_SIZE from 2MB to 5MB to reduce the chance of silently dropping legitimate large files from reviews. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Kody Review CompleteGreat news! 🎉 Keep up the excellent work! 🚀 Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
|
To improve project tracking and automated workflows, please link this pull request to its corresponding issue. Add a closing keyword like |
The review command was silently dropping files beyond the first 100, causing incomplete reviews on large branches. Aligns the limit with the PR suggestions flow which already supports 500 files.
Increases the maximum number of files allowed for a code review from 100 to 500. This change enhances the review service's capacity to process larger codebases or pull requests involving more files.