Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ metadata:
- command: "python3 -m pip install --upgrade 'palaia[fastembed]' && openclaw plugins install @byte5ai/palaia && palaia doctor --fix && palaia warmup"
label: "Upgrade palaia with semantic search + plugin and run health checks"
postUpdateMessage: >
palaia has been updated to v2.7.2. New: `palaia setup claude-code` for
one-command Claude Code integration (MCP config + agent instructions),
doctor check for Claude Code config.
Run `palaia doctor --fix` to upgrade.
palaia has been updated to v2.7.3. Fixes: ContextEngine compaction conflict
with OpenClaw, doctor phantom stale-task warnings, invisible entries with
empty scope. Run `palaia doctor --fix` to verify.
plugin:
slot: memory
package: "@byte5ai/palaia"
Expand Down
7 changes: 3 additions & 4 deletions packages/openclaw-plugin/skill/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ metadata:
- command: "python3 -m pip install --upgrade 'palaia[fastembed]' && openclaw plugins install @byte5ai/palaia && palaia doctor --fix && palaia warmup"
label: "Upgrade palaia with semantic search + plugin and run health checks"
postUpdateMessage: >
palaia has been updated to v2.7.2. New: `palaia setup claude-code` for
one-command Claude Code integration (MCP config + agent instructions),
doctor check for Claude Code config.
Run `palaia doctor --fix` to upgrade.
palaia has been updated to v2.7.3. Fixes: ContextEngine compaction conflict
with OpenClaw, doctor phantom stale-task warnings, invisible entries with
empty scope. Run `palaia doctor --fix` to verify.
plugin:
slot: memory
package: "@byte5ai/palaia"
Expand Down
7 changes: 3 additions & 4 deletions palaia/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ metadata:
- command: "python3 -m pip install --upgrade 'palaia[fastembed]' && openclaw plugins install @byte5ai/palaia && palaia doctor --fix && palaia warmup"
label: "Upgrade palaia with semantic search + plugin and run health checks"
postUpdateMessage: >
palaia has been updated to v2.7.2. New: `palaia setup claude-code` for
one-command Claude Code integration (MCP config + agent instructions),
doctor check for Claude Code config.
Run `palaia doctor --fix` to upgrade.
palaia has been updated to v2.7.3. Fixes: ContextEngine compaction conflict
with OpenClaw, doctor phantom stale-task warnings, invisible entries with
empty scope. Run `palaia doctor --fix` to verify.
plugin:
slot: memory
package: "@byte5ai/palaia"
Expand Down
7 changes: 3 additions & 4 deletions skills/palaia/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ metadata:
- command: "python3 -m pip install --upgrade 'palaia[fastembed]' && openclaw plugins install @byte5ai/palaia && palaia doctor --fix && palaia warmup"
label: "Upgrade palaia with semantic search + plugin and run health checks"
postUpdateMessage: >
palaia has been updated to v2.7.2. New: `palaia setup claude-code` for
one-command Claude Code integration (MCP config + agent instructions),
doctor check for Claude Code config.
Run `palaia doctor --fix` to upgrade.
palaia has been updated to v2.7.3. Fixes: ContextEngine compaction conflict
with OpenClaw, doctor phantom stale-task warnings, invisible entries with
empty scope. Run `palaia doctor --fix` to verify.
plugin:
slot: memory
package: "@byte5ai/palaia"
Expand Down
Loading