Robert Brennan

Results 1267 comments of Robert Brennan

@aipreneurhub make sure you're setting both `WORKSPACE_BASE` and `WORKSPACE_MOUNT_DIR` to the directory you want to work in. It needs to be an absolute path--not a relative path with `./` or...

On second look, this looks more like an underpowered LLM.

You can see it by clicking the settings wheel in the bottom right (or left, on older versions) Monologue is default, so that's probably it

Going to close this one--I think it was fixed by a recent PR to reset task state properly

This does not fix the issue as-is 😢

I think there might be a bug in the exec box--I've noticed something similar.

What's strange is that if I run ``` poetry run python opendevin/sandbox/docker/exec_box.py ``` everything is fine. I can run `ls` and see everything in my workspace And I `exec` into...

Actually--I just pulled `main` and this seems to be working. @FlipEngineering can you see if main is working for you? Here's what I get: ``` ❯ docker run --pull=always \...