test / unit + widget + golden + a11y (push) Failing after 29s
test / integration_test (xvfb) (push) Has been skipped
test / bundle smoke (xvfb 5s) (push) Has been skipped
test / daemon subprocess + web WASM smoke (push) Has been skipped
Split escape sequences caused rendering artifacts (visible % prompt mark, garbled lines between commands). Two fixes from the legacy Python implementation: 1. Read buffer increased from 4096 to 65536 bytes. Larger reads mean fewer chunk boundaries that can split multi-byte escape sequences. 2. Output writes throttled to ~60fps via a 16ms Timer. Multiple PTY reads within one frame window are batched into a single terminal.write() call, so the xterm parser sees complete sequences instead of fragments that render as garbage between frames. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>