@byte5ai/palaia 2.7.1 → 2.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byte5ai/palaia",
3
- "version": "2.7.1",
3
+ "version": "2.7.3",
4
4
  "description": "palaia memory backend for OpenClaw",
5
5
  "main": "index.ts",
6
6
  "openclaw": {
package/skill/SKILL.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: palaia
3
- version: "2.7.1"
3
+ version: "2.7.3"
4
4
  description: >
5
5
  Local, crash-safe persistent memory for OpenClaw agents.
6
6
  SQLite-backed by default. Semantic search, projects, scopes, auto-capture.
@@ -25,10 +25,9 @@ metadata:
25
25
  - command: "python3 -m pip install --upgrade 'palaia[fastembed]' && openclaw plugins install @byte5ai/palaia && palaia doctor --fix && palaia warmup"
26
26
  label: "Upgrade palaia with semantic search + plugin and run health checks"
27
27
  postUpdateMessage: >
28
- palaia has been updated to v2.7. New: WebUI memory explorer (`palaia ui`),
29
- improved doctor checks (legacy files, plugin registration), search timeout
30
- fix, security hardening (localhost-only UI).
31
- Run `palaia doctor --fix` to upgrade.
28
+ palaia has been updated to v2.7.3. Fixes: ContextEngine compaction conflict
29
+ with OpenClaw, doctor phantom stale-task warnings, invisible entries with
30
+ empty scope. Run `palaia doctor --fix` to verify.
32
31
  plugin:
33
32
  slot: memory
34
33
  package: "@byte5ai/palaia"
@@ -394,6 +394,7 @@ export function createPalaiaContextEngine(
394
394
  id: "palaia",
395
395
  name: "palaia Memory",
396
396
  version: "2.3",
397
+ ownsCompaction: true,
397
398
  },
398
399
 
399
400
  /**