Providers: unified vocabulary, listing fix, and add-provider flow (#1508) - #1513
Open
santoshkumarradha wants to merge 3 commits into
Open
santoshkumarradha wants to merge 3 commits into
santoshkumarradha wants to merge 3 commits into
Conversation
) The model picker names each service block with its address and model count, says WHY a service that lists nothing has nothing (fetch error with ctrl+r retry, in-flight listing, or genuinely empty), and closes with a selectable '+ add a provider' row that opens the add-provider flow: the panel walks the machine's local ports and offers the vendored catalog beside them, every row ending in the one mint flow. The settings Providers tab leads with the default provider (address, model count, key status), orders custom and connected services under a providers head, offers the four actions on enter (refresh models · rename · change key · disconnect), and names the host/routing/speed guard rows under a routing head. Assisted-by: CodeAF (gemini-3.8-flash-high) Co-Authored-By: CodeAF <267109073+agentfield-bot@users.noreply.github.com>
|
|
… expect the all-hosts-slow wording; cmd/codeaf: unlock the notices snapshot from a defer Assisted-by: CodeAF (gemini-3.8-flash-high) Co-Authored-By: CodeAF <267109073+agentfield-bot@users.noreply.github.com>
Assisted-by: CodeAF (gemini-3.8-flash-high) Co-Authored-By: CodeAF <267109073+agentfield-bot@users.noreply.github.com>
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.
Resolves #1508.
Summary
Vocabulary Unification:
host, "served by ",→ hosts,tab hosts).internal/tui3/providerword_law_test.goto enforce vocabulary across non-test strings.Model Listing Fix & Background Cache Engine:
warmEmptyProvidersinapp.Init().ctrl+rin/modeltriggers concurrent refreshes for all connected providers viaRefreshAllModels.can't list models · <error> · ctrl+r retry,listing models…, orlists no models · type a model id), never an empty or missing group.UI Updates (
/model, Settings → Providers,/connect):/modelgroup heads show provider name, address, and model count (local 127.0.0.1:8317 · 12 models), and ends with a selectable+ add a providerrow.refresh models · rename · change key · disconnect. Host, routing, and speed guard are grouped under aroutinghead./connectuses group headprovidersand descriptionproviders and accounts · connect another.Add Provider Flow & Loopback Probing:
+ add a providerwith concurrent loopback port probing (11434 Ollama, 1234 LM Studio, 8000 vLLM, 8080 llama.cpp, 8317) under "found on this machine".ProbeOpenAIEndpoint) requiring keys only on 401/403.Review Passes
startModelConnect/startCustomAdd/modelEntryAnswermint flow; clean Bubble Tea command patterns; absence and vocabulary laws passing.—
Drafted with CodeAF · reviewed and owned by the author