feat(auto-approve): configurable reviewer model in settings #206
No reviewers
Labels
No labels
backend
bug
chore
duplication
effort:complex
effort:medium
effort:trivial
enhancement
frontend
fullstack
priority:high
ready-for-agent
refactor
security
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dries/ocman!206
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/auto-approve-model-selector"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
anthropic/claude-haiku-4-5); it can now be changed from the UI.settingtable (keyjudge_model,provider/modelIDstring) — no new migration. Applied to the running judge immediately on save and re-read per judge run.GET/POST /api/settings/judge-model; frontend reuses the existingModelSelectcomponent.Testing
make lintandmake testpass.TestLoadJudgeModelcovering theprovider/modelIDparsing (unset, malformed, provider-with-slashes model, leading/trailing slash).Coverage ratchet: ✅ pass
Tolerance: -0.1%. Baseline stored on
gh-pages.