mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
copy
This commit is contained in:
parent
68a78e4882
commit
e2c25dc9c0
2 changed files with 6 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue