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.88k stars 1.19k forks source link

When the agent opens a file, we should show useful information #572

Closed ofirpress closed 1 day ago

ofirpress commented 3 weeks ago

we should maybe show the function names in the file, not the first 100 lines.

see if it improves performance on dev, and then merge into main

klieret commented 1 day ago

Done with #619