You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "fix(catalog): prioritize model names in picker labels" (lidge-jun#763)
This reverts merge commit bf7a643,
restoring the historical default picker label for routed catalog rows:
the full Codex-facing `provider/model` slug.
PR lidge-jun#763 replaced that default with the final segment of the native model
id (`anthropic/claude-opus-5` -> `claude-opus-5`), plus a collision
ladder widening the label back to the native id and then to
`id (provider)` when two emitted rows would otherwise collide.
The revert restores `deriveEntry` and `applyCatalogModelMetadata` to
their pre-lidge-jun#763 signatures and drops `routedFallbackDisplayNames`
entirely. Explicitly configured `displayName` values, combo public
aliases, and native OpenAI marketing names were unaffected by lidge-jun#763 and
remain unaffected here.
The on-disk row preservation from lidge-jun#836 (`catalogModelsForMerge`) sits
later in `syncCatalogModels` and is untouched.
(cherry picked from commit d4c9eeec2da64027cdc60558af0d0e1fd3a221a7)
(cherry picked from commit 7e02a86)
0 commit comments