diff --git a/CHANGELOG.md b/CHANGELOG.md index 80fe7eb76b..12daf78faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -128,6 +128,7 @@ Docs: https://docs.openclaw.ai ### Fixes +- Skills: update session-logs paths to use ~/.openclaw. (#4502) Thanks @bonald. - Telegram: avoid silent empty replies by tracking normalization skips before fallback. (#3796) - Mentions: honor mentionPatterns even when explicit mentions are present. (#3303) Thanks @HirokiKobayashi-R. - Discord: restore username directory lookup in target resolution. (#3131) Thanks @bonald. diff --git a/skills/session-logs/SKILL.md b/skills/session-logs/SKILL.md index 00e9579f1e..5fd4a5b8ca 100644 --- a/skills/session-logs/SKILL.md +++ b/skills/session-logs/SKILL.md @@ -10,7 +10,7 @@ Search your complete conversation history stored in session JSONL files. Use thi ## Trigger -Use this skill when the user asks about prior chats, parent conversations, or historical context that isn’t in memory files. +Use this skill when the user asks about prior chats, parent conversations, or historical context that isn't in memory files. ## Location