@openclaw/memory-lancedb 2026.7.1-beta.2 → 2026.7.1-beta.5
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 +2 -2
- package/npm-shrinkwrap.json +25 -16
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -1031,7 +1031,7 @@ var memory_lancedb_default = definePluginEntry({
|
|
|
1031
1031
|
return {
|
|
1032
1032
|
content: [{
|
|
1033
1033
|
type: "text",
|
|
1034
|
-
text: `Stored: "${text
|
|
1034
|
+
text: `Stored: "${truncateUtf16Safe(text, 100)}..."`
|
|
1035
1035
|
}],
|
|
1036
1036
|
details: {
|
|
1037
1037
|
action: "created",
|
|
@@ -1087,7 +1087,7 @@ var memory_lancedb_default = definePluginEntry({
|
|
|
1087
1087
|
}
|
|
1088
1088
|
};
|
|
1089
1089
|
}
|
|
1090
|
-
const list = results.map((r) => `- [${r.entry.id}] ${r.entry.text
|
|
1090
|
+
const list = results.map((r) => `- [${r.entry.id}] ${truncateUtf16Safe(r.entry.text, 60)}...`).join("\n");
|
|
1091
1091
|
const sanitizedCandidates = results.map((r) => ({
|
|
1092
1092
|
id: r.entry.id,
|
|
1093
1093
|
text: r.entry.text,
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/memory-lancedb",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/memory-lancedb",
|
|
9
|
-
"version": "2026.7.1-beta.
|
|
9
|
+
"version": "2026.7.1-beta.5",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@lancedb/lancedb": "0.30.0",
|
|
12
12
|
"apache-arrow": "18.1.0",
|
|
13
|
-
"openai": "6.
|
|
14
|
-
"typebox": "1.
|
|
13
|
+
"openai": "6.45.0",
|
|
14
|
+
"typebox": "1.3.3"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"node_modules/@lancedb/lancedb": {
|
|
@@ -181,9 +181,9 @@
|
|
|
181
181
|
"license": "MIT"
|
|
182
182
|
},
|
|
183
183
|
"node_modules/@types/node": {
|
|
184
|
-
"version": "20.19.
|
|
185
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.
|
|
186
|
-
"integrity": "sha512-
|
|
184
|
+
"version": "20.19.43",
|
|
185
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.43.tgz",
|
|
186
|
+
"integrity": "sha512-6oYBAi5ikg4Pl+kGsoYtawUMBT2zZMCvPNF7pVLnHZfd1zf38DRiWn/gT01RYCdUqkv7Fhr+C9ot4/tb+2sVvA==",
|
|
187
187
|
"license": "MIT",
|
|
188
188
|
"dependencies": {
|
|
189
189
|
"undici-types": "~6.21.0"
|
|
@@ -372,18 +372,27 @@
|
|
|
372
372
|
"license": "MIT"
|
|
373
373
|
},
|
|
374
374
|
"node_modules/openai": {
|
|
375
|
-
"version": "6.
|
|
376
|
-
"resolved": "https://registry.npmjs.org/openai/-/openai-6.
|
|
377
|
-
"integrity": "sha512-
|
|
375
|
+
"version": "6.45.0",
|
|
376
|
+
"resolved": "https://registry.npmjs.org/openai/-/openai-6.45.0.tgz",
|
|
377
|
+
"integrity": "sha512-5DQVNErssk0afNpTTHUm/qZPU4iKR9OYdNid8Ib4puq4gHNNvGWZht2zY4h9a8JMF949Ik6m8gQutllVPbjdnw==",
|
|
378
378
|
"license": "Apache-2.0",
|
|
379
|
-
"bin": {
|
|
380
|
-
"openai": "bin/cli"
|
|
381
|
-
},
|
|
382
379
|
"peerDependencies": {
|
|
380
|
+
"@aws-sdk/credential-provider-node": ">=3.972.0 <4",
|
|
381
|
+
"@smithy/hash-node": ">=4.3.0 <5",
|
|
382
|
+
"@smithy/signature-v4": ">=5.4.0 <6",
|
|
383
383
|
"ws": "^8.18.0",
|
|
384
384
|
"zod": "^3.25 || ^4.0"
|
|
385
385
|
},
|
|
386
386
|
"peerDependenciesMeta": {
|
|
387
|
+
"@aws-sdk/credential-provider-node": {
|
|
388
|
+
"optional": true
|
|
389
|
+
},
|
|
390
|
+
"@smithy/hash-node": {
|
|
391
|
+
"optional": true
|
|
392
|
+
},
|
|
393
|
+
"@smithy/signature-v4": {
|
|
394
|
+
"optional": true
|
|
395
|
+
},
|
|
387
396
|
"ws": {
|
|
388
397
|
"optional": true
|
|
389
398
|
},
|
|
@@ -439,9 +448,9 @@
|
|
|
439
448
|
"license": "0BSD"
|
|
440
449
|
},
|
|
441
450
|
"node_modules/typebox": {
|
|
442
|
-
"version": "1.
|
|
443
|
-
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.
|
|
444
|
-
"integrity": "sha512-
|
|
451
|
+
"version": "1.3.3",
|
|
452
|
+
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.3.3.tgz",
|
|
453
|
+
"integrity": "sha512-URXGUE31PJDQC+PtRMJeLdF4kmmOdFoVPikPCtV2oOIhUpNpppEdIz7W8bH8cFYPYHdDpaRvqwdegMTmHliudg==",
|
|
445
454
|
"license": "MIT"
|
|
446
455
|
},
|
|
447
456
|
"node_modules/typical": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/memory-lancedb",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.5",
|
|
4
4
|
"description": "OpenClaw LanceDB-backed long-term memory plugin with auto-recall, auto-capture, and vector search.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@lancedb/lancedb": "0.30.0",
|
|
12
12
|
"apache-arrow": "18.1.0",
|
|
13
|
-
"openai": "6.
|
|
14
|
-
"typebox": "1.
|
|
13
|
+
"openai": "6.45.0",
|
|
14
|
+
"typebox": "1.3.3"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"minHostVersion": ">=2026.5.31"
|
|
27
27
|
},
|
|
28
28
|
"compat": {
|
|
29
|
-
"pluginApi": ">=2026.7.1-beta.
|
|
29
|
+
"pluginApi": ">=2026.7.1-beta.5"
|
|
30
30
|
},
|
|
31
31
|
"build": {
|
|
32
|
-
"openclawVersion": "2026.7.1-beta.
|
|
32
|
+
"openclawVersion": "2026.7.1-beta.5"
|
|
33
33
|
},
|
|
34
34
|
"release": {
|
|
35
35
|
"bundleRuntimeDependencies": false,
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"README.md"
|
|
48
48
|
],
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"openclaw": ">=2026.7.1-beta.
|
|
50
|
+
"openclaw": ">=2026.7.1-beta.5"
|
|
51
51
|
},
|
|
52
52
|
"peerDependenciesMeta": {
|
|
53
53
|
"openclaw": {
|