diff --git a/HISTORY.md b/HISTORY.md index 1bcf09dd1..9c2de8488 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index b78571ebb..49cac337c 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -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