Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Oct 4, 2024
1 parent d77ae7c commit 19b6e79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Release history

### main branch
### v0.59.0

- Improvements to `/read-only`:
- Supports shell-style auto-complete of the full file system.
Expand All @@ -14,10 +14,11 @@
- 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.
- 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.

### Aider v0.58.1

Expand Down
5 changes: 3 additions & 2 deletions aider/website/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cog.out(text)

# Release history

### main branch
### v0.59.0

- Improvements to `/read-only`:
- Supports shell-style auto-complete of the full file system.
Expand All @@ -29,10 +29,11 @@ cog.out(text)
- 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.
- 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.

### Aider v0.58.1

Expand Down

0 comments on commit 19b6e79

Please sign in to comment.