1494 Commits

Author SHA1 Message Date
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
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
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
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
1e001bd73c fix: Update model names in test_models.py 2026-02-11 08:29:48 -08:00
paul-gauthier
c74f5efb2f Merge pull request #4621 from TimPut/repomap-haskell 2025-11-02 09:43:18 -08:00
timput
be8da40b1f add initial zig-tags.scm for repomap 2025-11-02 08:03:26 -07:00
timput
93f20a6d23 add initial haskell-tags.scm for repomap 2025-11-02 07:57:29 -07:00
Paul Gauthier
323910be11 test: Improve summary test with list-aware token counting mock 2025-06-25 12:57:59 -07:00
Paul Gauthier
d47cb40518 test: Add Clojure language repomap test fixture
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2025-06-25 11:40:26 -07:00
Paul Gauthier
e2d3fc4594 fix: Update Co-authored-by email to aider@aider.chat 2025-06-25 11:17:07 -07:00
Matteo Landi
c4b9f14b90 fix: Resolve literal paths correctly in /read-only command 2025-06-24 20:58:43 +02:00
Matthew Tofano
20429b6852 add MATLAB tags to enable repo map support 2025-06-23 21:24:52 +01:00
Paul Gauthier (aider)
990a0566bb fix: Remove unused mock_stdout in tests 2025-06-08 10:19:47 -07:00
Paul Gauthier (aider)
0ac6068e1d fix: Remove unused mock_stdout in test_main 2025-06-08 10:19:01 -07:00
Paul Gauthier (aider)
1953c9815a fix: Remove unused mock_stdout in tests 2025-06-08 10:17:45 -07:00
Paul Gauthier
cc8be1453f style: Add whitespace in tests 2025-06-08 10:17:28 -07:00
paul-gauthier
837b8a93e9 Merge pull request #3609 from omarcinkonis/main 2025-06-07 05:16:45 -07:00
Luke Reeves
09b2d49f11 Use system prompt prefix for commit messages
I've been using Qwen3 with reasoning disabled via a /no_think in the
system prompt prefix. I found that the commit message generation was
ignoring this setting. This change updates the commit message generation
loop to incorporate that setting if defined.
2025-06-03 10:30:42 -04:00
muravvv
bfaad12cac add missing encoding conversion for diff contents 2025-06-01 22:31:43 +03:00
Kyosuke Takayama
6eaf75f760 test: add test for commit-language option 2025-06-01 19:29:28 +09:00
Paul Gauthier (aider)
e331a967a6 fix: Update expected OpenRouter costs in tests 2025-05-30 15:57:45 -07:00
Paul Gauthier (aider)
48376e59c2 style: Apply formatting 2025-05-30 15:07:32 -07:00
Paul Gauthier (aider)
52510c7da5 test: Update OpenRouter default model expectations 2025-05-30 15:07:29 -07:00
Paul Gauthier (aider)
6b2bcf651e fix: Update expected model name for 'opus' alias test 2025-05-25 13:15:15 -07:00
Paul Gauthier (aider)
fea0ff189f test: Update sonnet model alias test 2025-05-25 13:14:47 -07:00
Paul Gauthier (aider)
3caab85931 fix: Mark unused variable in test 2025-05-13 13:44:59 -07:00
Paul Gauthier
756372809e test: Update tests for git integration 2025-05-13 13:44:23 -07:00
Paul Gauthier (aider)
6aa05ab11c style: Format test file 2025-05-13 13:42:04 -07:00
Paul Gauthier (aider)
9cf373039e test: Add test for skipping gitignored files on init 2025-05-13 13:41:58 -07:00
Paul Gauthier (aider)
bc1272f029 fix: base coder not ignoring gitignore if --file is used. 2025-05-13 13:38:18 -07:00
Paul Gauthier (aider)
57020a2d5e test: Assert specific stderr messages for invalid edit format 2025-05-11 08:16:08 -07:00
Paul Gauthier (aider)
6b9045a2a2 fix: Fix F841 unused variable in test 2025-05-11 08:15:19 -07:00
Paul Gauthier (aider)
5f24a0013a test: Fix invalid edit format test assertion 2025-05-11 08:15:03 -07:00
Paul Gauthier (aider)
b79052501d style: Shorten comment to fix E501 2025-05-11 08:13:27 -07:00
Paul Gauthier (aider)
9e0d7d9c46 style: Fix code style in test 2025-05-11 08:13:18 -07:00
Paul Gauthier (aider)
a53ab7d937 fix: Correct test for invalid --edit-format argument 2025-05-11 08:13:11 -07:00
Paul Gauthier (aider)
512b4d891b chore: Remove unused imports in test_openrouter.py 2025-05-10 12:57:14 -07:00
Paul Gauthier (aider)
a6b0f43dce chore: Run linter 2025-05-10 12:56:13 -07:00
Paul Gauthier (aider)
e8d9ae9a1f test: add tests for OpenRouter model info handling 2025-05-10 12:56:08 -07:00
Paul Gauthier
2ab0074915 test: Add OpenRouter tests 2025-05-10 12:56:06 -07:00
Paul Gauthier (aider)
b8758ca791 test: Fix mock for babel.Locale in test_normalize_language 2025-05-10 11:55:03 -07:00