Make provider model selection trustworthy and accessible#591
Merged
Conversation
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.
Scope
mainbaseline.Why
The RC3 UI already had a basic discovered-model picker, but any non-empty adapter listing could be presented as authoritative. Some compatibility providers expose static protocol-family rows that do not describe the configured service, and the router UI held only one provider catalog. Discovery was also able to delay settings loading and replace an input after the user started typing.
This change makes selection an optional, verified accelerator: trusted live data becomes selectable, and every uncertain case stays editable as free text.
User impact
Branch target
mainfix/trusted-model-pickerLinked issue
None.
Release note status
Include as a Web UI model-selection reliability and usability improvement in the next release notes.
Test results
695 passed, 1 skipped— complete onboarding suite.57 passed— gateway RPC, wire-contract, and provider registry coverage.822 passed— complete Web UI unit suite.13 passed— public release hygiene.Safety notes
onboarding.models.discoverare unchanged.Third-party origin
None. The implementation, tests, and copy are original OpenSquilla work; no external source code or fixtures were copied.