mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +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
|
# Release history
|
||||||
|
|
||||||
### main branch
|
### Aider v0.46.0
|
||||||
|
|
||||||
- New `/ask <question>` command to ask about your code, without making any edits.
|
- New `/ask <question>` command to ask about your code, without making any edits.
|
||||||
- New `/chat-mode <mode>` command to switch chat modes (edit formats):
|
- New `/chat-mode <mode>` command to switch chat modes:
|
||||||
- diff: A coder that uses search/replace blocks for code modifications.
|
- ask: Ask questions about your code without making any changes.
|
||||||
- diff-fenced: A coder that uses fenced search/replace blocks for code modifications.
|
- code: Ask for changes to your code (using the best edit format).
|
||||||
- whole: A coder that operates on entire files for code modifications.
|
- help: Get help about using aider (usage, config, troubleshoot).
|
||||||
- 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.
|
|
||||||
- Add `file: CONVENTIONS.md` to `.aider.conf.yml` to always load a specific file.
|
- Add `file: CONVENTIONS.md` to `.aider.conf.yml` to always load a specific file.
|
||||||
- Or `file: [file1, file2, file3]` to always load multiple files.
|
- Or `file: [file1, file2, file3]` to always load multiple files.
|
||||||
- Enhanced token usage and cost reporting. Now works when streaming too.
|
- 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).
|
- Fixed syntax error in Elm's tree-sitter scm file (by @cjoach).
|
||||||
- Handle UnicodeEncodeError when streaming text to the terminal.
|
- Handle UnicodeEncodeError when streaming text to the terminal.
|
||||||
- Updated dependencies to latest versions.
|
- Updated dependencies to latest versions.
|
||||||
|
- Aider wrote 45% of the code in this release.
|
||||||
|
|
||||||
### Aider v0.45.1
|
### Aider v0.45.1
|
||||||
|
|
||||||
|
|
|
@ -12,16 +12,13 @@ cog.out(text)
|
||||||
|
|
||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
### main branch
|
### Aider v0.46.0
|
||||||
|
|
||||||
- New `/ask <question>` command to ask about your code, without making any edits.
|
- New `/ask <question>` command to ask about your code, without making any edits.
|
||||||
- New `/chat-mode <mode>` command to switch chat modes (edit formats):
|
- New `/chat-mode <mode>` command to switch chat modes:
|
||||||
- diff: A coder that uses search/replace blocks for code modifications.
|
- ask: Ask questions about your code without making any changes.
|
||||||
- diff-fenced: A coder that uses fenced search/replace blocks for code modifications.
|
- code: Ask for changes to your code (using the best edit format).
|
||||||
- whole: A coder that operates on entire files for code modifications.
|
- help: Get help about using aider (usage, config, troubleshoot).
|
||||||
- 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.
|
|
||||||
- Add `file: CONVENTIONS.md` to `.aider.conf.yml` to always load a specific file.
|
- Add `file: CONVENTIONS.md` to `.aider.conf.yml` to always load a specific file.
|
||||||
- Or `file: [file1, file2, file3]` to always load multiple files.
|
- Or `file: [file1, file2, file3]` to always load multiple files.
|
||||||
- Enhanced token usage and cost reporting. Now works when streaming too.
|
- 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).
|
- Fixed syntax error in Elm's tree-sitter scm file (by @cjoach).
|
||||||
- Handle UnicodeEncodeError when streaming text to the terminal.
|
- Handle UnicodeEncodeError when streaming text to the terminal.
|
||||||
- Updated dependencies to latest versions.
|
- Updated dependencies to latest versions.
|
||||||
|
- Aider wrote 45% of the code in this release.
|
||||||
|
|
||||||
### Aider v0.45.1
|
### Aider v0.45.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue