mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-22 12:34:59 +00:00
copy
This commit is contained in:
parent
8da47b9664
commit
4b82277ef7
9 changed files with 477 additions and 14 deletions
|
@ -18,7 +18,7 @@ cog.out(text)
|
|||
|
||||
### main branch
|
||||
|
||||
- Prompt cache warming, via `--cache-warming-pings`.
|
||||
- Prompt cache keepalives, via `--cache-keepalive-pings`.
|
||||
- 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.
|
||||
|
@ -31,6 +31,10 @@ cog.out(text)
|
|||
- Bugfix to windows filenames which contain `\_`.
|
||||
- Aider wrote 64% of the code in this release.
|
||||
|
||||
### Aider v0.52.1
|
||||
|
||||
- Bugfix for NameError when applying edits.
|
||||
|
||||
### Aider v0.52.0
|
||||
|
||||
- Aider now offers to run shell commands:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue