UnknownTracked since May 19, 2026
cc-connect sessions fail on long single-line stdout output
The report identifies a single primary defect: cc-connect’s agent stdout read loops for codexSession and claudeSession can terminate a live session when output contains a line over ~64KB, matching the Go `bufio.Scanner` token-length failure mode. Repeated logs show both sessions returning `bufio.Scanner: token too long` and dropping the session after long JSON/JSONL lines.
cc-connectbufio.ScannercodexSessionclaudeSession