From 7cf4db58d916ae12127c99b446cb342bf855a3f5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 28 Jul 2024 20:43:07 -0300 Subject: [PATCH] copy --- HISTORY.md | 10 +++++----- aider/website/HISTORY.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c7758bc0b..eaa44ef11 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -11,18 +11,18 @@ - udiff: A coder that uses unified diff format for code modifications. - help: Interactive help and documentation about aider. - ask: Ask questions about code without making any changes. - - Enhanced token usage and cost reporting. Now works when streaming too. -- Filename auto-complete for `/add` and `/drop` is case-insensitive now. +- Filename auto-complete for `/add` and `/drop` is now case-insensitive. - 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`: +- Stop aider from asking to add the same url to the chat multiple times. +- Updates and fixes to `--no-verify-ssl`: - Fixed regression that broke it in v0.42.0. - Disables SSL certificate verification when `/web` scrapes websites. -- Fixed syntax error in Elm's tree-sitter scm file (by @cjoach). - Improved error handling and reporting in `/web` scraping functionality -- Stop aider from asking to add the same url to the chat multiple times. +- Fixed syntax error in Elm's tree-sitter scm file (by @cjoach). +- Handle UnicodeEncodeError when streaming text to the terminal. - Updated dependencies to latest versions. ### Aider v0.45.1 diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 3c2c45551..284f558a2 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -22,18 +22,18 @@ cog.out(text) - udiff: A coder that uses unified diff format for code modifications. - help: Interactive help and documentation about aider. - ask: Ask questions about code without making any changes. - - Enhanced token usage and cost reporting. Now works when streaming too. -- Filename auto-complete for `/add` and `/drop` is case-insensitive now. +- Filename auto-complete for `/add` and `/drop` is now case-insensitive. - 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`: +- Stop aider from asking to add the same url to the chat multiple times. +- Updates and fixes to `--no-verify-ssl`: - Fixed regression that broke it in v0.42.0. - Disables SSL certificate verification when `/web` scrapes websites. -- Fixed syntax error in Elm's tree-sitter scm file (by @cjoach). - Improved error handling and reporting in `/web` scraping functionality -- Stop aider from asking to add the same url to the chat multiple times. +- Fixed syntax error in Elm's tree-sitter scm file (by @cjoach). +- Handle UnicodeEncodeError when streaming text to the terminal. - Updated dependencies to latest versions. ### Aider v0.45.1