Back to feed
- 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
--yes to --yes-always.
- Now uses
AIDER_YES_ALWAYS env var and yes-always: YAML key.
- Existing YAML and .env files will need to be updated.
- Can still abbreviate to
--yes on the command line.
- Config file now uses standard YAML list syntax with ` - list entries`, one per line.
/settings now includes the same announcement lines that would print at launch.
- Sanity checks the
--editor-model on launch now, same as main and weak models.
- Added
--skip-sanity-check-repo switch 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.