mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 07:13:47 +02:00
* fix(memory-wiki): support Unicode characters in slugifyWikiSegment Replace ASCII-only regex with Unicode-aware regex to preserve CJK, Cyrillic, Arabic, and other non-ASCII characters in wiki slugs. Fixes #64620 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * test(memory-wiki): cover Unicode slug regressions * fix(memory-wiki): preserve combining marks in slugs * fix(memory-wiki): cap composed source filenames --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Vincent Koc <vincentkoc@ieee.org>