mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-19 02:55:00 +00:00
copy
This commit is contained in:
parent
a8a026d509
commit
4bf96aaca0
3 changed files with 15 additions and 9 deletions
|
@ -2,12 +2,15 @@
|
|||
|
||||
### main branch
|
||||
|
||||
- Added `--watch-files` to watch files for AI comments.
|
||||
- One-liner comments that start or end with "AI" are instructions to aider.
|
||||
- [Use aider in your IDE or editor](https://aider.chat/docs/usage/watch.html).
|
||||
- Run `aider --watch-files` and it will watch for instructions you add to your source files.
|
||||
- One-liner `# ...` or `// ...` comments that start or end with "AI" are instructions to aider.
|
||||
- When aider sees "AI!" it reads and follows all the instructions in AI comments.
|
||||
- Support for new Amazon Bedrock Nova models.
|
||||
- `/diff` now invokes `git diff` to use your preferred diff tool.
|
||||
- Added Ctrl-Z support for process suspension.
|
||||
- `--read` now expands `~` home dirs.
|
||||
- Aider wrote 65% of the code in this release.
|
||||
- Aider wrote 63% of the code in this release.
|
||||
|
||||
### Aider v0.66.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue