OpenHands
OpenHands copied to clipboard
Make the Docker Sandbox Stateful (e.g., keep track of all `cd`ed directories)
This PR tries to resolve the issue discussed here by making the Docker Sandbox Stateful (e.g., keeping track of all cded directories).
The current draft solution (not working!) is built on dockerpty, but i feel it is kinda tricky (may need more tweaks) to get it working since I'm not an expert in PTY :-(
Will try to look into this in the next few days -- suggestions on how to proceed will be appreciated!
A potentially better implementation at https://github.com/OpenDevin/OpenDevin/pull/847
Close due to the merge of #847