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
a8a026d509
commit
4bf96aaca0
3 changed files with 15 additions and 9 deletions
|
@ -26,12 +26,15 @@ cog.out(text)
|
|||
|
||||
### 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
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
{"event": "launched", "properties": {"python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.65.2.dev104+g295040c9.d20241130"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1733065890}
|
||||
{"event": "repo", "properties": {"num_files": 391, "python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.65.2.dev104+g295040c9.d20241130"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1733065890}
|
||||
{"event": "cli session", "properties": {"main_model": "gpt-4o-mini", "weak_model": "claude-3-5-sonnet-20241022", "editor_model": "gpt-4o-mini", "edit_format": "whole", "python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.65.2.dev104+g295040c9.d20241130"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1733065890}
|
||||
{"event": "exit", "properties": {"reason": "Control-C", "python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.65.2.dev104+g295040c9.d20241130"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1733065913}
|
||||
{"event": "launched", "properties": {"python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.65.2.dev104+g295040c9.d20241130"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1733066404}
|
||||
{"event": "repo", "properties": {"num_files": 391, "python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.65.2.dev104+g295040c9.d20241130"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1733066404}
|
||||
|
@ -998,3 +995,6 @@
|
|||
{"event": "launched", "properties": {"python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.66.1.dev+import"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1733353750}
|
||||
{"event": "repo", "properties": {"num_files": 402, "python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.66.1.dev+import"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1733353750}
|
||||
{"event": "exit", "properties": {"reason": "Completed lint/test/commit", "python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.66.1.dev+import"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1733353755}
|
||||
{"event": "launched", "properties": {"python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.66.1.dev+import"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1733353884}
|
||||
{"event": "gui session", "properties": {"python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.66.1.dev+import"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1733353884}
|
||||
{"event": "exit", "properties": {"reason": "GUI session ended", "python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.66.1.dev+import"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1733353884}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue