feat(review): enrich review attribution metadata#7
Merged
Conversation
feat: - Show agent identity before the skill fingerprint in review summaries - Prefer configured model names for display without changing ACP selection - Preserve the GitHub repository attribution and place model usage last fix: - Update JSON retry generics for Python 3.12 Ruff compliance docs: - Document display-only model fallback behavior test: - Cover model precedence, agent labels, footer layout, and ACP isolation
There was a problem hiding this comment.
Code Review
Well-structured display-only enrichment of review attribution metadata. Changes are cleanly scoped, backward-compatible, and thoroughly tested.
Severity: Critical 0 / High 0 / Medium 0 / Low 0
Inline comments posted: 0
Model: unavailable · Tokens: input 4,557 / output 49 / total 38,655
Generated by whhe/code-review-bot · Skill fingerprint: 43b5df0c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improve review summary attribution by displaying the active agent and configured model metadata while preserving the existing ACP model-selection behavior. The attribution continues to link to
whhe/code-review-bot.Changes
ACP_MODEL,ANTHROPIC_MODEL, orOPENCODE_MODELas display-only model metadata with explicit precedence.238 passed).Motivation
ACP responses may omit the model name even when the backend model is explicitly configured, causing review comments to display
unavailable. Review summaries also need to identify the active agent without changing how models are selected or configured.