opencode/packages/cli
Simon Klee 42e2dde739
fix(cli): prevent Node stdout EPIPE failures
Keep draining standalone server stdout after reading its readiness message so
later server output does not write into a closed pipe.

Install the Node CLI broken-pipe handler before loading the main entrypoint.
Ignore only EPIPE while preserving all unrelated stdout errors. This prevents
Windows Node builds from failing when the TUI prints its exit epilogue after
renderer teardown.
2026-07-17 14:46:46 +02:00
..
bin node v2 cli support (#36309) 2026-07-17 14:45:06 +02:00
script node v2 cli support (#36309) 2026-07-17 14:45:06 +02:00
src fix(cli): prevent Node stdout EPIPE failures 2026-07-17 14:46:46 +02:00
test refactor(tui): remove legacy keymap layer (#37206) 2026-07-16 21:33:15 +00:00
AGENTS.md feat(tui): improve session fork handling 2026-07-06 18:59:01 -04:00
bunfig.toml feat(tui): open subagents with down 2026-07-10 21:01:04 -04:00
package.json node v2 cli support (#36309) 2026-07-17 14:45:06 +02:00
sst-env.d.ts go: minimax m3 2026-05-31 15:20:55 -04:00
tsconfig.json node v2 cli support (#36309) 2026-07-17 14:45:06 +02:00
vite.node.config.ts node v2 cli support (#36309) 2026-07-17 14:45:06 +02:00