feat(groom): default the agent model to claude-opus-5#70
Open
mattmillerai wants to merge 1 commit into
Open
Conversation
The finder/verifier/builder agents drive groom's output quality — finding real refactors, adjudicating CONFIRM/REJECT, and writing the patch — so the default tracks the current flagship. Callers can still pin an older id (e.g. claude-opus-4-8) via the model input to hold a run steady. actionlint clean. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe reusable groom workflow’s ChangesGroom workflow model input
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
There was a problem hiding this comment.
🔍 Cursor Review — Consolidated panel
Triggered by @mattmillerai.
✅ No high-signal findings.
Panel: 8/8 reviewers contributed findings.
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.
Bumps the groom
modelinput defaultclaude-opus-4-8→claude-opus-5, and documents the trade-off in the input description.The finder, verifier, and builder agents are groom's output quality — surfacing real refactors, adjudicating CONFIRM/DOWNGRADE/REJECT, and authoring the patch — so the default should track the current flagship. Callers that want to hold a run steady can still pin an older id via the
model:input; neither current caller (comfy-cloud-mcp-server, cloud) overrides it, so both pick this up on their next SHA bump.ELI5
Groom uses an AI model to read the repo, decide which cleanups are real, and write the fix. This points it at the newest, strongest model instead of the previous one, because the quality of what it finds and writes depends almost entirely on that choice. Anyone who wants the old model can still ask for it by name.
Cost note: a finder pass is ~$7.50 at the previous model; expect this to shift with Opus 5 pricing. Runtime is unchanged (~12 min, well inside the 40-min timeout).
actionlintclean.