mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
Updated HISTORY
This commit is contained in:
parent
bd6cedf70b
commit
cc2dc7ca6d
2 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
|
|
||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
|
### Aider v0.45.1
|
||||||
|
|
||||||
|
- Use 4o-mini as the weak model wherever 3.5-turbo was used.
|
||||||
|
|
||||||
### Aider v0.45.0
|
### Aider v0.45.0
|
||||||
|
|
||||||
- GPT-4o mini scores similar to the original GPT 3.5, using whole edit format.
|
- GPT-4o mini scores similar to the original GPT 3.5, using whole edit format.
|
||||||
|
|
|
@ -12,6 +12,10 @@ cog.out(text)
|
||||||
|
|
||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
|
### Aider v0.45.1
|
||||||
|
|
||||||
|
- Use 4o-mini as the weak model wherever 3.5-turbo was used.
|
||||||
|
|
||||||
### Aider v0.45.0
|
### Aider v0.45.0
|
||||||
|
|
||||||
- GPT-4o mini scores similar to the original GPT 3.5, using whole edit format.
|
- GPT-4o mini scores similar to the original GPT 3.5, using whole edit format.
|
||||||
|
@ -20,6 +24,7 @@ cog.out(text)
|
||||||
- Now shows last 4 characters of API keys in `--verbose` output.
|
- Now shows last 4 characters of API keys in `--verbose` output.
|
||||||
- Bugfix to precedence of multiple `.env` files.
|
- Bugfix to precedence of multiple `.env` files.
|
||||||
- Bugfix to gracefully handle HTTP errors when installing pandoc.
|
- Bugfix to gracefully handle HTTP errors when installing pandoc.
|
||||||
|
- Aider wrote 42% of the code in this release.
|
||||||
|
|
||||||
### Aider v0.44.0
|
### Aider v0.44.0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue