@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 +1 -1
- package/skill/SKILL.md +4 -5
- package/src/context-engine.ts +1 -0
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: palaia
|
|
3
|
-
version: "2.7.
|
|
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.
|
|
29
|
-
|
|
30
|
-
|
|
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"
|