@byte5ai/palaia 2.7.1 → 2.7.2
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 -4
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.2"
|
|
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,9 +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:
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
palaia has been updated to v2.7.2. New: `palaia setup claude-code` for
|
|
29
|
+
one-command Claude Code integration (MCP config + agent instructions),
|
|
30
|
+
doctor check for Claude Code config.
|
|
31
31
|
Run `palaia doctor --fix` to upgrade.
|
|
32
32
|
plugin:
|
|
33
33
|
slot: memory
|