Skip to content

Commit

Permalink
Updated HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jan 4, 2024
1 parent f374884 commit 2918edc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release history

### v0.20.0

- Add images to the chat to automatically use GPT-4 Vision, by @joshuavial
- Improved unicode encoding for `/run` command output, by @ctoth
- Bugfix to prevent false auto-commits on Windows, by @ctoth

### v0.19.1

- Removed stray debug output.

### v0.19.0

- [Significantly reduced "lazy" coding from GPT-4 Turbo due to new unified diff edit format](https://aider.chat/docs/unified-diffs.html)
- Score improves from 20% to 61% on new "laziness benchmark".
- Aider now uses unified diffs by default for `gpt-4-1106-preview`.
- New `--4-turbo` command line switch as a shortcut for `--model gpt-4-1106-preview`.

### v0.18.1

- Upgraded to new openai python client v1.3.7.
Expand Down

0 comments on commit 2918edc

Please sign in to comment.