Skip to content

Releases: AntonOsika/gpt-engineer

Significant strides for open codegen innovation – v0.2.0 is live 🚀

08 Dec 18:20
5a9b4ec
Compare
Choose a tag to compare

Headline Changes

  • Much increased modularity: clear division of core and application specific code, fewer disk read and writes
  • Improved naming of files, classes and functions
  • Much better test coverage @ATheorell
  • Poetry instead of setuptools as build system @captivus
  • New benchmarking architecture, designed to be easy to hook into for general codegen agents @AntonOsika
  • Tons of bug fixes on the go

What's Changed

New Contributors

Full Changelog: v0.1.0...v.0.2.0

v0.1.0 🚀

17 Oct 14:59
dc24bb8
Compare
Choose a tag to compare

A lot has happened! With this release, gpt-engineer takes a big leap to become a useful tool for improving existing code bases, writing improvements into the existing files.

The enhanced --improve feature opens up for future exciting mechanisms for iterative code improvement!

The coming weeks will most likely be a fun and rewarding time to contribute taking everything forward 🚀

Headline Changes

  • --improve flag makes gpt-engineer do changes in existing codebase @UmerHA
  • All code is written written in current working directory (not workspace directory) @UmerHA
  • Refactor into core and cli component for better reusability/maintainability @captivus

In Detail

New Contributors

Full Changelog: v0.0.9...v0.1.0

v0.0.9 is live 🚀

04 Sep 07:09
c4b4086
Compare
Choose a tag to compare

Great work, everyone working on this release.

I'm personally excited after having used gpt-engineer to improve gpt-engineer itself 👶
(see my tweet for how it looked)

We're looking to improve the UX further. Check recent issues labeled for how you can contribute!

What's New

In Detail

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8 is live 🚀

12 Aug 11:53
Compare
Choose a tag to compare

Tons of updates this release. Keep the good job up all contributors.

Notwortyh contributions

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7 is live 🚀

25 Jun 13:56
7f16abe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6 is live 🚀

22 Jun 09:31
Compare
Choose a tag to compare

Minor release for PYPI config.

Full Changelog: v0.0.5...v0.0.6

Special shoutout to:

  • davejcameron for well tested contributions to file parsing. Keep the good work up.
  • patillacode for ensuring we have a smooth process and merge PRs quickly and efficiently
  • carlthome for pushing and not compromising with best practices across the repository, levelling all of us up.

And to all the other new and old contributors. Let's continue making this great. 🏃

Benchmark results for this release, big improvements
image

v0.0.5 is live 🚀

22 Jun 08:47
a36e299
Compare
Choose a tag to compare

What's Changed

  • Dont require to be in the same folder as the repo to run, v0.0.5 by @AntonOsika in #320

Full Changelog: v0.0.4...v0.0.5

v0.0.4 is live 🚀

20 Jun 23:16
95093cd
Compare
Choose a tag to compare

Special shoutout this release to:

  • @davejcameron for well tested contributions to file parsing. Keep the good work up.
  • @patillacode for ensuring we have a smooth process and merge PRs quickly and efficiently
  • @carlthome for pushing and not compromising with best practices across the repository, levelling all of us up.

And to all the other new and old contributors. Let's continue making this great. 🏃

Fresh benchmark results for this release, big improvements
image

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3 is live 🚀

18 Jun 21:33
Compare
Choose a tag to compare

What's new

Improved performance 📈

  • TDD workflow: generates the tests, then the code
  • Self-reflection + prompts that are even Chain of Thought:ier

Smooth developer flow 🍦

  • Configurable steps in the generation process to quickly iterate
  • Standard CI on autoformatting, pre-commit hooks, tests – and releasing to pip! (just pip install gpt-engineer)

Feedback loops 💨

  • Spins up the project immediately when done
  • Fully autonomous mode to allow for...

Benchmarks 🤼‍♀️

  • Automatically solves a suite of benchmarks
  • Lets us track progress

In detail

  • A few doc tweaks by @patillacode in #157
  • Add --verbose option for logging request/response <Carl Thomé>
  • kwargs -> temperature <Carl Thomé>
  • Fix the errors with parsing

Full Changelog: v0.0.2...v0.0.3

v0.0.2 is live 🚀

18 Jun 13:39
e1ebe43
Compare
Choose a tag to compare

Great job on this release everyone. GPT Engineer has gotten much better throughout the week.

What's Changed

New Contributors

Full Changelog: https://github.com/AntonOsika/gpt-engineer/commits/v0.0.2