From 11b44cde1093b091d2a0135fa6903692cca5ba92 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Jul 2024 17:43:09 -0300 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 4 +++- aider/website/HISTORY.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index d11d2a7e9..1334b4d3e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,7 +5,9 @@ - Enhanced token usage and cost reporting. Now works when streaming too. - Filename auto-complete for `/add` and `/drop` is case-insensitive now. -- Updated commit message prompt to use imperative tense. +- Commit message improvements: + - Updated commit message prompt to use imperative tense. + - Fall back to main model if weak model is unable to generate a commit message. - Updates and fixed to `--no-verify-ssl`: - Fixed regression that broke it in v0.42.0. - Disables SSL certificate verification when `/web` scrapes websites. diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 60b34705d..cb3a5bb2b 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -16,7 +16,9 @@ cog.out(text) - Enhanced token usage and cost reporting. Now works when streaming too. - Filename auto-complete for `/add` and `/drop` is case-insensitive now. -- Updated commit message prompt to use imperative tense. +- Commit message improvements: + - Updated commit message prompt to use imperative tense. + - Fall back to main model if weak model is unable to generate a commit message. - Updates and fixed to `--no-verify-ssl`: - Fixed regression that broke it in v0.42.0. - Disables SSL certificate verification when `/web` scrapes websites.