13132 Commits

Author SHA1 Message Date
Paul Gauthier
c723364ada copy 2026-04-24 21:19:04 -07:00
Paul Gauthier
308b1546a0 feat: add gpt-5.5 model settings across providers
Co-authored-by: aider (gpt-5.4) <aider@aider.chat>
2026-04-24 15:59:03 -07:00
Paul Gauthier
cd24a3a3c8 test: update model alias expectations for sonnet and opus
Co-authored-by: aider (gpt-5.4) <aider@aider.chat>
2026-04-24 11:36:37 -07:00
Paul Gauthier
0189cf4f00 copy 2026-04-23 13:15:18 -07:00
Paul Gauthier
65cb4d3568 style: Format thinking_tokens model check with multiline condition
Co-authored-by: aider (gpt-5.4) <aider@aider.chat>
2026-04-23 07:12:19 -07:00
Paul Gauthier
93dfacc85e feat: add Claude Opus 4.7 model settings for Bedrock/Vertex/OpenRouter
Co-authored-by: aider (gpt-5.4) <aider@aider.chat>
2026-04-23 07:12:17 -07:00
Paul Gauthier
39023f9bc0 fix: Disable temperature for opus-4 models and gate thinking_tokens 2026-04-23 07:12:16 -07:00
Paul Gauthier
79c45c3cd6 fix: disable deprecated temperature for Claude 4 models
Co-authored-by: aider (gpt-5.4) <aider@aider.chat>
2026-04-23 07:07:32 -07:00
Paul Gauthier
b9d877488c feat: Map opus and sonnet aliases to latest Claude models
Co-authored-by: aider (gpt-5.4) <aider@aider.chat>
2026-04-23 07:01:49 -07:00
Paul Gauthier
9ce34d179c style: simplify model name conditional in models.py
Co-authored-by: aider (gpt-5.4) <aider@aider.chat>
2026-04-23 06:59:07 -07:00
Paul Gauthier
f939d0ac94 feat: add Claude Sonnet 4.6 and Opus 4.7 model support
Co-authored-by: aider (gpt-5.4) <aider@aider.chat>
2026-04-23 06:59:03 -07:00
Paul Gauthier
928bb49c4b copy 2026-04-16 10:04:48 -07:00
Paul Gauthier
f09d70659a feat: Enable overeager mode for Claude Sonnet 4.5 models 2026-04-08 22:07:19 -07:00
Paul Gauthier
bdb4d9ff8e copy 2026-03-16 18:21:33 -07:00
Paul Gauthier
3c2a8bdafc copy 2026-03-16 18:15:49 -07:00
Paul Gauthier
c41ef3b85b feat: Add gpt-5.3 and gpt-5.4 model variants
Co-authored-by: aider (gpt-5.3-codex) <aider@aider.chat>
2026-03-16 18:15:11 -07:00
Paul Gauthier
fabdce1a03 feat: add gpt-5.3-codex model variants
Co-authored-by: aider (gpt-5.2-codex) <aider@aider.chat>
2026-03-16 18:04:01 -07:00
Paul Gauthier
5b038fd76a copy 2026-03-16 17:06:15 -07:00
Paul Gauthier
413149e9c8 fix: Remove unused import in test_exceptions.py
Co-authored-by: aider (gpt-5.2-codex) <aider@aider.chat>
2026-03-16 17:05:51 -07:00
Paul Gauthier
c3356825dd test: Fix PermissionDeniedError test with httpx objects
Co-authored-by: aider (gpt-5.2-codex) <aider@aider.chat>
2026-03-16 17:05:49 -07:00
Paul Gauthier
8955c4e9ea fix: Add missing import for PermissionDeniedError
Co-authored-by: aider (gpt-5.2-codex) <aider@aider.chat>
2026-03-16 17:05:01 -07:00
Paul Gauthier
07c526f4ec test: Add response arg to PermissionDeniedError in test
Co-authored-by: aider (gpt-5.2-codex) <aider@aider.chat>
2026-03-16 17:05:00 -07:00
Paul Gauthier
0ec5f355d7 test: Add test for PermissionDeniedError EXInfo
Co-authored-by: aider (gpt-5.2-codex) <aider@aider.chat>
2026-03-16 17:01:33 -07:00
Paul Gauthier
38716cc5a2 feat: Add ExInfo for PermissionDeniedError
Co-authored-by: aider (gpt-5.2-codex) <aider@aider.chat>
2026-03-16 17:00:37 -07:00
paul-gauthier
f8e3379864 Merge pull request #4935 from claui/fix-deprecated-models 2026-03-16 16:07:00 -07:00
Claudia Pellegrino
55164933dc fix: remove deprecated vision model from test
The model that this test uses is no longer available online. [1] [2]

Per the upstream commit, gpt-4o would be the next best candidate for
vision models, so use that instead.

[1]: https://github.com/BerriAI/litellm/pull/23400

[2]: c9f7075690
2026-03-16 22:39:35 +01:00
Claudia Pellegrino
c0839cf36f fix: remove deprecated timestamped model from test
The model that this test uses is no longer available online. [1] [2]

Per the upstream commit, claude-sonnet-4-6 is a suitable replacement
so use that instead.

[1]: https://github.com/BerriAI/litellm/pull/23400

[2]: c9f7075690
2026-03-16 22:38:01 +01:00
Claudia Pellegrino
c0ab75371b fix: remove deprecated gpt-4-32k model from test
The model that this test uses is no longer available online. [1] [2]

Per the upstream commit, the only known suitable replacement is
gpt-4-0613, which the test already uses.

Hence, remove gpt-4-32k from the test without any replacement.

[1]: https://github.com/BerriAI/litellm/pull/20795

[2]: 15075ef9ec
2026-03-16 22:31:35 +01:00
paul-gauthier
861a1e4d15 Merge pull request #4899 from turian/codex/python-3-14-support
Add Python 3.13 and 3.14 support
2026-03-09 15:00:45 -07:00
Joseph Turian
975e5a8991 Add experimental Python 3.14 support 2026-03-09 15:06:30 -04:00
Paul Gauthier
265d8a473b copy 2026-03-03 07:47:59 -08:00
Paul Gauthier
37d6ebdf76 feat: Add overeager prompt to aider/coders/ask_prompts.py 2026-03-03 07:47:37 -08:00
Paul Gauthier
ec3470cc69 feat: Add overeager: true to gpt-5.2-codex variants
Co-authored-by: aider (gpt-5.2-codex) <aider@aider.chat>
2026-03-03 07:47:05 -08:00
Paul Gauthier
f761d7276d chore: Add overeager setting to gpt-4-turbo 2026-03-03 07:47:04 -08:00
Paul Gauthier
edfe0c801b feat: Allow /ok command to accept optional arguments
Co-authored-by: aider (gpt-5.2) <aider@aider.chat>
2026-02-26 06:49:40 -08:00
Paul Gauthier
b23516061e Merge branch 'main' of github.com:Aider-AI/aider 2026-02-25 06:18:46 -08:00
Paul Gauthier
d19a9b0c56 copy 2026-02-25 06:15:10 -08:00
Paul Gauthier
4b48d82750 feat: Add /ok command as an alias for /code Ok
Co-authored-by: aider (gpt-5.2) <aider@aider.chat>
2026-02-25 06:05:11 -08:00
paul-gauthier
7afaa26f8b Merge pull request #4674 from chr15m/add-readonly-no-git 2026-02-18 18:33:10 -08:00
paul-gauthier
cf72acfbf7 Merge pull request #4682 from chr15m/no-auto-commits-staging 2026-02-18 18:31:57 -08:00
paul-gauthier
b9050e1d5f Merge pull request #4838 from clayarnoldg2m/fix/4711-symlink-loop
fix: handle symlink loops in safe_abs_path()
2026-02-16 08:26:13 -08:00
coder_3
b2bec25c2c fix: handle symlink loops in safe_abs_path() (#4711)
Path.resolve() raises RuntimeError on circular symlinks. Catch
RuntimeError and OSError, fall back to Path.absolute().

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 22:39:35 +13:00
Paul Gauthier
4625ebb4b5 fix: Add verify_ssl=False to Scraper for testing 2026-02-15 16:25:27 -08:00
paul-gauthier
e6f8edda93 Merge pull request #4830 from chr15m/add-readonly-no-git-feature
Allow adding files outside repo when git commits off.
2026-02-14 06:17:11 -08:00
Chris McCormick
172df73b85 Allow adding files outside repo when git commits off. 2026-02-14 20:42:06 +08:00
Paul Gauthier
7a1bd15f0c set version to 0.86.3.dev v0.86.3.dev 2026-02-11 16:42:25 -08:00
Paul Gauthier
253f0368b8 version bump to 0.86.2 v0.86.2 2026-02-11 16:42:24 -08:00
Paul Gauthier
275c9cb926 copy 2026-02-11 15:44:15 -08:00
Paul Gauthier
11120e5c6f copy 2026-02-11 15:44:05 -08:00
Paul Gauthier
27254aa616 copy 2026-02-11 08:30:09 -08:00