mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
Updated HISTORY
This commit is contained in:
parent
fb8afa5228
commit
bf4d87d66f
1 changed files with 18 additions and 0 deletions
18
HISTORY.md
18
HISTORY.md
|
@ -1,6 +1,24 @@
|
|||
|
||||
# Release history
|
||||
|
||||
## main branch
|
||||
|
||||
- Switching to code and ask mode no longer summarizes the chat history.
|
||||
- Linting improvements:
|
||||
- Ask before fixing lint errors.
|
||||
- Improved performance of `--lint` on all dirty files in repo.
|
||||
- Improved lint flow, now doing code edit auto-commit before linting.
|
||||
- Bugfix to properly handle subprocess encodings (also for `/run`).
|
||||
- Added strong model as a fallback for commit messages and chat summaries.
|
||||
- Added graph of aider's contribution to each release.
|
||||
- Generic auto-completions are provided for `/commands` without a completion override.
|
||||
- Fixed broken OCaml tags file.
|
||||
- Bugfix in `/run` add to chat approval logic.
|
||||
|
||||
## Aider v0.46.1
|
||||
|
||||
- Downgraded stray numpy dependency back to 1.26.4.
|
||||
|
||||
### Aider v0.46.0
|
||||
|
||||
- New `/ask <question>` command to ask about your code, without making any edits.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue