This commit is contained in:
Paul Gauthier
2026-03-16 18:21:33 -07:00
parent 3c2a8bdafc
commit bdb4d9ff8e
5 changed files with 24 additions and 15 deletions

View File

@@ -12,7 +12,11 @@
- Added settings for new OpenAI GPT5.1/5.2 and GPT5pro 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.
- Added support for GPT5.3/5.4 model variants across OpenAI, Azure, and OpenRouter, plus GPT4.1nano.
- Added `/ok` as a shortcut for asking aider to go ahead with the proposed changes, with optional extra instructions.
- When auto-commits are disabled, aider can add files outside the git repo and promote read-only files to editable, by Chris McCormick.
- Fixed crashes caused by circular symlink loops when resolving paths, by coder_3.
- Aider wrote 62% of the code in this release.
### Aider v0.86.1

View File

@@ -36,7 +36,11 @@ cog.out(text)
- Added settings for new OpenAI GPT5.1/5.2 and GPT5pro 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.
- Added support for GPT5.3/5.4 model variants across OpenAI, Azure, and OpenRouter, plus GPT4.1nano.
- Added `/ok` as a shortcut for asking aider to go ahead with the proposed changes, with optional extra instructions.
- When auto-commits are disabled, aider can add files outside the git repo and promote read-only files to editable, by Chris McCormick.
- Fixed crashes caused by circular symlink loops when resolving paths, by coder_3.
- Aider wrote 62% of the code in this release.
### Aider v0.86.1

View File

@@ -1,9 +1,3 @@
{"event": "exit", "properties": {"reason": "Exit flag set"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753875}
{"event": "launched", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753875}
{"event": "model warning", "properties": {"main_model": "None", "weak_model": "None", "editor_model": "None"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753875}
{"event": "repo", "properties": {"num_files": 630}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753875}
{"event": "auto_commits", "properties": {"enabled": true}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753875}
{"event": "exit", "properties": {"reason": "Unknown edit format"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753875}
{"event": "launched", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753991}
{"event": "gui session", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753991}
{"event": "exit", "properties": {"reason": "GUI session ended"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753991}
@@ -998,3 +992,9 @@
{"event": "message_send_starting", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710038}
{"event": "message_send", "properties": {"main_model": "gpt-5.3-codex", "weak_model": "gemini/gemini-2.5-flash-lite", "editor_model": "gpt-5.2", "edit_format": "diff", "prompt_tokens": 32191, "completion_tokens": 2345, "total_tokens": 34536, "cost": 0.08916425, "total_cost": 0.14828975}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710110}
{"event": "exit", "properties": {"reason": "Completed main CLI coder.run"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710139}
{"event": "launched", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710216}
{"event": "no-repo", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710217}
{"event": "auto_commits", "properties": {"enabled": true}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710217}
{"event": "message_send_starting", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710217}
{"event": "message_send", "properties": {"main_model": "gpt-5.4", "weak_model": "gemini/gemini-2.5-flash-lite", "editor_model": "gpt-5.4", "edit_format": "diff", "prompt_tokens": 23729, "completion_tokens": 297, "total_tokens": 24026, "cost": 0.0637775, "total_cost": 0.0637775}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710306}
{"event": "exit", "properties": {"reason": "Completed --message"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710306}

View File

@@ -264,15 +264,16 @@ 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'>982,120</td><td class='right'>46.3%</td></tr>
<tr><td>gemini/gemini-3-flash-preview</td><td class='right'>241,516</td><td class='right'>11.4%</td></tr>
<tr><td>gemini/gemini-2.5-pro</td><td class='right'>222,047</td><td class='right'>10.5%</td></tr>
<tr><td>gpt-5</td><td class='right'>209,977</td><td class='right'>9.9%</td></tr>
<tr><td>gpt-5.2-codex</td><td class='right'>166,945</td><td class='right'>7.9%</td></tr>
<tr><td>openai/gpt-5.2</td><td class='right'>982,120</td><td class='right'>45.8%</td></tr>
<tr><td>gemini/gemini-3-flash-preview</td><td class='right'>241,516</td><td class='right'>11.3%</td></tr>
<tr><td>gemini/gemini-2.5-pro</td><td class='right'>222,047</td><td class='right'>10.4%</td></tr>
<tr><td>gpt-5</td><td class='right'>209,977</td><td class='right'>9.8%</td></tr>
<tr><td>gpt-5.2-codex</td><td class='right'>166,945</td><td class='right'>7.8%</td></tr>
<tr><td>gpt-5.2</td><td class='right'>87,029</td><td class='right'>4.1%</td></tr>
<tr><td>gemini/gemini-3-pro-preview</td><td class='right'>81,851</td><td class='right'>3.9%</td></tr>
<tr><td>gemini/gemini-3-pro-preview</td><td class='right'>81,851</td><td class='right'>3.8%</td></tr>
<tr><td>gpt-5.3-codex</td><td class='right'>64,402</td><td class='right'>3.0%</td></tr>
<tr><td>o3-pro</td><td class='right'>36,620</td><td class='right'>1.7%</td></tr>
<tr><td>gpt-5.4</td><td class='right'>24,026</td><td class='right'>1.1%</td></tr>
<tr><td>gemini/gemini-2.5-flash-lite</td><td class='right'>15,470</td><td class='right'>0.7%</td></tr>
<tr><td>gemini/gemini-2.5-flash-lite-preview-06-17</td><td class='right'>11,371</td><td class='right'>0.5%</td></tr>
</table>

View File

@@ -113,7 +113,7 @@ def main():
cmd = [
"aider",
"--model",
"gpt-5",
"gpt-5.4",
hist_path,
"--read",
log_path,