openclaw/src/media-understanding
Conroy Whitney c20035094d
fix: use & instead of <> in XML escaping test for Windows NTFS compatibility (#3750)
NTFS does not allow < or > in filenames, causing the XML filename
escaping test to fail on Windows CI with ENOENT.

Replace file<test>.txt with file&test.txt — & is valid on all platforms
and still requires XML escaping (&amp;), preserving the test's intent.

Fixes #3748
2026-01-29 05:46:50 +00:00
..
providers refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
apply.test.ts fix: use & instead of <> in XML escaping test for Windows NTFS compatibility (#3750) 2026-01-29 05:46:50 +00:00
apply.ts fix: add security hardening for media text attachments (#3700) 2026-01-29 02:39:01 +00:00
attachments.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
concurrency.ts refactor: unify media understanding pipeline 2026-01-17 04:39:00 +00:00
defaults.ts feat: improve media auto-detect 2026-01-23 05:47:09 +00:00
errors.ts style: oxfmt format 2026-01-17 05:48:56 +00:00
format.test.ts feat: add inbound media understanding 2026-01-17 03:54:46 +00:00
format.ts style: oxfmt format 2026-01-17 05:48:56 +00:00
index.ts feat: add inbound media understanding 2026-01-17 03:54:46 +00:00
resolve.test.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
resolve.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
runner.auto-audio.test.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
runner.deepgram.test.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
runner.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
runner.vision-skip.test.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
scope.test.ts refactor: drop legacy room chatType 2026-01-17 05:46:40 +00:00
scope.ts refactor: drop legacy room chatType 2026-01-17 05:46:40 +00:00
types.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
video.ts refactor: unify media understanding pipeline 2026-01-17 04:39:00 +00:00