Skip to content

[OpenClaw #11547] Preserve literal \n in inbound text normalization#417

Merged
adolago merged 1 commit intomainfrom
fix/openclaw-11547-issue-346
Feb 14, 2026
Merged

[OpenClaw #11547] Preserve literal \n in inbound text normalization#417
adolago merged 1 commit intomainfrom
fix/openclaw-11547-issue-346

Conversation

@adolago
Copy link
Owner

@adolago adolago commented Feb 14, 2026

Summary

  • stop converting literal \\n sequences in inbound text normalization
  • keep CRLF/CR normalization to LF intact
  • add regression tests for Windows path and mixed-newline inputs

Testing

  • cd packages/zee/Swabble && bunx vitest run src/auto-reply/reply/inbound-text.test.ts

Fixes #346

@adolago adolago merged commit 64e3af9 into main Feb 14, 2026
2 of 3 checks passed
@adolago adolago deleted the fix/openclaw-11547-issue-346 branch February 14, 2026 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[OpenClaw #11547] Preserve literal \\n sequences in inbound Windows path/text handling

1 participant