Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/groom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,14 @@ on:
required: false
default: the whole repository
model:
description: Anthropic model id for both the finder and the verifier agents.
description: >-
Anthropic model id for the finder, verifier, and builder agents. Defaults
to the current flagship — finding real refactors and adjudicating them is
quality-sensitive, so the strongest model earns its cost here. A caller
can pin an older id (e.g. `claude-opus-4-8`) to hold a run steady.
type: string
required: false
default: claude-opus-4-8
default: claude-opus-5
workflows_ref:
description: >-
Ref of Comfy-Org/github-workflows to load the groom briefs + ledger
Expand Down
Loading