Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

47 lines (30 loc) · 2.14 KB

Changelog

0.4.0 (2024-05-09)

All new commits

Added

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

0.3.0 (2024-05-02)

Added

  • Run SWE-agent in the cloud using GitHub Codespaces
  • Add GPT4-turbo model by @zgrannan in princeton-nlp#252
  • feat: Amazon Bedrock support (Claude models) by @JGalego in princeton-nlp#207

Fixed

0.2.0 (2024-04-15)

All new commits

Added

  • Allow to run on local repos (new flag: --repo_path) in princeton-nlp#193
  • Patch files are now saved separately to a patch directory in princeton-nlp#126
  • Allow to supply custom installation commands when running on gh issues or locally (--environment_setup) in princeton-nlp#153
  • Allow to specify openapi base url in keys.cfg in princeton-nlp#118

Improved

Fixed