@openclaw/memory-lancedb 2026.5.22 → 2026.5.24-beta.1

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
@@ -410,6 +410,10 @@ var memory_lancedb_default = definePluginEntry({
410
410
  });
411
411
  };
412
412
  api.logger.info(`memory-lancedb: plugin registered (db: ${resolvedDbPath}, lazy init)`);
413
+ api.registerMemoryCapability?.({ publicArtifacts: { async listArtifacts(params) {
414
+ const { listMemoryHostPublicArtifacts } = await loadMemoryHostCoreModule();
415
+ return await listMemoryHostPublicArtifacts(params);
416
+ } } });
413
417
  api.registerTool({
414
418
  name: "memory_recall",
415
419
  label: "Memory Recall",
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/memory-lancedb",
3
- "version": "2026.5.22",
3
+ "version": "2026.5.24-beta.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/memory-lancedb",
9
- "version": "2026.5.22",
9
+ "version": "2026.5.24-beta.1",
10
10
  "dependencies": {
11
11
  "@lancedb/lancedb": "0.29.0",
12
12
  "apache-arrow": "18.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/memory-lancedb",
3
- "version": "2026.5.22",
3
+ "version": "2026.5.24-beta.1",
4
4
  "description": "OpenClaw LanceDB-backed long-term memory plugin with auto-recall/capture",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,10 +26,10 @@
26
26
  "minHostVersion": ">=2026.4.10"
27
27
  },
28
28
  "compat": {
29
- "pluginApi": ">=2026.5.22"
29
+ "pluginApi": ">=2026.5.24-beta.1"
30
30
  },
31
31
  "build": {
32
- "openclawVersion": "2026.5.22"
32
+ "openclawVersion": "2026.5.24-beta.1"
33
33
  },
34
34
  "release": {
35
35
  "bundleRuntimeDependencies": false,
@@ -46,7 +46,7 @@
46
46
  "npm-shrinkwrap.json"
47
47
  ],
48
48
  "peerDependencies": {
49
- "openclaw": ">=2026.5.22"
49
+ "openclaw": ">=2026.5.24-beta.1"
50
50
  },
51
51
  "peerDependenciesMeta": {
52
52
  "openclaw": {