@openclaw/exa-plugin 2026.7.1 → 2026.7.2-beta.2
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/{exa-web-search-provider-CPRm92Va.js → exa-web-search-provider-BqypADjW.js} +1 -1
- package/dist/{exa-web-search-provider.runtime-CIkgCil-.js → exa-web-search-provider.runtime-DAKTXYih.js} +2 -3
- package/dist/index.js +1 -1
- package/dist/web-search-provider.js +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +4 -4
|
@@ -16,7 +16,7 @@ const EXA_FRESHNESS_VALUES = [
|
|
|
16
16
|
"year"
|
|
17
17
|
];
|
|
18
18
|
const EXA_MAX_SEARCH_COUNT = 100;
|
|
19
|
-
const loadExaWebSearchRuntime = createLazyRuntimeModule(() => import("./exa-web-search-provider.runtime-
|
|
19
|
+
const loadExaWebSearchRuntime = createLazyRuntimeModule(() => import("./exa-web-search-provider.runtime-DAKTXYih.js"));
|
|
20
20
|
const ExaSearchSchema = {
|
|
21
21
|
type: "object",
|
|
22
22
|
properties: {
|
|
@@ -229,6 +229,7 @@ function missingExaKeyPayload() {
|
|
|
229
229
|
};
|
|
230
230
|
}
|
|
231
231
|
function buildExaCacheKey(params) {
|
|
232
|
+
const contents = params.contents ?? { highlights: true };
|
|
232
233
|
return buildSearchCacheKey([
|
|
233
234
|
"exa",
|
|
234
235
|
params.endpoint,
|
|
@@ -238,9 +239,7 @@ function buildExaCacheKey(params) {
|
|
|
238
239
|
params.freshness,
|
|
239
240
|
params.dateAfter,
|
|
240
241
|
params.dateBefore,
|
|
241
|
-
|
|
242
|
-
params.contents?.text ? JSON.stringify(params.contents.text) : void 0,
|
|
243
|
-
params.contents?.summary ? JSON.stringify(params.contents.summary) : void 0
|
|
242
|
+
JSON.stringify(contents)
|
|
244
243
|
]);
|
|
245
244
|
}
|
|
246
245
|
async function executeExaWebSearchProviderTool(ctx, args) {
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as createExaWebSearchProvider } from "./exa-web-search-provider-
|
|
1
|
+
import { t as createExaWebSearchProvider } from "./exa-web-search-provider-BqypADjW.js";
|
|
2
2
|
import { definePluginEntry } from "openclaw/plugin-sdk/plugin-entry";
|
|
3
3
|
//#region extensions/exa/index.ts
|
|
4
4
|
var exa_default = definePluginEntry({
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as createExaWebSearchProvider } from "./exa-web-search-provider-
|
|
1
|
+
import { t as createExaWebSearchProvider } from "./exa-web-search-provider-BqypADjW.js";
|
|
2
2
|
export { createExaWebSearchProvider };
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/exa-plugin",
|
|
3
|
-
"version": "2026.7.
|
|
3
|
+
"version": "2026.7.2-beta.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/exa-plugin",
|
|
9
|
-
"version": "2026.7.
|
|
9
|
+
"version": "2026.7.2-beta.2"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/exa-plugin",
|
|
3
|
-
"version": "2026.7.
|
|
3
|
+
"version": "2026.7.2-beta.2",
|
|
4
4
|
"description": "OpenClaw Exa plugin.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"minHostVersion": ">=2026.6.8"
|
|
19
19
|
},
|
|
20
20
|
"compat": {
|
|
21
|
-
"pluginApi": ">=2026.7.
|
|
21
|
+
"pluginApi": ">=2026.7.2-beta.2"
|
|
22
22
|
},
|
|
23
23
|
"build": {
|
|
24
|
-
"openclawVersion": "2026.7.
|
|
24
|
+
"openclawVersion": "2026.7.2-beta.2",
|
|
25
25
|
"bundledDist": false
|
|
26
26
|
},
|
|
27
27
|
"release": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"openclaw": ">=2026.7.
|
|
42
|
+
"openclaw": ">=2026.7.2-beta.2"
|
|
43
43
|
},
|
|
44
44
|
"peerDependenciesMeta": {
|
|
45
45
|
"openclaw": {
|