What Happened
- Issue #189 identifies a concrete reliability bug where cc-connect’s shared agent-read loop in `codexSession`/`claudeSession` uses Go `bufio.Scanner` for stdout parsing, so single-line outputs around/above ~64KB (e.g., JSON/JSONL) trigger `token too long` and terminate the session.
- Issue #189 identifies a concrete reliability bug where cc-connect’s shared agent-read loop in `codexSession`/`claudeSession` uses Go `bufio.Scanner` for stdout parsing, so single-line outputs around/above ~64KB (e.g., JSON/JSONL) trigger `token too long` and terminate the session.
- 1 evidence item attached for review.