@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/skill/SKILL.md +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byte5ai/palaia",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
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.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: WebUI memory explorer (`palaia ui`),
29
- improved doctor checks (legacy files, plugin registration), search timeout
30
- fix, security hardening (localhost-only UI).
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