Skip to content

fix(review): increase MAX_FILES from 100 to 500#13

Merged
malinosqui merged 2 commits intomainfrom
fix/review-max-files-limit
Feb 26, 2026
Merged

fix(review): increase MAX_FILES from 100 to 500#13
malinosqui merged 2 commits intomainfrom
fix/review-max-files-limit

Conversation

@malinosqui
Copy link
Member

@malinosqui malinosqui commented Feb 26, 2026

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.

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>
@kody-ai

This comment has been minimized.

@kody-ai
Copy link

kody-ai bot commented Feb 26, 2026

kody code-review Kody Rules critical

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-ai
Copy link

kody-ai bot commented Feb 26, 2026

Kody Review Complete

Great news! 🎉
No issues were found that match your current review configurations.

Keep up the excellent work! 🚀

Kody Guide: Usage and Configuration
Interacting with Kody
  • Request a Review: Ask Kody to review your PR manually by adding a comment with the @kody start-review command at the root of your PR.

  • Validate Business Logic: Ask Kody to validate your code against business rules by adding a comment with the @kody -v business-logic command.

  • Provide Feedback: Help Kody learn and improve by reacting to its comments with a 👍 for helpful suggestions or a 👎 if improvements are needed.

Current Kody Configuration
Review Options

The following review options are enabled or disabled:

Options Enabled
Bug
Performance
Security
Cross File

Access your configuration settings here.

@kody-ai
Copy link

kody-ai bot commented Feb 26, 2026

kody code-review Kody Rules critical

To improve project tracking and automated workflows, please link this pull request to its corresponding issue. Add a closing keyword like Closes #123 or Fixes #123 to the pull request description. Kody Rule violation: Ensure PR closes referenced issues

@malinosqui malinosqui merged commit c0edc3f into main Feb 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant