princeton-nlp / SWE-agent

SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. It solves 12.47% of bugs in the SWE-bench evaluation set and takes just 1 minute to run.
https://princeton-nlp.github.io/SWE-agent/
MIT License
11.87k stars 1.18k forks source link

GitHub codespace `postCreateCommand` issues #354

Open klieret opened 1 month ago

klieret commented 1 month ago

postCreateCommand pulls the sweagent/swe-agent:latest docker image and runs other installation steps. However, it only starts a few seconds (to a minute) after the codespace starts, so if users already start running a command before that, things won't work.

Can we either:

Brandhash commented 1 month ago

Can we add a warning msg to users, like a 1 minute countdown and a description for what's happening and why it is important to not enter any code before timer runs out.? I'm just spitballing here