3 Commits

Author SHA1 Message Date
Claude Code
b7b791a4d0 fix(sessionStorage): sanitize binary control chars from tool output
Prevent null bytes (e.g. from `cat /usr/bin/ls`) from corrupting
JSONL session logs by filtering control characters via a JSON.stringify
replacer. Replaces \x00-\x08, \x0b, \x0c, \x0e-\x1f with safe [U+XXXX]
text while preserving \n, \r, \t.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 15:45:21 +08:00
Relakkes Yang
dfb69976fd fix: flush late transcript writes 2026-05-08 23:19:22 +08:00
sigridjineth
f5a40b86de init: add source code from src.zip 2026-03-31 01:55:58 -07:00