File tree 3 files changed +125
-121
lines changed
3 files changed +125
-121
lines changed Original file line number Diff line number Diff line change 1
1
# Release history
2
2
3
- ### main branch
3
+ ### Aider v0.67.0
4
4
5
5
- [ Use aider in your IDE or editor] ( https://aider.chat/docs/usage/watch.html ) .
6
6
- Run ` aider --watch-files ` and it will watch for instructions you add to your source files.
7
7
- One-liner ` # ... ` or ` // ... ` comments that start or end with "AI" are instructions to aider.
8
8
- When aider sees "AI!" it reads and follows all the instructions in AI comments.
9
9
- 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.
10
11
- ` /diff ` now invokes ` git diff ` to use your preferred diff tool.
11
12
- Added Ctrl-Z support for process suspension.
13
+ - Spinner now falls back to ASCII art if fancy symbols throw unicode errors.
12
14
- ` --read ` now expands ` ~ ` home dirs.
13
15
- Enabled exception capture in analytics.
14
16
- Aider wrote 61% of the code in this release.
Original file line number Diff line number Diff line change @@ -24,15 +24,17 @@ cog.out(text)
24
24
]]]-->
25
25
26
26
27
- ### main branch
27
+ ### Aider v0.67.0
28
28
29
29
- [ Use aider in your IDE or editor] ( https://aider.chat/docs/usage/watch.html ) .
30
30
- Run ` aider --watch-files ` and it will watch for instructions you add to your source files.
31
31
- One-liner ` # ... ` or ` // ... ` comments that start or end with "AI" are instructions to aider.
32
32
- When aider sees "AI!" it reads and follows all the instructions in AI comments.
33
33
- 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.
34
35
- ` /diff ` now invokes ` git diff ` to use your preferred diff tool.
35
36
- Added Ctrl-Z support for process suspension.
37
+ - Spinner now falls back to ASCII art if fancy symbols throw unicode errors.
36
38
- ` --read ` now expands ` ~ ` home dirs.
37
39
- Enabled exception capture in analytics.
38
40
- Aider wrote 61% of the code in this release.
You can’t perform that action at this time.
0 commit comments