mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
copy
This commit is contained in:
parent
7a1ac4a2d6
commit
a63428f24d
1 changed files with 7 additions and 6 deletions
|
@ -16,12 +16,13 @@ cog.out(text)
|
|||
|
||||
- New `/ask <question>` command to ask about your code, without making any edits.
|
||||
- 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.
|
||||
- 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue