From 6a0ad9629bc1a5328fd79105785ab2352981fbe2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 9 Sep 2024 15:04:37 -0700 Subject: [PATCH] copy --- HISTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8d8362348..b79fddc52 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,13 +3,13 @@ ### Aider v0.56.0 -- Enables prompt caching for Sonnet via OpenRouter. +- Enables prompt caching for Sonnet via OpenRouter by @fry69 - Enables 8k output tokens for Sonnet via VertexAI and DeepSeek V2.5. - New `/report` command to open your browser with a pre-populated GitHub Issue. - New `--chat-language` switch to set the spoken language. - Now `--[no-]suggest-shell-commands` controls both prompting for and offering to execute shell commands. - Check key imports on launch, provide helpful error message if dependencies aren't available. -- Renamed `--models` to `--list-models`. +- Renamed `--models` to `--list-models` by @fry69. - Numerous bug fixes for corner case crashes. - Aider wrote 56% of the code in this release.