Native OpenTUI Core
By shifting from React Ink to OpenTUI, all layout math occurs inside native Zig binaries bridged using Bun FFI. It locks rendering bounds to a strict screen-sized matrix, rendering borderless layouts with zinc backgrounds. Alternate screen buffers switch automatically on boot, exiting cleanly back to the host shell.Subprocess Stream Ring-Buffer
To prevent external compiler streams from polluting TTY frames, all shell outputs are directed into a memory-residentLogRingBuffer. It isolates the stream feeds from the main rendering loop, retaining the last 200 lines of logs.