@remnic/plugin-openclaw 1.0.45 → 1.0.46
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 +0 -24
- package/openclaw.plugin.json +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -6653,30 +6653,6 @@ const unlink9 = fsReadModule27.unlink;
|
|
|
6653
6653
|
const writeFile31 = fsReadModule27.writeFile;
|
|
6654
6654
|
import path48 from "path";
|
|
6655
6655
|
var OFFLINE_SYNC_FILE_CONTENT_MAX_CHUNK_BYTES = 64 * 1024 * 1024;
|
|
6656
|
-
var DERIVED_RUNTIME_REL_PATHS = /* @__PURE__ */ new Set([
|
|
6657
|
-
"state/fact-hashes.ready",
|
|
6658
|
-
"state/fact-hashes.txt",
|
|
6659
|
-
"state/buffer-surprise-ledger.jsonl",
|
|
6660
|
-
"state/buffer.json",
|
|
6661
|
-
"state/embeddings.json",
|
|
6662
|
-
"state/index_tags.json",
|
|
6663
|
-
"state/index_time.json",
|
|
6664
|
-
"state/last_graph_recall.json",
|
|
6665
|
-
"state/last_intent.json",
|
|
6666
|
-
"state/last_qmd_recall.json",
|
|
6667
|
-
"state/last_recall.json",
|
|
6668
|
-
"state/lcm.sqlite",
|
|
6669
|
-
"state/lcm.sqlite-shm",
|
|
6670
|
-
"state/lcm.sqlite-wal",
|
|
6671
|
-
"state/memory-lifecycle-ledger.jsonl",
|
|
6672
|
-
"state/memory-projection.sqlite",
|
|
6673
|
-
"state/memory-projection.sqlite-shm",
|
|
6674
|
-
"state/memory-projection.sqlite-wal",
|
|
6675
|
-
"state/recall_impressions.jsonl"
|
|
6676
|
-
]);
|
|
6677
|
-
var EXCLUDED_REL_PATHS = /* @__PURE__ */ new Set([
|
|
6678
|
-
...DERIVED_RUNTIME_REL_PATHS
|
|
6679
|
-
]);
|
|
6680
6656
|
|
|
6681
6657
|
// ../remnic-core/src/action-confidence.ts
|
|
6682
6658
|
var ACTION_CONFIDENCE_RISK_CATEGORIES = [
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "openclaw-remnic",
|
|
3
3
|
"name": "Remnic OpenClaw Plugin",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.46",
|
|
5
5
|
"kind": "memory",
|
|
6
6
|
"description": "Local semantic memory for OpenClaw with bundled Remnic core runtime. Requires plugins.slots.memory set to this plugin id for hooks to fire.",
|
|
7
7
|
"setup": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remnic/plugin-openclaw",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.46",
|
|
4
4
|
"description": "OpenClaw adapter for Remnic memory with bundled @remnic/core runtime",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"openai": "^6.0.0",
|
|
74
|
-
"@remnic/core": "^1.1.
|
|
74
|
+
"@remnic/core": "^1.1.22"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"openclaw": ">=2026.5.16-beta.1"
|