mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 15:45:00 +00:00
copy
This commit is contained in:
parent
d77ae7c2ac
commit
19b6e79719
2 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
### main branch
|
### v0.59.0
|
||||||
|
|
||||||
- Improvements to `/read-only`:
|
- Improvements to `/read-only`:
|
||||||
- Supports shell-style auto-complete of the full file system.
|
- Supports shell-style auto-complete of the full file system.
|
||||||
|
@ -14,10 +14,11 @@
|
||||||
- Config file now uses standard YAML list syntax with ` - list entries`, one per 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.
|
- `/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.
|
- 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.
|
- Added `--skip-sanity-check-repo` switch to speedup launch in large repos.
|
||||||
- Bugfix so architect mode handles Control-C properly.
|
- Bugfix so architect mode handles Control-C properly.
|
||||||
- Repo-map is deterministic now, with improved caching logic.
|
- Repo-map is deterministic now, with improved caching logic.
|
||||||
- Improved commit message prompt.
|
- Improved commit message prompt.
|
||||||
|
- Aider wrote 77% of the code in this release.
|
||||||
|
|
||||||
### Aider v0.58.1
|
### Aider v0.58.1
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ cog.out(text)
|
||||||
|
|
||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
### main branch
|
### v0.59.0
|
||||||
|
|
||||||
- Improvements to `/read-only`:
|
- Improvements to `/read-only`:
|
||||||
- Supports shell-style auto-complete of the full file system.
|
- Supports shell-style auto-complete of the full file system.
|
||||||
|
@ -29,10 +29,11 @@ cog.out(text)
|
||||||
- Config file now uses standard YAML list syntax with ` - list entries`, one per 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.
|
- `/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.
|
- 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.
|
- Added `--skip-sanity-check-repo` switch to speedup launch in large repos.
|
||||||
- Bugfix so architect mode handles Control-C properly.
|
- Bugfix so architect mode handles Control-C properly.
|
||||||
- Repo-map is deterministic now, with improved caching logic.
|
- Repo-map is deterministic now, with improved caching logic.
|
||||||
- Improved commit message prompt.
|
- Improved commit message prompt.
|
||||||
|
- Aider wrote 77% of the code in this release.
|
||||||
|
|
||||||
### Aider v0.58.1
|
### Aider v0.58.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue