mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
Updated HISTORY
This commit is contained in:
parent
d62baf0520
commit
8877dd10dd
2 changed files with 12 additions and 16 deletions
14
HISTORY.md
14
HISTORY.md
|
@ -1,16 +1,13 @@
|
|||
|
||||
# Release history
|
||||
|
||||
### main branch
|
||||
### Aider v0.46.0
|
||||
|
||||
- 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.
|
||||
- New `/chat-mode <mode>` command to switch chat modes:
|
||||
- ask: Ask questions about your code without making any changes.
|
||||
- code: Ask for changes to your code (using the best edit format).
|
||||
- help: Get help about using aider (usage, config, troubleshoot).
|
||||
- Add `file: CONVENTIONS.md` to `.aider.conf.yml` to always load a specific file.
|
||||
- Or `file: [file1, file2, file3]` to always load multiple files.
|
||||
- Enhanced token usage and cost reporting. Now works when streaming too.
|
||||
|
@ -26,6 +23,7 @@
|
|||
- Fixed syntax error in Elm's tree-sitter scm file (by @cjoach).
|
||||
- Handle UnicodeEncodeError when streaming text to the terminal.
|
||||
- Updated dependencies to latest versions.
|
||||
- Aider wrote 45% of the code in this release.
|
||||
|
||||
### Aider v0.45.1
|
||||
|
||||
|
|
|
@ -12,16 +12,13 @@ cog.out(text)
|
|||
|
||||
# Release history
|
||||
|
||||
### main branch
|
||||
### Aider v0.46.0
|
||||
|
||||
- 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.
|
||||
- New `/chat-mode <mode>` command to switch chat modes:
|
||||
- ask: Ask questions about your code without making any changes.
|
||||
- code: Ask for changes to your code (using the best edit format).
|
||||
- help: Get help about using aider (usage, config, troubleshoot).
|
||||
- Add `file: CONVENTIONS.md` to `.aider.conf.yml` to always load a specific file.
|
||||
- Or `file: [file1, file2, file3]` to always load multiple files.
|
||||
- Enhanced token usage and cost reporting. Now works when streaming too.
|
||||
|
@ -37,6 +34,7 @@ cog.out(text)
|
|||
- Fixed syntax error in Elm's tree-sitter scm file (by @cjoach).
|
||||
- Handle UnicodeEncodeError when streaming text to the terminal.
|
||||
- Updated dependencies to latest versions.
|
||||
- Aider wrote 45% of the code in this release.
|
||||
|
||||
### Aider v0.45.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue