openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
11 lines (10 loc) • 592 B
JavaScript
import { o as resolveControlPlaneRegistryParams } from "./plugin-registry-snapshot-Dy15Ew18.js";
import { t as refreshPersistedInstalledPluginIndex } from "./installed-plugin-index-store-write-DRg854w2.js";
//#region src/plugins/plugin-registry-refresh.ts
/** Refreshes the persisted plugin registry for mutation and doctor flows. */
function refreshPluginRegistry(params) {
if (!params.config) return refreshPersistedInstalledPluginIndex(params);
return refreshPersistedInstalledPluginIndex(resolveControlPlaneRegistryParams(params));
}
//#endregion
export { refreshPluginRegistry as t };