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
Paul Gauthier
1e001bd73c
fix: Update model names in test_models.py
2026-02-11 08:29:48 -08:00
Paul Gauthier
b77180711c
copy
2026-02-11 07:34:31 -08:00
Paul Gauthier
750c61c6a0
bump deps
2026-02-11 07:33:32 -08:00
Paul Gauthier
0811a180cf
copy
2026-02-11 07:21:09 -08:00
Paul Gauthier
463bf8023c
copy
2026-02-11 07:17:19 -08:00
Paul Gauthier
fa3d7b14c0
refactor: Update flash alias to point to gemini/gemini-flash-latest
...
Co-authored-by: aider (openai/gpt-5.2) <aider@aider.chat >
2026-02-11 07:13:25 -08:00
Paul Gauthier
87c552bbee
feat: Add openrouter entries for new models
...
Co-authored-by: aider (openai/gpt-5.2) <aider@aider.chat >
2026-02-11 07:01:53 -08:00
Paul Gauthier
c7912bf76a
feat: Add Gemini 2.5 Flash and Flash-Lite models to settings
...
Co-authored-by: aider (openai/gpt-5.2) <aider@aider.chat >
2026-02-11 06:56:50 -08:00
Paul Gauthier
c1e0c601da
feat: Add settings for new OpenAI models
...
Co-authored-by: aider (openai/gpt-5.2) <aider@aider.chat >
2026-02-11 06:54:08 -08:00
Paul Gauthier
6a3bbfd95d
fix: Remove non-existent openrouter anthropic model versions
...
Co-authored-by: aider (openai/gpt-5.2) <aider@aider.chat >
2026-02-11 06:48:58 -08:00
Paul Gauthier
c50eb7512f
fix: Update openrouter model version numbers to use dots
...
Co-authored-by: aider (openai/gpt-5.2) <aider@aider.chat >
2026-02-11 06:46:45 -08:00
Paul Gauthier
3aa642fec9
feat: add missing openrouter anthropic model entries
...
Co-authored-by: aider (openai/gpt-5.2) <aider@aider.chat >
2026-02-11 06:45:56 -08:00
Paul Gauthier
114057283d
feat: update models.py for Claude 4.5/4.6
...
Co-authored-by: aider (openai/gpt-5.2) <aider@aider.chat >
2026-02-11 06:43:41 -08:00
Paul Gauthier
98cc418ea3
feat: Add Claude 4.5/4.6 models to model-settings.yml
...
Co-authored-by: aider (openai/gpt-5.2) <aider@aider.chat >
2026-02-11 06:41:17 -08:00
Paul Gauthier
a6a31c7b82
fix: Update python version in Dockerfile site-packages permissions
2026-02-11 06:32:23 -08:00
Paul Gauthier
5cb6b61047
dockerfile to 3.12
2026-02-10 19:26:46 -08:00
Paul Gauthier
22b9aec8ac
reqs
2026-02-10 19:25:06 -08:00
Paul Gauthier
f8f2726b14
copy
2026-02-10 18:59:19 -08:00
Paul Gauthier
d9d5c1e233
pip-compile
2026-02-10 18:55:35 -08:00
Paul Gauthier
94bd7abd17
from #4814
2026-02-10 18:55:16 -08:00
Paul Gauthier
c1924f2c45
from #4814
2026-02-10 18:53:22 -08:00
Paul Gauthier
a8c3e7c29c
copy
2026-02-10 18:46:04 -08:00
paul-gauthier
4bf56b7714
Merge pull request #4772 from markmcd/sdk-depro
...
Remove `google-generativeai` as a dependency.
2026-01-19 07:39:27 -08:00
Mark McDonald
d91c02c205
Remove google-generativeai as a dependency.
...
The `google-generativeai` package is deprecated, and emits warnings when
it's imported. I'm doing some cleanup work to remove it from popular
surfacess, so here's a PR :)
I'll note that `litellm` uses direct HTTP requests for the API, so it
does not use `google-genai` (except for type checking) or
`google-generativeai` (except for a deprecated PaLM codepath).
2026-01-16 17:54:49 +08:00