From 75f540796de59f19b4bbd4df4f98401c429cf86e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 1 Mar 2024 11:38:32 -0800 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 3b6ba1a8b..522c5a5b2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,14 @@ # Release history +### main branch + +- Issue a warning if user adds too much code to the chat. + - https://aider.chat/docs/faq.html#how-can-i-add-all-the-files-to-the-chat +- Vocally refuse to add files to the chat that match `.aiderignore` + - Prevents bug where subsequent git commit of those files will fail. +- Added `--openai-organization-id` argument. +- Made past articles part of https://aider.chat/blog/ + ### v0.24.1 - Fixed bug with cost computations when --no-steam in effect