@remnic/plugin-openclaw 9.26.0 → 9.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -7357,7 +7357,9 @@ var pluginDefinition = {
7357
7357
  globalThis.__openclawEngramTrace = void 0;
7358
7358
  }
7359
7359
  const existingAccessService = globalThis[keys.ACCESS_SERVICE];
7360
- const accessService = existingAccessService && existingAccessService ? existingAccessService : new access_service_exports.EngramAccessService(orchestrator);
7360
+ const accessService = existingAccessService && existingAccessService ? existingAccessService : new access_service_exports.EngramAccessService(orchestrator, {
7361
+ resolveSecretRef: (ref, context) => loadOpenClawSecretRefResolver().then((resolver) => resolver ? resolver(ref, context) : void 0)
7362
+ });
7361
7363
  globalThis[keys.ACCESS_SERVICE] = accessService;
7362
7364
  const rawAuthCredential = cfg.agentAccessHttp["auth"+"Token"];
7363
7365
  const authCredentialIsSecretRef = rawAuthCredential !== void 0 && typeof rawAuthCredential !== "string";