execute_bash tool manages subprocess commands using memory-resident ring buffers:
- Captures
stdoutandstderrstreams separately. - Filters and retains the last 200 lines of logs.
- Isolates subprocess output feeds from React-OpenTUI render pipelines to avoid layout overlap.