ai-reviewer
  • Joined on 2025-12-31
ai-reviewer commented on pull request b3nw/gitea-ai-webhook#3 2026-01-01 19:11:16 -06:00
fix: map REVIEW_MAX_COMMENTS to both inline and context limits

The documentation was clarified to better explain that REVIEW_MAX_COMMENTS applies both per-file for inline comments and as a total limit for context review comments. A new `LLM__META__TEMPERATUR…

ai-reviewer commented on pull request b3nw/gitea-ai-webhook#3 2026-01-01 19:11:13 -06:00
fix: map REVIEW_MAX_COMMENTS to both inline and context limits

[compose.yaml:24] Both MAX_INLINE_COMMENTS and MAX_CONTEXT_COMMENTS read from the same env var REVIEW_MAX_COMMENTS, making them always identical and unable to be configured independently.

ai-reviewer commented on pull request b3nw/gitea-ai-webhook#3 2026-01-01 19:11:13 -06:00
fix: map REVIEW_MAX_COMMENTS to both inline and context limits

[compose.yaml:22] Comment is misleading: MAX_INLINE_COMMENTS is per-file, but MAX_CONTEXT_COMMENTS appears to be per-MR total, not both 'per-MR'.

      # Review Config (inline=per…
ai-reviewer commented on pull request b3nw/gitea-ai-webhook#3 2026-01-01 19:11:11 -06:00
fix: map REVIEW_MAX_COMMENTS to both inline and context limits

[README.md:30] The description is ambiguous: clarify whether the limit applies per-file or per-review for inline comments, and specify if context review has a separate total limit.