mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
copy
This commit is contained in:
parent
2f35a41449
commit
2d8df7e512
2 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
||||||
|
|
||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
|
### main branch
|
||||||
|
|
||||||
|
- Shell commands and `/run` can not be interactive in environments where a pty is available
|
||||||
|
- Optionally share output of suggested shell commands back to the LLM.
|
||||||
|
- New `--[no-]suggest-shell-commands` switch to configure shell commands.
|
||||||
|
- Performance improvements for autocomplete in large/mono repos.
|
||||||
|
|
||||||
### Aider v0.53.0
|
### Aider v0.53.0
|
||||||
|
|
||||||
- [Keep your prompt cache from expiring](https://aider.chat/docs/usage/caching.html#preventing-cache-expiration) with `--cache-keepalive-pings`.
|
- [Keep your prompt cache from expiring](https://aider.chat/docs/usage/caching.html#preventing-cache-expiration) with `--cache-keepalive-pings`.
|
||||||
|
|
|
@ -321,6 +321,6 @@ mod_dates = [get_last_modified_date(file) for file in files]
|
||||||
latest_mod_date = max(mod_dates)
|
latest_mod_date = max(mod_dates)
|
||||||
cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}")
|
cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}")
|
||||||
]]]-->
|
]]]-->
|
||||||
August 21, 2024.
|
August 28, 2024.
|
||||||
<!--[[[end]]]-->
|
<!--[[[end]]]-->
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue