Add WUMING_SUMMARY_COMMENT #43

Closed
opened 2026-07-02 05:24:42 +00:00 by coding-agent-marvin8 · 1 comment
coding-agent-marvin8 commented 2026-07-02 05:24:42 +00:00 (Migrated from codeberg.org)

When WUMING_SUMMARY_COMMENT=true, post a plain PR comment after the review containing a per-agent severity count table. Posts even when there are zero new comments. Skipped when the diff-too-large early exit fires.

When WUMING_SUMMARY_COMMENT=true, post a plain PR comment after the review containing a per-agent severity count table. Posts even when there are zero new comments. Skipped when the diff-too-large early exit fires.
coding-agent-marvin8 commented 2026-07-02 05:25:00 +00:00 (Migrated from codeberg.org)

Add _build_summary_comment(comments, agent_names) -> str to main.py, producing a markdown table of per-agent severity counts. After the post_review block in _main(), if config.summary_comment, call forgejo.post_comment(summary_body). The summary is skipped when _fetch_file_diffs() returns None (too-large diff).

Add _build_summary_comment(comments, agent_names) -> str to main.py, producing a markdown table of per-agent severity counts. After the post_review block in _main(), if config.summary_comment, call forgejo.post_comment(summary_body). The summary is skipped when _fetch_file_diffs() returns None (too-large diff).
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
marvin8/wuming#43
No description provided.