From a3985ac94c8aea401940239ed1d93abae069f16c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 6 Feb 2025 08:07:05 -0800 Subject: [PATCH] copy --- HISTORY.md | 10 +++++----- aider/website/HISTORY.md | 10 +++++----- aider/website/assets/sample-analytics.jsonl | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8de545022..e0d22a883 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,16 +2,16 @@ ### main branch +- Dynamically changes the Ollama context window to hold the current chat. +- Better support for o3-mini, DeepSeek V3 & R1, o1-mini, o1 via secondary API providers. +- Remove `` tags from R1 responses for commit messages (and other weak model uses). - Bugfix to prevent creating incorrect filenames like `python`, `php`, etc. +- Watch files now fully ignores top-level directories named in ignore files, to reduce the chance of hitting OS watch limits. Helpful to ignore giant subtrees like `node_modules`. - Fast startup with more providers and when model metadata provided in local files. -- Removes `` tags from R1 responses for commit messages (and other weak model uses). -- Now dynamically sets `num_ctx` for Ollama, to ensure the context window can hold the chat. -- Watch files now fully ignores top-level directories, to reduce the chance of hitting OS limits on number of watched files. Helpful to ignore giant subtrees like `node_modules`. - Improved .gitignore handling: - Honor ignores already in effect regardless of how they've been configured. - Check for .env only when the file exists. -- Added "catch all" model-specific configuration settings for o3-mini, DeepSeek V3 & R1, o1-mini, o1. -- Added Azure o3-Mini model support. +- Yes/No prompts now accept All/Skip as alias for Y/N even when not processing a group of confirmations. - Aider wrote 68% of the code in this release. ### Aider v0.73.0 diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 18ce999c0..b413e8ac7 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -25,16 +25,16 @@ cog.out(text) ### main branch +- Dynamically changes the Ollama context window to hold the current chat. +- Better support for o3-mini, DeepSeek V3 & R1, o1-mini, o1 via secondary API providers. +- Remove `` tags from R1 responses for commit messages (and other weak model uses). - Bugfix to prevent creating incorrect filenames like `python`, `php`, etc. +- Watch files now fully ignores top-level directories named in ignore files, to reduce the chance of hitting OS watch limits. Helpful to ignore giant subtrees like `node_modules`. - Fast startup with more providers and when model metadata provided in local files. -- Removes `` tags from R1 responses for commit messages (and other weak model uses). -- Now dynamically sets `num_ctx` for Ollama, to ensure the context window can hold the chat. -- Watch files now fully ignores top-level directories, to reduce the chance of hitting OS limits on number of watched files. Helpful to ignore giant subtrees like `node_modules`. - Improved .gitignore handling: - Honor ignores already in effect regardless of how they've been configured. - Check for .env only when the file exists. -- Added "catch all" model-specific configuration settings for o3-mini, DeepSeek V3 & R1, o1-mini, o1. -- Added Azure o3-Mini model support. +- Yes/No prompts now accept All/Skip as alias for Y/N even when not processing a group of confirmations. - Aider wrote 68% of the code in this release. ### Aider v0.73.0 diff --git a/aider/website/assets/sample-analytics.jsonl b/aider/website/assets/sample-analytics.jsonl index f40df0ba1..fd90b51b9 100644 --- a/aider/website/assets/sample-analytics.jsonl +++ b/aider/website/assets/sample-analytics.jsonl @@ -1,6 +1,3 @@ -{"event": "exit", "properties": {"reason": "GUI session ended"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738694759} -{"event": "launched", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738695435} -{"event": "no-repo", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738695437} {"event": "message_send_starting", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738695437} {"event": "message_send", "properties": {"main_model": "claude-3-5-sonnet-20241022", "weak_model": "claude-3-5-haiku-20241022", "editor_model": "claude-3-5-sonnet-20241022", "edit_format": "diff", "prompt_tokens": 8010, "completion_tokens": 204, "total_tokens": 8214, "cost": 0.02709, "total_cost": 0.02709}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738695445} {"event": "exit", "properties": {"reason": "Completed --message"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738695445} @@ -998,3 +995,6 @@ {"event": "launched", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738857042} {"event": "repo", "properties": {"num_files": 435}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738857043} {"event": "exit", "properties": {"reason": "Completed lint/test/commit"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738857047} +{"event": "launched", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738857132} +{"event": "gui session", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738857132} +{"event": "exit", "properties": {"reason": "GUI session ended"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738857132}