From b0c6e4c11481a0af99e1d529f50cf369f585b4ca Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 22 Oct 2023 11:56:23 -0700 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index be53dc4fa..833ff4ac2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # Release history +### main branch +- [Improved repository map using tree-sitter](https://aider.chat/docs/repomap.html) +- Improved handling of malformed edit blocks targetting multiple edits to the same file +- [Benchmarked](https://aider.chat/docs/benchmarks.html) at 65.4% for gpt-4/diff, no regression. + ### v0.15.0 - Added support for `.aiderignore` file, which instructs aider to ignore parts of the git repo.