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.