feat: Rename --yes to --yes-always and update config file syntax

This commit is contained in:
Paul Gauthier 2024-10-02 10:55:59 -07:00 committed by Paul Gauthier (aider)
parent d4fe0b18ad
commit 99c3a1ec7f
8 changed files with 62 additions and 18 deletions

View file

@ -1,6 +1,13 @@
# Release history
### main branch
- Renamed `--yes` to `--yes-always`.
- Now uses `AIDER_YES_ALWAYS` env var and `yes-always:` yaml key.
- Can still abbreviate to `--yes` on the command line.
- Config file now uses standard YAML list syntax with ` - list entries`, one per line.
### Aider v0.58.1
- Fixed bug where cache warming pings caused subsequent user messages to trigger a tight loop of LLM requests.