mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-17 03:56:45 +00:00
- Stop tracking a separate streamError flag. createReadStream's default 64 KiB highWaterMark means the stream may already be reading chunk 2 when we break out of the loop after yielding the first line; if that later chunk errors, the flag could reject an otherwise-valid line. readline's async iterator already re-throws stream errors on Node 16+, which the existing catch handles. - Test: 120 KB session_meta line forces multi-chunk line assembly. - Test: truncated mid-write first line is rejected, not parsed as half an object. |
||
|---|---|---|
| .. | ||
| codex.test.ts | ||
| copilot.test.ts | ||
| cursor-agent.test.ts | ||
| cursor.test.ts | ||
| droid.test.ts | ||
| kilo-code.test.ts | ||
| kiro.test.ts | ||
| omp.test.ts | ||
| openclaw.test.ts | ||
| opencode.test.ts | ||
| pi.test.ts | ||
| roo-code.test.ts | ||