mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
copy
This commit is contained in:
parent
59ae9d9daf
commit
510e50cbe6
2 changed files with 24 additions and 0 deletions
12
HISTORY.md
12
HISTORY.md
|
@ -1,6 +1,18 @@
|
|||
|
||||
# Release history
|
||||
|
||||
### main branch
|
||||
|
||||
- You can now bulk accept/reject a series of add url and run shell confirmations.
|
||||
- Improved matching of filenames from S/R blocks with files in chat.
|
||||
- Stronger prompting for Sonnet to make edits in code chat mode.
|
||||
- Stronger prompting for the LLM to specify full file paths.
|
||||
- Improved shell command prompting.
|
||||
- Weak model now uses `extra_headers`, to support Anthropic beta features.
|
||||
- Improved error messages on attempt to add not-git subdir to chat.
|
||||
- Show model metadata info on `--verbose`.
|
||||
- Bugfix to windows filenames which contain `\_`.
|
||||
|
||||
### Aider v0.52.0
|
||||
|
||||
- Aider now offers to run shell commands:
|
||||
|
|
|
@ -16,6 +16,18 @@ cog.out(text)
|
|||
|
||||
# Release history
|
||||
|
||||
### main branch
|
||||
|
||||
- You can now bulk accept/reject a series of add url and run shell confirmations.
|
||||
- Improved matching of filenames from S/R blocks with files in chat.
|
||||
- Stronger prompting for Sonnet to make edits in code chat mode.
|
||||
- Stronger prompting for the LLM to specify full file paths.
|
||||
- Improved shell command prompting.
|
||||
- Weak model now uses `extra_headers`, to support Anthropic beta features.
|
||||
- Improved error messages on attempt to add not-git subdir to chat.
|
||||
- Show model metadata info on `--verbose`.
|
||||
- Bugfix to windows filenames which contain `\_`.
|
||||
|
||||
### Aider v0.52.0
|
||||
|
||||
- Aider now offers to run shell commands:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue