{{ message }}
revert(dashboard): show raw model ids in the agent picker - #3212
Merged
Conversation
Undo the friendly-name change from #3210: the model list, picker rows, and triggers again show the raw `provider:modelId` code id (font-mono, provider colored) instead of human-friendly names. The registry `name` field is removed and dynamic AnyRouter/OpenRouter/preset entries use the raw model id as their display name. Co-Authored-By: duyetbot <bot@duyet.net>
duyet
enabled auto-merge (squash)
August 21, 2026 06:50
Contributor
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
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.

Summary
Reverts the friendly-model-name change from #3210: the agent model picker list, option rows, and triggers again show the raw model code id (
provider:modelId, font-mono, provider-colored) instead of human-friendly names.Changes:
agent-model-picker.tsx—ModelOptionRow, toolbar trigger, and panel trigger displayprovider:modelId; search matches the raw id.agent-model-registry.ts— removed thenamefield fromModelEntryand all registry entries;parseExtraModelsno longer sets it.use-agent-model.ts— static models use the raw id asname.routes/api/v1/agents/models.ts— registry models reportname: entry.id(raw).anyrouter-dynamic-models.ts,openrouter-dynamic-models.ts,anyrouter-presets.ts— dynamic/preset entries use the raw model id asname(no catalog friendly names).parseExtraModelsexpectations).Verification
tsc --noEmitclean; biome clean on changed files.