SWE Agent Versions Save

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.

v0.6.0

4 weeks ago

What's Changed

image

We sped up SWE-agent by 2x (timed with GPT4o). This is mostly due to faster communication with the running processes inside of the Docker container and other container setup & installation related improvements. Here are a few relevant PRs:

Fixed

Improved

New Contributors

Full Changelog: https://github.com/princeton-nlp/SWE-agent/compare/v0.5.0...v0.6.0

v0.5.0

1 month ago

What's Changed

✨ The big news is our brand new documentation

image

Secondly, @ollmer added a new flag --cache_task_images that will significantly speed up SWE-agent when running on the same environment/repository multiple times (no more waiting for cloning and installation!)

Breaking changes

  • We have reformatted our codebase. If you create a PR based on a previous commit, make sure you install our pre-commit hook to avoid merge-conflicts because of formatting. See our docs for more information.
  • Remove direct imports in __init__.py (you can no longer from sweagent import Agent by @klieret in https://github.com/princeton-nlp/SWE-agent/pull/436

Added

Improved

Fixes

New Contributors

Full Changelog: https://github.com/princeton-nlp/SWE-agent/compare/v0.4.0...v0.5.0

v0.4.0

1 month ago

What's Changed

We’re excited to launch the SWE-agent web UI! Specify a bug, press start and watch SWE-agent do the magic :sparkles:

quick_ui

New Contributors

Full Changelog: https://github.com/princeton-nlp/SWE-agent/compare/v0.3.0...v0.4.0

v0.3.0

2 months ago

What's Changed

✨ Features

🐛 Fixes

❤️ New Contributors

Full Changelog: https://github.com/princeton-nlp/SWE-agent/compare/v0.2.0...v0.3.0

v0.2.0

2 months ago

What's Changed

Added

Improved

Fixed

New Contributors

Full Changelog: https://github.com/princeton-nlp/SWE-agent/compare/v0.1.2...v0.2.0