diff --git a/HISTORY.md b/HISTORY.md index 6430069f7..1a4ddf9f7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,7 +9,10 @@ - Fixed exception mapping to only include real exception classes, avoiding runtime errors, by Claudia Pellegrino. - Repo map now tags Fortran, Haskell, Julia, and Zig and is compatible with newer tree-sitter Python APIs, by Varchas Gopalaswamy, Tim Put, and Mubashir Osmani. - Removed deprecated google-generativeai dependency to eliminate import warnings, by Mark McDonald. -- Aider wrote 58% of the code in this release. +- Added settings for new OpenAI GPT‑5.1/5.2 and GPT‑5‑pro models across OpenAI, Azure, and OpenRouter, including chat and codex variants. +- Changed the gemini alias to point to gemini/gemini-3-pro-preview. +- Added support for OpenAI o1-pro model. +- Aider wrote 57% of the code in this release. ### Aider v0.86.1 diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 8396f1f50..d6903b756 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -33,7 +33,10 @@ cog.out(text) - Fixed exception mapping to only include real exception classes, avoiding runtime errors, by Claudia Pellegrino. - Repo map now tags Fortran, Haskell, Julia, and Zig and is compatible with newer tree-sitter Python APIs, by Varchas Gopalaswamy, Tim Put, and Mubashir Osmani. - Removed deprecated google-generativeai dependency to eliminate import warnings, by Mark McDonald. -- Aider wrote 58% of the code in this release. +- Added settings for new OpenAI GPT‑5.1/5.2 and GPT‑5‑pro models across OpenAI, Azure, and OpenRouter, including chat and codex variants, by Bill Dengler. +- Changed the gemini alias to point to gemini/gemini-3-pro-preview. +- Added support for OpenAI o1-pro model. +- Aider wrote 57% of the code in this release. ### Aider v0.86.1 diff --git a/aider/website/assets/sample-analytics.jsonl b/aider/website/assets/sample-analytics.jsonl index bbfaa6842..106f170bf 100644 --- a/aider/website/assets/sample-analytics.jsonl +++ b/aider/website/assets/sample-analytics.jsonl @@ -1,9 +1,3 @@ -{"event": "command_clear", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754659135} -{"event": "command_undo", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754659136} -{"event": "command_drop", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754659141} -{"event": "message_send_starting", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754659146} -{"event": "message_send_starting", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754659355} -{"event": "message_send", "properties": {"main_model": "None", "weak_model": "gemini/gemini-2.5-flash", "editor_model": "None", "edit_format": "diff", "prompt_tokens": 24990, "completion_tokens": 1597, "total_tokens": 26587, "cost": 0.0472075, "total_cost": 0.17171750000000002}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754659469} {"event": "command_clear", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754662848} {"event": "command_ask", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754662853} {"event": "message_send_starting", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754662891} @@ -998,3 +992,9 @@ {"event": "repo", "properties": {"num_files": 635}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1770827387} {"event": "auto_commits", "properties": {"enabled": true}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1770827387} {"event": "exit", "properties": {"reason": "Completed lint/test/commit"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1770827388} +{"event": "launched", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1770853263} +{"event": "no-repo", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1770853264} +{"event": "auto_commits", "properties": {"enabled": true}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1770853264} +{"event": "message_send_starting", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1770853264} +{"event": "message_send", "properties": {"main_model": "gpt-5", "weak_model": "gemini/gemini-2.5-flash-lite", "editor_model": "gpt-5", "edit_format": "diff", "prompt_tokens": 18785, "completion_tokens": 496, "total_tokens": 19281, "cost": 0.02844125, "total_cost": 0.02844125}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1770853372} +{"event": "exit", "properties": {"reason": "Completed --message"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1770853372} diff --git a/aider/website/docs/faq.md b/aider/website/docs/faq.md index 76c3fa0a8..0f6dbd789 100644 --- a/aider/website/docs/faq.md +++ b/aider/website/docs/faq.md @@ -264,12 +264,12 @@ tr:hover { background-color: #f5f5f5; } - - - - + + + + - +
Model NameTotal TokensPercent
openai/gpt-5.2971,05550.8%
gemini/gemini-3-flash-preview241,51612.6%
gpt-5231,25812.1%
gemini/gemini-2.5-pro222,04711.6%
openai/gpt-5.2971,05551.0%
gpt-5250,53913.2%
gemini/gemini-3-flash-preview241,51612.7%
gemini/gemini-2.5-pro222,04711.7%
gemini/gemini-3-pro-preview81,8514.3%
None72,0373.8%
None45,4502.4%
o3-pro36,6201.9%
gpt-5.227,4271.4%
gemini/gemini-2.5-flash-lite15,4700.8%