Robert Brennan
Robert Brennan
@xingyaoww probably knows how we do this in evaluation, to make sure the agent never requests user input
ooh this looks very nice! Is there a way to disable color for printing to stdout?
(to clarify--disabling color is usually important for piping to a file, where it gets mangled)
@code2graph we don't have model-specific instructions, but I'm modifying things here to make it easier to set up: https://github.com/OpenDevin/OpenDevin/pull/614
Agreed we shouldn't put the source code in here. I'd link out to it if anything
Let's remove the dev_container stuff from this PR to keep changes isolated. Feel free to open a second PR for dev_container, but no guarantees there. The maintainers explicitly chose to...
@kripper I think we need to break this into multiple PRs The reattach on ExposedPorts is a simple bug, we should be able to merge that fix quickly The snapshot...
Oh nice looks like a good chunk of it was broken out here! https://github.com/All-Hands-AI/OpenHands/pull/6460/files 🙏
This seems to have reasonable support in desktop browsers: https://caniuse.com/input-file-directory We will probably have to handle it as a multipart upload, if I had to guess...not great but doable
IMO you should not be able to close the settings modal without an API key entered. Maybe if you enter "advanced" you can then close it (since maybe some private...