From 2229bb9817bb8c63403e9333d1099e5d409913dc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 7 May 2025 07:41:23 -0700 Subject: [PATCH] copy --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index f8160d5f3..1a45b6afa 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -10,7 +10,7 @@ - Fix parsing of diffs for newly created files (`--- /dev/null`). - Add markdown syntax highlighting support when editing multi-line commit messages via `/commit`, by Kay Gosho. - Set Gemini 2.5 Pro models to use the `overeager` prompt setting by default. -- Add common file types (`.svg`, `.pdf`) and IDE directories (`.idea/`, `.vscode/`, etc.) to the default list of ignored files for AI comment scanning (`--watch`). +- Add common file types (`.svg`, `.pdf`) to the default list of ignored files for AI comment scanning (`--watch`). - Skip scanning files larger than 1MB for AI comments (`--watch`). - Aider wrote 67% of the code in this release.