← Aider Changelog
v0.59.0
Oct 4, 2024 (1y ago)
View on GitHub →
- Improvements to
/read-only:
- Now supports shell-style auto-complete of the full file system.
- Still auto-completes the full paths of the repo files like
/add.
- Now supports globs like
src/*/.py
- Renamed
--yesto--yes-always.
- Now uses
AIDER_YES_ALWAYSenv var andyes-always:yaml key.
- Existing YAML and .env files will need to be updated.
- Can still abbreviate to
--yeson the command line.
- Config file now uses standard YAML list syntax with
- list entries, one per line.
/settingsnow includes the same announcement lines that would print at launch.
- Sanity checks the
--editor-modelon launch now, same as main and weak models.
- Added
--skip-sanity-check-reposwitch to speedup launch in large repos.
- Bugfix so architect mode handles Control-C properly.
- Repo-map is deterministic now, with improved caching logic.
- Improved commit message prompt.
- Aider wrote 77% of the code in this release.