This commit is contained in:
Paul Gauthier 2024-08-28 06:44:31 -07:00
parent 2f35a41449
commit 2d8df7e512
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,13 @@
# 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
- [Keep your prompt cache from expiring](https://aider.chat/docs/usage/caching.html#preventing-cache-expiration) with `--cache-keepalive-pings`.

View file

@ -321,6 +321,6 @@ mod_dates = [get_last_modified_date(file) for file in files]
latest_mod_date = max(mod_dates)
cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}")
]]]-->
August 21, 2024.
August 28, 2024.
<!--[[[end]]]-->
</p>