@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias PluginInstalledParams

    type PluginInstalledParams = {
        cwds?: AbsolutePathBuf[] | null;
        installSuggestionPluginNames?: string[] | null;
    }
    Index

    Properties

    cwds?: AbsolutePathBuf[] | null

    Optional working directories used to discover repo marketplaces.

    installSuggestionPluginNames?: string[] | null

    Additional uninstalled plugin names that should be returned when present locally. This is used by mention surfaces that intentionally expose install entrypoints.