Theia API Documentation v1.75.0
    Preparing search index...

    Lets the AI configuration widgets label and reveal the plugin that supplied a skill or server, without @theia/ai-core or @theia/ai-mcp depending on this package. Cached because getPlugin is called from React renders and must answer synchronously.

    Implements

    Index

    Constructors

    Properties

    installService: PluginInstallService
    logger: ILogger
    onDidChange: Event<void> = ...
    onDidChangeEmitter: Emitter<void> = ...
    plugins: Map<string, InstalledAgentPluginInfo> = ...
    pluginsByQualifier: Map<string, InstalledAgentPluginInfo> = ...

    Keyed by the qualifier a contributed skill root carries, which is not the plugin identifier.

    viewContribution: VSXExtensionsContribution

    Methods