OpenHands
OpenHands copied to clipboard
Reset the Docker container from the UI
What problem or use case are you trying to solve?
A user was able to get OpenDevin to run something like rm -rf /, breaking the sandbox
https://github.com/OpenDevin/OpenDevin/issues/556
Describe the UX of the solution you'd like A "reset" button in the UI that restarts the container from scratch
We should probably warn that all in-progress work will be deleted.
Do you have thoughts on the technical implementation?
I think you could just send up another initialize event
Fixed in https://github.com/OpenDevin/OpenDevin/pull/1094
Can this be closed then @rbren ?