mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
copy
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -264,12 +264,12 @@ tr:hover { background-color: #f5f5f5; }
|
||||
</style>
|
||||
<table>
|
||||
<tr><th>Model Name</th><th class='right'>Total Tokens</th><th class='right'>Percent</th></tr>
|
||||
<tr><td>openai/gpt-5.2</td><td class='right'>971,055</td><td class='right'>50.8%</td></tr>
|
||||
<tr><td>gemini/gemini-3-flash-preview</td><td class='right'>241,516</td><td class='right'>12.6%</td></tr>
|
||||
<tr><td>gpt-5</td><td class='right'>231,258</td><td class='right'>12.1%</td></tr>
|
||||
<tr><td>gemini/gemini-2.5-pro</td><td class='right'>222,047</td><td class='right'>11.6%</td></tr>
|
||||
<tr><td>openai/gpt-5.2</td><td class='right'>971,055</td><td class='right'>51.0%</td></tr>
|
||||
<tr><td>gpt-5</td><td class='right'>250,539</td><td class='right'>13.2%</td></tr>
|
||||
<tr><td>gemini/gemini-3-flash-preview</td><td class='right'>241,516</td><td class='right'>12.7%</td></tr>
|
||||
<tr><td>gemini/gemini-2.5-pro</td><td class='right'>222,047</td><td class='right'>11.7%</td></tr>
|
||||
<tr><td>gemini/gemini-3-pro-preview</td><td class='right'>81,851</td><td class='right'>4.3%</td></tr>
|
||||
<tr><td>None</td><td class='right'>72,037</td><td class='right'>3.8%</td></tr>
|
||||
<tr><td>None</td><td class='right'>45,450</td><td class='right'>2.4%</td></tr>
|
||||
<tr><td>o3-pro</td><td class='right'>36,620</td><td class='right'>1.9%</td></tr>
|
||||
<tr><td>gpt-5.2</td><td class='right'>27,427</td><td class='right'>1.4%</td></tr>
|
||||
<tr><td>gemini/gemini-2.5-flash-lite</td><td class='right'>15,470</td><td class='right'>0.8%</td></tr>
|
||||
|
||||
Reference in New Issue
Block a user