v0.2.9
版本发布时间: 2024-04-12 17:05:29
gpt-engineer-org/gpt-engineer最新发布版本:v0.3.1(2024-06-07 02:25:22)
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
- test(learning): add unit tests for learning module by @MarkVerbeek91 in https://github.com/gpt-engineer-org/gpt-engineer/pull/1002
- Update / generate the docstrings by @kristiankyvik in https://github.com/gpt-engineer-org/gpt-engineer/pull/994
- Update ROADMAP.md with new structure by @viborc in https://github.com/gpt-engineer-org/gpt-engineer/pull/1018
- Update and simplify ROADMAP.md by @viborc in https://github.com/gpt-engineer-org/gpt-engineer/pull/1020
- Minor whitespace ROADMAP.md fix by @viborc in https://github.com/gpt-engineer-org/gpt-engineer/pull/1021
- Git diff-style approach for
improve
function by @similato87 in https://github.com/gpt-engineer-org/gpt-engineer/pull/1005 - fix azure_endpoint by @Emassei in https://github.com/gpt-engineer-org/gpt-engineer/pull/1010
- feat: git integration (gitignore file filter and avoid overwriting uncommitted files) by @Styren in https://github.com/gpt-engineer-org/gpt-engineer/pull/1001
- Fix: Necessary corrections for the updated
improve
function by @similato87 in https://github.com/gpt-engineer-org/gpt-engineer/pull/1027 - ci: added codecov.io reporting by @ErikBjare in https://github.com/gpt-engineer-org/gpt-engineer/pull/1039
- chore: added coverage.xml to gitignore by @ErikBjare in https://github.com/gpt-engineer-org/gpt-engineer/pull/1040
- Updating static docs by @kristiankyvik in https://github.com/gpt-engineer-org/gpt-engineer/pull/1028
- fix docs_building.md warning for unix by @ATheorell in https://github.com/gpt-engineer-org/gpt-engineer/pull/1041
- Bug Fix: Unicode files by @TheoMcCabe in https://github.com/gpt-engineer-org/gpt-engineer/pull/1044
- llm via clipboard by @AntonOsika in https://github.com/gpt-engineer-org/gpt-engineer/pull/1037
- Add support for claude 3 by @AntonOsika in https://github.com/gpt-engineer-org/gpt-engineer/pull/1055
- poetry update by @TheoMcCabe in https://github.com/gpt-engineer-org/gpt-engineer/pull/1056
- Improved preprompts for improve flow by @ATheorell in https://github.com/gpt-engineer-org/gpt-engineer/pull/1045
- Updated the readthedocs build steps to account for Poetry 1.8 change regarding virtualenvs behaviour by @kristiankyvik in https://github.com/gpt-engineer-org/gpt-engineer/pull/1058
- added poetry docs dependency group by @kristiankyvik in https://github.com/gpt-engineer-org/gpt-engineer/pull/1059
- Fixing some of the links in the static documentation by @kristiankyvik in https://github.com/gpt-engineer-org/gpt-engineer/pull/1060
- Fixing some of the links in the introduction.md file by @kristiankyvik in https://github.com/gpt-engineer-org/gpt-engineer/pull/1061
- feat: added
gpt-engineer.toml
project configuration file by @ErikBjare in https://github.com/gpt-engineer-org/gpt-engineer/pull/1043 - fix: fixed broken test for gpt-engineer.toml after renaming of config section by @ErikBjare in https://github.com/gpt-engineer-org/gpt-engineer/pull/1063
- 1031 feature request automated issue logging by @similato87 in https://github.com/gpt-engineer-org/gpt-engineer/pull/1052
- Add timeout while searching for git diffs in LLMs response by @azrv in https://github.com/gpt-engineer-org/gpt-engineer/pull/1067
- build(deps): added tomlkit by @ErikBjare in https://github.com/gpt-engineer-org/gpt-engineer/pull/1068
- 1069 automatic diff failure partly meta issue by @similato87 in https://github.com/gpt-engineer-org/gpt-engineer/pull/1074
- image prompts - Entrypoint prompt - additional CLI argument by @ATheorell in https://github.com/gpt-engineer-org/gpt-engineer/pull/1077
- Improve
--help
output by @akaihola in https://github.com/gpt-engineer-org/gpt-engineer/pull/1078 - Add claude 3 / anthropic with cost calculation + convenience fixes. gpt-engineer is coauthor by @AntonOsika in https://github.com/gpt-engineer-org/gpt-engineer/pull/1080
- Docker performance improvements and reduce image size by @k1lgor in https://github.com/gpt-engineer-org/gpt-engineer/pull/1016
- Integrate APPS benchmarking by @azrv in https://github.com/gpt-engineer-org/gpt-engineer/pull/1051
- Adding missing dependency, datasets, fixing warning by @ATheorell in https://github.com/gpt-engineer-org/gpt-engineer/pull/1084
- add projects/* exception for gitignore filter by @similato87 in https://github.com/gpt-engineer-org/gpt-engineer/pull/1093
- fix: fixed unreachable (duplicate) codepath for Anthropic init by @ErikBjare in https://github.com/gpt-engineer-org/gpt-engineer/pull/1100
- fix: incorrect prompt type breaking gptme benchmarks by @Styren in https://github.com/gpt-engineer-org/gpt-engineer/pull/1096
- Integrate MBPP benchmarks by @azrv in https://github.com/gpt-engineer-org/gpt-engineer/pull/1103
- Disentangle tests #1076 by @ATheorell in https://github.com/gpt-engineer-org/gpt-engineer/pull/1104
- Improve function hot fix for app benchmark by @similato87 in https://github.com/gpt-engineer-org/gpt-engineer/pull/1095
- Support for Open LLMs by @zigabrencic in https://github.com/gpt-engineer-org/gpt-engineer/pull/1082
- Update pyproject.toml by @viborc in https://github.com/gpt-engineer-org/gpt-engineer/pull/1109
New Contributors
- @MarkVerbeek91 made their first contribution in https://github.com/gpt-engineer-org/gpt-engineer/pull/1002
- @Emassei made their first contribution in https://github.com/gpt-engineer-org/gpt-engineer/pull/1010
- @Styren made their first contribution in https://github.com/gpt-engineer-org/gpt-engineer/pull/1001
- @akaihola made their first contribution in https://github.com/gpt-engineer-org/gpt-engineer/pull/1078
- @zigabrencic made their first contribution in https://github.com/gpt-engineer-org/gpt-engineer/pull/1082
Full Changelog: https://github.com/gpt-engineer-org/gpt-engineer/compare/v0.2.8...v0.2.9