Gpt-engineer

Latest version: v0.3.1

Safety actively analyzes 638361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.0.5

What's Changed
* Dont require to be in the same folder as the repo to run, v0.0.5 by AntonOsika in https://github.com/AntonOsika/gpt-engineer/pull/320

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

0.0.4

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**
<img width="400" alt="image" src="https://github.com/AntonOsika/gpt-engineer/assets/4467025/e8dc7d55-3170-45ae-a5bd-db354f8fc047">

What's Changed
* fix(bug): toml misconfiguration by gblikas in https://github.com/AntonOsika/gpt-engineer/pull/189
* Refactored by Sourcery AI by LopeKinz in https://github.com/AntonOsika/gpt-engineer/pull/188
* Fix for += by LopeKinz in https://github.com/AntonOsika/gpt-engineer/pull/199
* tweak make file for running the app by patillacode in https://github.com/AntonOsika/gpt-engineer/pull/203
* Fix square bracket file name issue by davejcameron in https://github.com/AntonOsika/gpt-engineer/pull/173
* add workflow to execute unit tests by Snoup97 in https://github.com/AntonOsika/gpt-engineer/pull/118
* Improved CONTRIBUTING.md by Harshad112 in https://github.com/AntonOsika/gpt-engineer/pull/208
* Add mypy by rdesparbes in https://github.com/AntonOsika/gpt-engineer/pull/224
* Add pytest pre commit hook by patillacode in https://github.com/AntonOsika/gpt-engineer/pull/210
* Additional filename handling by davejcameron in https://github.com/AntonOsika/gpt-engineer/pull/221
* enabled compatiblilty with python versions <3.9 fixes 253 by SlamChillz in https://github.com/AntonOsika/gpt-engineer/pull/254
* Handle newlines between filename by davejcameron in https://github.com/AntonOsika/gpt-engineer/pull/250
* Add pull request and issue templates by aroramrinaal in https://github.com/AntonOsika/gpt-engineer/pull/222
* v0.0.4 benchmark, stricter typing, smaller fixes and new README by AntonOsika in https://github.com/AntonOsika/gpt-engineer/pull/268

New Contributors
* gblikas made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/189
* LopeKinz made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/188
* davejcameron made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/173
* Harshad112 made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/208
* rdesparbes made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/224
* SlamChillz made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/254
* aroramrinaal made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/222

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

0.0.3

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 https://github.com/AntonOsika/gpt-engineer/pull/157
* Add --verbose option for logging request/response <Carl Thomé>
* kwargs -> temperature <Carl Thomé>
* Fix the errors with parsing <Anton Osika>

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

0.0.2

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

What's Changed
* Update README.md by mrowan137 in https://github.com/AntonOsika/gpt-engineer/pull/27
* Minor clean up by patillacode in https://github.com/AntonOsika/gpt-engineer/pull/52
* add multi-language support for file read by JackLeeHal in https://github.com/AntonOsika/gpt-engineer/pull/23
* Revert model to gpt-3.5-turbo when gpt-4 is not available. by jnichols0 in https://github.com/AntonOsika/gpt-engineer/pull/40
* Make gpt-engineer pip installable/runnable by Jeadie in https://github.com/AntonOsika/gpt-engineer/pull/60
* Fix README after the changes from 60 by patillacode in https://github.com/AntonOsika/gpt-engineer/pull/76
* Fix: Ensure Directory Exists Before File Write Operation in db.py by Ryan526 in https://github.com/AntonOsika/gpt-engineer/pull/89
* Pre commit setup by patillacode in https://github.com/AntonOsika/gpt-engineer/pull/61
* Add steps for unit_tests and specification by FOLLGAD in https://github.com/AntonOsika/gpt-engineer/pull/100
* Fix an exception for GPT response with lang=sh by jjzhuo in https://github.com/AntonOsika/gpt-engineer/pull/105
* added .idea folder of jetbrains IDEs to gitignore by Snoup97 in https://github.com/AntonOsika/gpt-engineer/pull/111
* Minor formatting fixes in Readme; fix main python command by vreyespue in https://github.com/AntonOsika/gpt-engineer/pull/97
* improve execution step by AntonOsika in https://github.com/AntonOsika/gpt-engineer/pull/123
* fixed the DB import in the pytest file by Snoup97 in https://github.com/AntonOsika/gpt-engineer/pull/116
* Makefile by patillacode in https://github.com/AntonOsika/gpt-engineer/pull/80
* SECURITY: change execute_entrypoint conditions by NoCLin in https://github.com/AntonOsika/gpt-engineer/pull/145
* Improved chat parsing with no AI logic by goncalomoita in https://github.com/AntonOsika/gpt-engineer/pull/120
* Directory creation & project directory by EnzoMartin in https://github.com/AntonOsika/gpt-engineer/pull/140
* make pre commit pass in the whole codebase by patillacode in https://github.com/AntonOsika/gpt-engineer/pull/149
* Added CODE_OF_CONDUCT.md to the .github directory by jebarpg in https://github.com/AntonOsika/gpt-engineer/pull/147
* fix docstring 150 by NoCLin in https://github.com/AntonOsika/gpt-engineer/pull/152

New Contributors
* mrowan137 made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/27
* patillacode made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/52
* JackLeeHal made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/23
* jnichols0 made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/40
* Jeadie made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/60
* Ryan526 made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/89
* FOLLGAD made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/100
* jjzhuo made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/105
* Snoup97 made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/111
* vreyespue made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/97
* AntonOsika made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/123
* NoCLin made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/145
* goncalomoita made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/120
* EnzoMartin made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/140
* jebarpg made their first contribution in https://github.com/AntonOsika/gpt-engineer/pull/147

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

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.