Block a user
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…
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.
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…
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.