Skip to content

Commit bd0a142

Browse files
committed
copy
1 parent 353d144 commit bd0a142

File tree

3 files changed

+125
-121
lines changed

3 files changed

+125
-121
lines changed

HISTORY.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Release history
22

3-
### main branch
3+
### Aider v0.67.0
44

55
- [Use aider in your IDE or editor](https://aider.chat/docs/usage/watch.html).
66
- Run `aider --watch-files` and it will watch for instructions you add to your source files.
77
- One-liner `# ...` or `// ...` comments that start or end with "AI" are instructions to aider.
88
- When aider sees "AI!" it reads and follows all the instructions in AI comments.
99
- Support for new Amazon Bedrock Nova models.
10+
- When `/run` or `/test` have non-zero exit codes, pre-fill "Fix that" into the next message prompt.
1011
- `/diff` now invokes `git diff` to use your preferred diff tool.
1112
- Added Ctrl-Z support for process suspension.
13+
- Spinner now falls back to ASCII art if fancy symbols throw unicode errors.
1214
- `--read` now expands `~` home dirs.
1315
- Enabled exception capture in analytics.
1416
- Aider wrote 61% of the code in this release.

aider/website/HISTORY.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,17 @@ cog.out(text)
2424
]]]-->
2525

2626

27-
### main branch
27+
### Aider v0.67.0
2828

2929
- [Use aider in your IDE or editor](https://aider.chat/docs/usage/watch.html).
3030
- Run `aider --watch-files` and it will watch for instructions you add to your source files.
3131
- One-liner `# ...` or `// ...` comments that start or end with "AI" are instructions to aider.
3232
- When aider sees "AI!" it reads and follows all the instructions in AI comments.
3333
- Support for new Amazon Bedrock Nova models.
34+
- When `/run` or `/test` have non-zero exit codes, pre-fill "Fix that" into the next message prompt.
3435
- `/diff` now invokes `git diff` to use your preferred diff tool.
3536
- Added Ctrl-Z support for process suspension.
37+
- Spinner now falls back to ASCII art if fancy symbols throw unicode errors.
3638
- `--read` now expands `~` home dirs.
3739
- Enabled exception capture in analytics.
3840
- Aider wrote 61% of the code in this release.

0 commit comments

Comments
 (0)