This commit is contained in:
Paul Gauthier 2024-08-23 08:30:21 -07:00
parent 68a78e4882
commit e2c25dc9c0
2 changed files with 6 additions and 4 deletions

View file

@ -1,14 +1,15 @@
# Release history
### main branch
### Aider v0.52.0
- Aider now offers to run shell commands related to changes it makes:
- Aider now offers to run shell commands:
- Launch a browser to view updated html/css/js.
- Install new dependencies.
- Run DB migrations.
- Run the program to exercise changes.
- Run new test cases.
- `/read` and `/drop` now expand `~` to the home dir.
- Show the active chat mode at aider prompt.
- New `/reset` command to `/drop` files and `/clear` chat history.
- New `--map-multiplier-no-files` to control repo map size multiplier when no files are in the chat.

View file

@ -16,14 +16,15 @@ cog.out(text)
# Release history
### main branch
### Aider v0.52.0
- Aider now offers to run shell commands related to changes it makes:
- Aider now offers to run shell commands:
- Launch a browser to view updated html/css/js.
- Install new dependencies.
- Run DB migrations.
- Run the program to exercise changes.
- Run new test cases.
- `/read` and `/drop` now expand `~` to the home dir.
- Show the active chat mode at aider prompt.
- New `/reset` command to `/drop` files and `/clear` chat history.
- New `--map-multiplier-no-files` to control repo map size multiplier when no files are in the chat.