Add new /ask and /chat-mode commands, enhance token usage reporting, and improve commit message formatting

This commit is contained in:
Paul Gauthier 2024-07-28 20:37:43 -03:00 committed by Paul Gauthier (aider)
parent 4bcee55794
commit 3a1fc35f9d
2 changed files with 9 additions and 8 deletions

View file

@ -4,13 +4,14 @@
### main branch
- New `/ask <question>` command to ask about your code, without making any edits.
- New `chat-mode <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.
- New `/chat-mode <mode>` command to switch chat 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:

View file

@ -15,7 +15,7 @@ cog.out(text)
### main branch
- New `/ask <question>` command to ask about your code, without making any edits.
- New `chat-mode <mode>` command to switch modes (edit formats):
- New `/chat-mode <mode>` command to switch chat 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.