All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
37.36k stars 4.23k forks source link

Support for streaming for bash commands #5213

Open rbren opened 2 days ago

rbren commented 2 days ago

Currently you have to wait for a bash command to complete or timeout to see any of the output. It'd be nice to get the progressive output via a stream.

This will be hard, we'll probably need a second websocket or sth

diwu-sf commented 2 days ago

This should be easier with tmux, and can just take a tmux screen output and poll on it periodically