From 4bcee557947dfd547347074c4b3c754e3b529c5a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 28 Jul 2024 20:32:02 -0300 Subject: [PATCH] Add new chat-mode commands and enhance token usage reporting --- HISTORY.md | 7 +++++++ aider/website/HISTORY.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 0bbaaa3f9..6a595cac1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,13 @@ ### main branch - New `/ask ` command to ask about your code, without making any edits. +- New `chat-mode ` command to switch modes (edit formats): + - diff A coder that uses search/replace blocks for code modifications. + - diff-fenced A coder that uses fenced search/replace blocks for code modifications. + - whole A coder that operates on entire files for code modifications. + - 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. - Commit message improvements: diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index c2874665e..e446318f6 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -15,6 +15,13 @@ cog.out(text) ### main branch - New `/ask ` command to ask about your code, without making any edits. +- New `chat-mode ` command to switch modes (edit formats): + - diff A coder that uses search/replace blocks for code modifications. + - diff-fenced A coder that uses fenced search/replace blocks for code modifications. + - whole A coder that operates on entire files for code modifications. + - 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. - Commit message improvements: