stop filing switched-off AI providers under "Needs setup" - #5620
Merged
Conversation
PortOS ships dozens of optional provider records. `providerCardState` ranked BLOCKED above DISABLED, so every switched-off provider missing a CLI or an API key was filed under "Needs setup" and painted amber — making an install with a perfectly good provider read as degraded or half-configured. Disabled now outranks blocked. The findings still ride along in `missing`, so a switched-off card still says what enabling it would take — as a muted "SETUP TO ENABLE" note, an informational readiness banner, and a muted runtime pill, rather than an outstanding task. The server's capability row already counted only enabled providers; a test now pins that.
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
providerCardState. PortOS ships dozens of optional provider records; ranking BLOCKED first filed every switched-off provider missing a CLI or API key under Needs setup and painted it amber, making an install with a perfectly good provider read as degraded or half-configured.missing. They render as a mutedSETUP TO ENABLEbadge, an informational (not amber) readiness banner, and a muted runtime pill: a note for the day the user wants the provider, not an outstanding task.providersRowfiltersenabled !== false), so the Capability Map row and setup banner were already correct — a test now pins that so the two halves can't drift.Test plan
client: 847 files / 10,625 tests pass; biome lint clean.server: 1,807 files / 36,796 tests pass.providers.test.js), the optional readiness tone and wording (ProviderReadiness.test.jsx), the Disabled filing plus muted runtime pill and section order (AIProviders.test.jsx), and the server tally ignoring switched-off providers (capabilityMap.test.js).