Robert Brennan
Robert Brennan
@ranahaani what is the command that's stalling out? This is a hard problem. Sometimes the LLM runs commands that wait for stdin (e.g. `apt-get install` without `-y`)--we don't want to...
Good catch! 👀
this is shockingly hard ðŸ˜

See also: https://github.com/OpenDevin/OpenDevin/issues/332
I think a good solution here is to give the user the ability to stop/cancel the current task
Oh good point @robshox, would be nice to do 10 iterations, then have the option to continue
@marikan114 that would be helpful!
Related: https://github.com/OpenDevin/OpenDevin/issues/1049
@PierrunoYT the command you're running isn't the latest command from the README