docs: document uiConfig.filters catalog filter configuration - #254
Merged
Merged
Conversation
## What changed
Document the marketplace UI's new `uiConfig.filters` Luigi context field in
`reference/components/marketplace.md`, alongside the existing Configuration
table.
## Why
The marketplace UI now builds its provider-catalog filter row dynamically
from `uiConfig.filters` instead of always rendering hardcoded Category and
Provider filters. This documents the new config surface so integrators know
how to drive the catalog's filtering UI without a UI code change.
## Details
- Added a `uiConfig.filters` row to the context-fields table.
- Explained the `{label, providerMetadataPath}` shape: one filter control per
entry, no entries means no filter row at all.
- Explained that `providerMetadataPath` is a dot-path resolved against each
provider's `ProviderMetadata`, transparently walking through JSON-encoded
sub-objects such as `spec.data` (e.g. `spec.data.category`).
- Explained option derivation (distinct values found across the catalog) and
filtering semantics (selection narrows results, empty selection shows all).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: gkrajniak <gkrajniak@gmail.com>
lpgarzonr
approved these changes
Sep 15, 2026
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.
What changed
Document the marketplace UI's new
uiConfig.filtersLuigi context field inreference/components/marketplace.md, alongside the existing Configurationtable.
Why
The marketplace UI now builds its provider-catalog filter row dynamically
from
uiConfig.filtersinstead of always rendering hardcoded Category andProvider filters. This documents the new config surface so integrators know
how to drive the catalog's filtering UI without a UI code change.
Details
uiConfig.filtersrow to the context-fields table.{label, providerMetadataPath}shape: one filter control perentry, no entries means no filter row at all.
providerMetadataPathis a dot-path resolved against eachprovider's
ProviderMetadata, transparently walking through JSON-encodedsub-objects such as
spec.data(e.g.spec.data.category).filtering semantics (selection narrows results, empty selection shows all).
🤖 Generated with Claude Code