v0.18.2
版本发布时间: 2024-09-29 21:36:15
ErikBjare/gptme最新发布版本:v0.19.2(2024-10-07 14:37:33)
These are the release notes for gptme version v0.18.2.
Contributors
Thanks to everyone who contributed to this release:
@brayo-pip, @erikbjare
Changelog
Changes since v0.18.1:
📦 gptme
✨ Features (1)
- feat: major improvments to evals, can now aggregate eval_results and run rust+browser+git in Docker (passes evals) (
bfd1b25
)
🐛 Fixes (13)
Click to expand
- fix(nit): removed excessive newlines in eval output (
780c8f9
) - fix: improved tabcomplete to work well for paths with '~' (
b4ff00e
) - fix: improved code coverage, removed CMDFIX constant (
5a7c25a
) - fix: fixed typing and remove unused function (
9c88947
) - fix(eval): remove gen/run stdout/stderr file paths from results csv (
9af35be
) - fix(eval): dont use CRLF line endings in csv's (
67ae863
) - fix(eval): strip 'openrouter/' prefix when displaying aggregated results (
77e9922
) - fix: fixed lint (
2461448
) - fix: removed code from CaseResult (
9481c91
) - fix: sort models in eval output, change N/A emoji to questionmark (
ab63900
) - fix: catch exceptions in shell tool (
f42be8f
) - fix: sort eval output (
a2814a3
) - fix: made failed patch messages less verbose (
3a408d3
)
🔨 Misc (5)
- chore: bump version to 0.18.2 (
81708e6
) - tests: update models to provider/model format (#141) (
9060e15
) - docs: add "live" eval result output to docs (
03f8972
) - refactor: moved Dockerfiles into ./scripts (
46340ca
) - tests: fixed browser search (when desc element not found) (
bad47ef
)
(excluded 5 less relevant commits)
Full Changelog: https://github.com/ErikBjare/gptme/compare/v0.18.1...v0.18.2