@psiclawops/hypercompositor 0.5.2 → 0.5.3
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 +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -679,7 +679,7 @@ function createHyperMemEngine() {
|
|
|
679
679
|
info: {
|
|
680
680
|
id: 'hypermem',
|
|
681
681
|
name: 'hypermem context engine',
|
|
682
|
-
version: '0.
|
|
682
|
+
version: '0.5.3',
|
|
683
683
|
// We own compaction — assemble() trims to budget via the compositor safety
|
|
684
684
|
// valve, so runtime compaction is never needed. compact() handles any
|
|
685
685
|
// explicit calls by trimming the Redis history window directly.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@psiclawops/hypercompositor",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "HyperCompositor
|
|
3
|
+
"version": "0.5.3",
|
|
4
|
+
"description": "HyperCompositor — context engine plugin for OpenClaw",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"openclaw": {
|
|
19
19
|
"plugin": {
|
|
20
20
|
"id": "hypercompositor",
|
|
21
|
-
"name": "HyperCompositor
|
|
21
|
+
"name": "HyperCompositor — Context Engine",
|
|
22
22
|
"kind": "context-engine"
|
|
23
23
|
},
|
|
24
24
|
"extensions": [
|