refactor: hide qa channels with exposure metadata

This commit is contained in:
Peter Steinberger
2026-04-05 08:22:27 +01:00
parent b58f9c5258
commit d7f75ee087
16 changed files with 230 additions and 39 deletions

View File

@@ -428,7 +428,13 @@ export type PluginPackageChannel = {
selectionDocsOmitLabel?: boolean;
selectionExtras?: readonly string[];
markdownCapable?: boolean;
exposure?: {
configured?: boolean;
setup?: boolean;
docs?: boolean;
};
showConfigured?: boolean;
showInSetup?: boolean;
quickstartAllowFrom?: boolean;
forceAccountBinding?: boolean;
preferSessionLookupForAnnounceTarget?: boolean;