Agent Builder list All models when accessed from Marketplace #11252
-
What happened?When creating or editing an agent from the Agent Marketplace, all models for each configured provider are listed. The model provider dropdown shows ALL available models (for each provider) instead of respecting the configuration from librechat.yaml. However, when accessing the agent builder from the main chat interface, everything works correctly. Screen.Recording.2026-01-07.at.19.02.55.movVersion Information0.8.2-rc2 Steps to Reproduce
What browsers are you seeing the problem on?No response Relevant log outputn/aScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I followed these steps and was not able to reproduce, can you record a screen capture?
Creating/editing a new agent from the agent marketplace UI is not possible (center of screen). Doing so from the builder (right-hand side of screen) did not have the observed effect:
Any combination of navigating to or refreshing from the marketplace page did not reproduce the behavior. Also, try updating to 0.8.2-rc2 as it may be due to a separate issue already resolved. |
Beta Was this translation helpful? Give feedback.
Hi @romy651,
Thanks for raising this, just opened a PR #11253 that appears to address the cause of this behavior. I was able to reproduce your issue, and after testing it for a couple minutes, it seems like the allowed models are now being respected consistently. The root cause was the query hook grabbing a default list from our config as initialData and the contained lists getting cached and served to the frontend until they had a chance to be invalidated and the proper model lists served instead.