Skip to content

Commit bdb4d9f

Browse files
committed
copy
1 parent 3c2a8bd commit bdb4d9f

5 files changed

Lines changed: 24 additions & 15 deletions

File tree

HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
- 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.
1313
- Changed the gemini alias to point to gemini/gemini-3-pro-preview.
1414
- Added support for OpenAI o1-pro model.
15-
- Aider wrote 57% of the code in this release.
15+
- Added support for GPT‑5.3/5.4 model variants across OpenAI, Azure, and OpenRouter, plus GPT‑4.1‑nano.
16+
- Added `/ok` as a shortcut for asking aider to go ahead with the proposed changes, with optional extra instructions.
17+
- When auto-commits are disabled, aider can add files outside the git repo and promote read-only files to editable, by Chris McCormick.
18+
- Fixed crashes caused by circular symlink loops when resolving paths, by coder_3.
19+
- Aider wrote 62% of the code in this release.
1620

1721
### Aider v0.86.1
1822

aider/website/HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ cog.out(text)
3636
- 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.
3737
- Changed the gemini alias to point to gemini/gemini-3-pro-preview.
3838
- Added support for OpenAI o1-pro model.
39-
- Aider wrote 57% of the code in this release.
39+
- Added support for GPT‑5.3/5.4 model variants across OpenAI, Azure, and OpenRouter, plus GPT‑4.1‑nano.
40+
- Added `/ok` as a shortcut for asking aider to go ahead with the proposed changes, with optional extra instructions.
41+
- When auto-commits are disabled, aider can add files outside the git repo and promote read-only files to editable, by Chris McCormick.
42+
- Fixed crashes caused by circular symlink loops when resolving paths, by coder_3.
43+
- Aider wrote 62% of the code in this release.
4044

4145
### Aider v0.86.1
4246

aider/website/assets/sample-analytics.jsonl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
{"event": "exit", "properties": {"reason": "Exit flag set"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753875}
2-
{"event": "launched", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753875}
3-
{"event": "model warning", "properties": {"main_model": "None", "weak_model": "None", "editor_model": "None"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753875}
4-
{"event": "repo", "properties": {"num_files": 630}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753875}
5-
{"event": "auto_commits", "properties": {"enabled": true}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753875}
6-
{"event": "exit", "properties": {"reason": "Unknown edit format"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753875}
71
{"event": "launched", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753991}
82
{"event": "gui session", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753991}
93
{"event": "exit", "properties": {"reason": "GUI session ended"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1754753991}
@@ -998,3 +992,9 @@
998992
{"event": "message_send_starting", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710038}
999993
{"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}
1000994
{"event": "exit", "properties": {"reason": "Completed main CLI coder.run"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710139}
995+
{"event": "launched", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710216}
996+
{"event": "no-repo", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710217}
997+
{"event": "auto_commits", "properties": {"enabled": true}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710217}
998+
{"event": "message_send_starting", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710217}
999+
{"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}
1000+
{"event": "exit", "properties": {"reason": "Completed --message"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1773710306}

aider/website/docs/faq.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,16 @@ tr:hover { background-color: #f5f5f5; }
264264
</style>
265265
<table>
266266
<tr><th>Model Name</th><th class='right'>Total Tokens</th><th class='right'>Percent</th></tr>
267-
<tr><td>openai/gpt-5.2</td><td class='right'>982,120</td><td class='right'>46.3%</td></tr>
268-
<tr><td>gemini/gemini-3-flash-preview</td><td class='right'>241,516</td><td class='right'>11.4%</td></tr>
269-
<tr><td>gemini/gemini-2.5-pro</td><td class='right'>222,047</td><td class='right'>10.5%</td></tr>
270-
<tr><td>gpt-5</td><td class='right'>209,977</td><td class='right'>9.9%</td></tr>
271-
<tr><td>gpt-5.2-codex</td><td class='right'>166,945</td><td class='right'>7.9%</td></tr>
267+
<tr><td>openai/gpt-5.2</td><td class='right'>982,120</td><td class='right'>45.8%</td></tr>
268+
<tr><td>gemini/gemini-3-flash-preview</td><td class='right'>241,516</td><td class='right'>11.3%</td></tr>
269+
<tr><td>gemini/gemini-2.5-pro</td><td class='right'>222,047</td><td class='right'>10.4%</td></tr>
270+
<tr><td>gpt-5</td><td class='right'>209,977</td><td class='right'>9.8%</td></tr>
271+
<tr><td>gpt-5.2-codex</td><td class='right'>166,945</td><td class='right'>7.8%</td></tr>
272272
<tr><td>gpt-5.2</td><td class='right'>87,029</td><td class='right'>4.1%</td></tr>
273-
<tr><td>gemini/gemini-3-pro-preview</td><td class='right'>81,851</td><td class='right'>3.9%</td></tr>
273+
<tr><td>gemini/gemini-3-pro-preview</td><td class='right'>81,851</td><td class='right'>3.8%</td></tr>
274274
<tr><td>gpt-5.3-codex</td><td class='right'>64,402</td><td class='right'>3.0%</td></tr>
275275
<tr><td>o3-pro</td><td class='right'>36,620</td><td class='right'>1.7%</td></tr>
276+
<tr><td>gpt-5.4</td><td class='right'>24,026</td><td class='right'>1.1%</td></tr>
276277
<tr><td>gemini/gemini-2.5-flash-lite</td><td class='right'>15,470</td><td class='right'>0.7%</td></tr>
277278
<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>
278279
</table>

scripts/update-history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def main():
113113
cmd = [
114114
"aider",
115115
"--model",
116-
"gpt-5",
116+
"gpt-5.4",
117117
hist_path,
118118
"--read",
119119
log_path,

0 commit comments

Comments
 (0)