Robert Brennan

Results 1267 comments of Robert Brennan

Yes--each browser spawns its own process. Sounds like maybe we're not cleaning them up?

This seems like a combination of not using WSL, and using old setup instructions. I'm going to close this issue, but feel free to ask around in Discord or Slack...

https://github.com/OpenDevin/OpenDevin/pull/1829 @temotskipa it wouldn't be super hard for an attacker to inject a vulnerable dependency into the lockfile, since that's not really getting reviewed. Dependency updates are a little scary...

@li-boxuan something is funny about the regression tests here. You can see it's deleting a message separator, but when I run manually the message separator is still there. Is there...

OK--FYI the separators are coming from `llm.py`, where it logs them to files

@xingyaoww how do you think we can deal with the swe_agent_edit_hack in a better way? Right now CodeAct is taking the LLM output and transforming it to EOF syntax, so...

User probably doesn't have permission to edit the `/opt` dir. Maybe we should create it as root, then chown it?

Man this is gonna blow out the (already quite large) list of CI checks. I wonder if there's a way to tell github not to show every test in the...

@li-boxuan for some reason I can't open a PR into your branch, but here's my repro: https://github.com/OpenDevin/OpenDevin/tree/rb/delegate-repro See the edits in DummyAgent--it builds a stack of delegates, which just finish...