@xdarkicex/openclaw-memory-libravdb 1.9.10-beta.5 → 1.9.10-beta.6
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/context-engine.js +1 -0
- package/dist/index.js +1 -0
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/context-engine.js
CHANGED
|
@@ -18,6 +18,7 @@ const AFTER_TURN_INGEST_MAX_TOKENS = 2048;
|
|
|
18
18
|
const OPENCLAW_LEADING_TIMESTAMP_PREFIX_RE = /^\[[A-Za-z]{3} \d{4}-\d{2}-\d{2} \d{2}:\d{2}[^\]]*\] */;
|
|
19
19
|
const OPENCLAW_METADATA_HEADERS = [
|
|
20
20
|
"Conversation info (untrusted metadata):",
|
|
21
|
+
"Conversation context (untrusted, chronological, selected for current message):",
|
|
21
22
|
"Sender (untrusted metadata):",
|
|
22
23
|
"Thread starter (untrusted, for context):",
|
|
23
24
|
"Reply target of current user message (untrusted, for context):",
|
package/dist/index.js
CHANGED
|
@@ -35493,6 +35493,7 @@ var AFTER_TURN_INGEST_MAX_TOKENS = 2048;
|
|
|
35493
35493
|
var OPENCLAW_LEADING_TIMESTAMP_PREFIX_RE = /^\[[A-Za-z]{3} \d{4}-\d{2}-\d{2} \d{2}:\d{2}[^\]]*\] */;
|
|
35494
35494
|
var OPENCLAW_METADATA_HEADERS = [
|
|
35495
35495
|
"Conversation info (untrusted metadata):",
|
|
35496
|
+
"Conversation context (untrusted, chronological, selected for current message):",
|
|
35496
35497
|
"Sender (untrusted metadata):",
|
|
35497
35498
|
"Thread starter (untrusted, for context):",
|
|
35498
35499
|
"Reply target of current user message (untrusted, for context):",
|
package/openclaw.plugin.json
CHANGED