Commit Graph

8 Commits

Author SHA1 Message Date
Ben
2309887329 fix: map REVIEW_MAX_COMMENTS to both inline and context limits
REVIEW_MAX_COMMENTS was only mapped to REVIEW__MAX_INLINE_COMMENTS which
only limits comments per-file. Added REVIEW__MAX_CONTEXT_COMMENTS mapping
to also limit total comments per MR, which is what users expected.

Also added missing LLM__META__TEMPERATURE env var mapping.
2026-01-02 01:09:48 +00:00
Ben
2f91e0b817 Limit inline comments via REVIEW_MAX_COMMENTS
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 36s
2026-01-01 05:50:13 +00:00
Ben
16023164ac Revert to explicit GITEA_API_URL configuration
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 36s
2026-01-01 05:27:38 +00:00
Ben
59c50c4cde Refactor config to use GITEA_BASE_URL
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 37s
2026-01-01 05:23:00 +00:00
Ben
c815464849 docs: test AI review trigger 2026-01-01 05:17:04 +00:00
Ben
dbe4c7659f Expose host port via PORT env var
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 35s
2026-01-01 05:00:52 +00:00
Ben
ca3f6baa1e Clarify token permissions in README
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 35s
2026-01-01 04:56:19 +00:00
Ben
cd200946ef Add README with env var documentation
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 36s
2026-01-01 04:50:18 +00:00