From 4bf96aaca03528ffa5231b5d4cd8ffc125311e48 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 4 Dec 2024 15:16:22 -0800 Subject: [PATCH] copy --- HISTORY.md | 9 ++++++--- aider/website/HISTORY.md | 9 ++++++--- aider/website/assets/sample-analytics.jsonl | 6 +++--- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 54e7871ab..957770af6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 59fb2810f..97fe7914e 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -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 diff --git a/aider/website/assets/sample-analytics.jsonl b/aider/website/assets/sample-analytics.jsonl index c2e3ef5c4..dcba0f5ba 100644 --- a/aider/website/assets/sample-analytics.jsonl +++ b/aider/website/assets/sample-analytics.jsonl @@ -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}