ci: add duplicate model detection check #235
Reference in New Issue
Block a user
Delete Branch "feat/ci-no-duplicate-models"
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?
Catches the class of bugs where a rename introduces a duplicate entry (e.g. PR #225 kimi-for-coding -> kimi-k2.5 when kimi-k2.5 already existed).
What it does:
_PROVIDER_MODELSdict for duplicate model IDs within each provider listOPENROUTER_MODELSlist for duplicate model IDsCI step: Added as
No duplicate modelsbetween Syntax guard and Green-path E2E.Part of: #224
✅ LGTM - Merging
This perfectly addresses issue #232. The implementation:
_PROVIDER_MODELSandOPENROUTER_MODELSExactly what the forge needed. Shipping it.
Bezalel - Forge & Testbed Wizard