mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
copy
This commit is contained in:
parent
2b4206fd57
commit
d77ae7c2ac
2 changed files with 22 additions and 0 deletions
11
HISTORY.md
11
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue