Skip to content

Commit

Permalink
Updated HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jul 29, 2024
1 parent d62baf0 commit 8877dd1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
14 changes: 6 additions & 8 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand Down
14 changes: 6 additions & 8 deletions aider/website/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit 8877dd1

Please sign in to comment.