ECC/tests
Affaan Mustafa 28de7cc420
fix: strip ANSI escape codes from session persistence hooks (#642) (#684)
Windows terminals emit control sequences (cursor movement, screen
clearing) that leaked into session.tmp files and were injected
verbatim into Claude's context on the next session start.

Add a comprehensive stripAnsi() to utils.js that handles CSI, OSC,
charset selection, and bare ESC sequences. Apply it in session-end.js
(when extracting user messages from the transcript) and in
session-start.js (safety net before injecting session content).
2026-03-20 01:38:11 -07:00
..
ci fix: resolve Windows CI failures and markdown lint (#667) 2026-03-20 00:29:17 -07:00
hooks Merge pull request #664 from ymdvsymd/fix/observer-sandbox-access-661 2026-03-20 00:16:42 -07:00
integration fix: update hook integration tests for auto-tmux-dev behavior 2026-03-07 22:45:44 -08:00
lib fix: strip ANSI escape codes from session persistence hooks (#642) (#684) 2026-03-20 01:38:11 -07:00
scripts fix: refresh orchestration follow-up after #414 (#430) 2026-03-16 14:29:28 -07:00
codex-config.test.js fix: stop pinning o4-mini in codex config 2026-03-12 07:59:50 -07:00
opencode-config.test.js fix: repair opencode config and project metadata 2026-03-11 01:52:10 -07:00
run-all.js Add PowerShell installer wrapper and update documentation (#532) 2026-03-16 13:35:17 -07:00