This commit is contained in:
Paul Gauthier 2024-10-04 13:36:25 -07:00
parent 2b4206fd57
commit d77ae7c2ac
2 changed files with 22 additions and 0 deletions

View file

@ -3,10 +3,21 @@
### main branch
- Improvements to `/read-only`:
- Supports shell-style auto-complete of the full file system.
- Still auto-completes the full paths of the repo files like `/add`.
- 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 that are known to work with aider.
- Bugfix so architect mode handles Control-C properly.
- Repo-map is deterministic now, with improved caching logic.
- Improved commit message prompt.
### Aider v0.58.1

View file

@ -18,10 +18,21 @@ cog.out(text)
### main branch
- Improvements to `/read-only`:
- Supports shell-style auto-complete of the full file system.
- Still auto-completes the full paths of the repo files like `/add`.
- 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 that are known to work with aider.
- Bugfix so architect mode handles Control-C properly.
- Repo-map is deterministic now, with improved caching logic.
- Improved commit message prompt.
### Aider v0.58.1