gpt-engineer

Specify what you want it to build, the AI asks for clarification, and then builds it.

MIT License

Downloads
1.3K
Stars
50.6K

Bot releases are hidden (Show)

gpt-engineer - v0.3.1 Latest Release

Published by viborc 4 months ago

Highlights

We have a new release, v0.3.1, ready for you!

The main changes in this release include:

πŸš€ Default model upgrade - GPT-4o is now the default model version by @AntonOsika
πŸ“Š Benchmark development - Laid the groundwork for benchmark-driven development by @ATheorell
πŸ‹ Docker stability with a hotfix for Docker image by @k1lgor
🚧 Enhanced error handling by @similato87

❀️ We also welcome our new first-time contributor @ceddy4395!

What's Changed

New Contributors

Full Changelog: https://github.com/gpt-engineer-org/gpt-engineer/compare/v0.3.0...v0.3.1

gpt-engineer - v0.3.0

Published by viborc 6 months ago

Highlights

We have a service release ready for you! Main changes include:

πŸ”§ Fixing LangChain version breaking changes and implementing bench config by @ATheorell
🐞 Fixing several bugs and implementing improvements by @TheoMcCabe and @ATheorell
🚧 Improving error handling by @similato87

What's Changed

Full Changelog: https://github.com/gpt-engineer-org/gpt-engineer/compare/v0.2.9...v0.3.0

gpt-engineer - v0.2.9

Published by viborc 6 months ago

Highlights

A big release is here, and here are some of the highlights.

  • πŸ“Š Integrating APPS and MBPP benchmarks by @azrv
  • πŸ‘οΈ Adding support for image prompts by @ATheorell and @TheoMcCabe
  • 🧠 Added support for Claude 3 by @AntonOsika
  • πŸ“˜ Support for Open LLMs with updated docs by @zigabrencic
  • πŸ› οΈ Added support for .toml config by @@ErikBjare

❀️ Welcome FIVE new contributors with special shout-outs to @Styren and @zigabrencic πŸŽ‰

What's Changed

New Contributors

Full Changelog: https://github.com/gpt-engineer-org/gpt-engineer/compare/v0.2.8...v0.2.9

gpt-engineer - v0.2.7

Published by viborc 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gpt-engineer-org/gpt-engineer/compare/v.0.2.5...v0.2.7

gpt-engineer - v0.2.6

Published by ATheorell 10 months ago

This is the last version confirmed to work with python 3.8 and 3.9

What's Changed

New Contributors

Full Changelog: https://github.com/gpt-engineer-org/gpt-engineer/compare/v.0.2.5...v0.2.6-python3.8-11-compatible

gpt-engineer - v.0.2.5

Published by ATheorell 10 months ago

Patch that fixes issues with newer langchain versions when pip installing

What's Changed

Full Changelog: https://github.com/gpt-engineer-org/gpt-engineer/compare/v.0.2.4...v.0.2.5

gpt-engineer - Patch regain compatibility with python 3.8-9

Published by ATheorell 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/AntonOsika/gpt-engineer/compare/0.2.3...v.0.2.4

gpt-engineer - Fix to main path problem

Published by ATheorell 10 months ago

What's Changed

Full Changelog: https://github.com/AntonOsika/gpt-engineer/compare/0.2.2...0.2.3

gpt-engineer - Changes to build system

Published by ATheorell 10 months ago

What's Changed

Full Changelog: https://github.com/AntonOsika/gpt-engineer/compare/0.2.1...0.2.2

gpt-engineer - Rerelease on pypi

Published by ATheorell 10 months ago

gpt-engineer - Significant strides for open codegen innovation – v0.2.0 is live πŸš€

Published by ATheorell 10 months ago

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: https://github.com/AntonOsika/gpt-engineer/compare/v0.1.0...v.0.2.0

gpt-engineer - v0.1.0

Published by ATheorell about 1 year ago

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! Probably, the coming weeks will be a fun and rewarding time to contribute πŸ₯³

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: https://github.com/AntonOsika/gpt-engineer/compare/v0.0.9...v0.1.0

gpt-engineer - v0.0.9 is live πŸš€

Published by AntonOsika about 1 year ago

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

  • πŸ‘¨β€πŸ’» Add possibility to improve existing codebases by @leomariga @pbharrin
  • 🧠 Support for open source models, added instructions to docs by @ErikBjare in https://github.com/AntonOsika/gpt-engineer/pull/639
  • πŸ”§ .env setup for OpenAI API key by @OriAshkenazi
  • πŸ… Evals for improve existing code by @pbharrin

In Detail

New Contributors

Full Changelog: https://github.com/AntonOsika/gpt-engineer/compare/v0.0.8...v0.0.9

gpt-engineer - v0.0.8 is live πŸš€

Published by AntonOsika about 1 year ago

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

What's Changed

New Contributors

Full Changelog: https://github.com/AntonOsika/gpt-engineer/compare/v0.0.7...v0.0.8

gpt-engineer - v0.0.7 is live πŸš€

Published by AntonOsika over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/AntonOsika/gpt-engineer/compare/v0.0.6...v0.0.7

gpt-engineer - v0.0.6 is live πŸš€

Published by AntonOsika over 1 year ago

Minor release for PYPI config.

Full Changelog: https://github.com/AntonOsika/gpt-engineer/compare/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

gpt-engineer - v0.0.5 is live πŸš€

Published by AntonOsika over 1 year ago

What's Changed

Full Changelog: https://github.com/AntonOsika/gpt-engineer/compare/v0.0.4...v0.0.5

gpt-engineer - v0.0.4 is live πŸš€

Published by AntonOsika over 1 year ago

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

What's Changed

New Contributors

Full Changelog: https://github.com/AntonOsika/gpt-engineer/compare/v0.0.3...v0.0.4

gpt-engineer - v0.0.3 is live πŸš€

Published by AntonOsika over 1 year ago

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

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

gpt-engineer - v0.0.2 is live πŸš€

Published by AntonOsika over 1 year ago

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