From 60a832155d69b2f4787012a13f34cd68e5cf40f7 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 13 Aug 2024 07:07:11 -0700 Subject: [PATCH] copy --- aider/website/HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 703ffda6d..8eba0623f 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -19,9 +19,11 @@ cog.out(text) ### main branch - Infinite output for DeepSeek Coder, Mistral models in addition to Anthropic's models. +- New `--deepseek` switch to use DeepSeek Coder. - New `--chat-mode ` switch to launch in ask/help/code modes. - New `/code ` command request a code edit while in `ask` mode. - Web scraper is more robust if page never idles. +- Improved token and cost reporting for infinite output. - Improvements and bug fixes for `/read` only files. - Bug fix to persist files added during `/ask`. - Bug fix for chat history size in `/tokens`.