Paul Gauthier (aider)
95583fe2cd
The changes look good. Let me run the grep command again to check if there are any other files we need to update:
...
```bash
grep -E '(^|\s)(--(opus|sonnet|haiku|4|4o|mini|4-turbo|35turbo|35-turbo|3|deepseek|o1-mini|o1-preview)|-[34])(\s|[.,)]|$)' --include="*.md" -r aider/website/docs | grep -v "model.*model"
```
If there are any remaining instances of deprecated switches, we should add those files to the chat and update them as well.
2025-03-08 17:12:05 -08:00
Paul Gauthier
ddedda9233
test: update model alias and add debug dump in deprecated tests
2025-03-08 17:09:04 -08:00
Paul Gauthier
d30b9d1513
test: simplify deprecated model flag tests
2025-03-08 17:06:45 -08:00
Paul Gauthier (aider)
4c35f88ea0
test: add variant flag formats for model switches
2025-03-08 13:47:31 -08:00
Paul Gauthier (aider)
e6623ae0a8
test: mock URL launches in deprecated args tests
2025-03-08 13:45:44 -08:00
Paul Gauthier (aider)
4755578822
style: format test_deprecated.py with black
2025-03-08 13:44:16 -08:00
Paul Gauthier (aider)
319d543ac2
fix: update deprecated model tests to handle multiple warnings
2025-03-08 13:44:11 -08:00
Paul Gauthier (aider)
9e668cda7f
style: Format test_deprecated.py with black
2025-03-08 13:42:21 -08:00
Paul Gauthier (aider)
5447483da2
test: add tests for deprecated model argument handling
2025-03-08 13:42:16 -08:00
Paul Gauthier
8e22a8d107
test: add tests for deprecated functionality
2025-03-08 13:42:12 -08:00
Paul Gauthier (aider)
18d27ab4e4
style: fix linting issues and whitespace cleanup
2025-03-08 13:38:17 -08:00
Paul Gauthier (aider)
fe60832492
refactor: move model shortcut args to deprecated module with warnings
2025-03-08 13:38:06 -08:00
Paul Gauthier
6bf683409f
copy
2025-03-08 08:30:25 -08:00
Paul Gauthier
634bfb1eae
bump deps
2025-03-08 08:14:53 -08:00
Paul Gauthier
c9d597d2b1
update repomap fixture
2025-03-08 08:13:16 -08:00
Paul Gauthier
92c616f717
copy
2025-03-08 08:10:00 -08:00
Paul Gauthier
b1e8d29ae0
style: update reasoning tag formatting for better readability
2025-03-07 19:38:43 -08:00
Paul Gauthier
e0cef55fcd
copy
2025-03-07 19:09:13 -08:00
Paul Gauthier
9aacf5c7db
refactor: Remove unused parameter from remove_reasoning_content function
2025-03-07 19:06:15 -08:00
Paul Gauthier (aider)
4858749a20
style: Apply linter fixes to test_models.py
2025-03-07 17:54:34 -08:00
Paul Gauthier (aider)
b53c0b982a
refactor: Move reasoning content removal tests to test_reasoning.py
2025-03-07 17:54:28 -08:00
Paul Gauthier (aider)
2aac9ff9c5
refactor: Remove unused re import from models.py
2025-03-07 17:51:25 -08:00
Paul Gauthier (aider)
bdaa70ada5
style: Apply linter formatting to remove extra whitespaces
2025-03-07 17:51:11 -08:00
Paul Gauthier (aider)
ca6abdfc61
refactor: Move remove_reasoning_content from Model to reasoning_tags.py
2025-03-07 17:50:57 -08:00
Paul Gauthier
e18593fe88
refactor: Remove commented-out code about reasoning tags
2025-03-07 17:42:22 -08:00
Paul Gauthier
08401aff26
refactor: Modify reasoning content removal method to update partial_response_content directly
2025-03-07 17:32:57 -08:00
Paul Gauthier (aider)
cddc67ad69
refactor: Extract reasoning content removal to helper method
2025-03-07 17:30:15 -08:00
Paul Gauthier
586af2a435
refactor: Extract reasoning content removal to a helper method
2025-03-07 17:30:13 -08:00
Paul Gauthier
97091fab60
refactor: Extract reasoning content removal to a helper method
2025-03-07 17:28:49 -08:00
Paul Gauthier (aider)
5f2cf75be8
style: Fix linting issues in test_reasoning.py
2025-03-07 17:20:11 -08:00
Paul Gauthier (aider)
37c7b81c95
test: Ensure partial_response_content contains only main content
2025-03-07 17:20:03 -08:00
Paul Gauthier (aider)
779a266713
style: Apply linter formatting to test_reasoning.py
2025-03-07 17:18:38 -08:00
Paul Gauthier (aider)
ebaedc6f05
fix: Resolve JSON serialization issue in test_send_with_think_tags_stream
2025-03-07 17:18:33 -08:00
Paul Gauthier (aider)
08a392787a
style: Apply linter fixes to test_reasoning.py
2025-03-07 17:16:56 -08:00
Paul Gauthier (aider)
883bf74bad
feat: Add streaming test for <think> tags in reasoning process
2025-03-07 17:16:50 -08:00
Paul Gauthier
80de3335b7
refactor: Move reasoning content flags initialization to send method
2025-03-07 17:15:44 -08:00
Paul Gauthier (aider)
794072bdf8
style: Format code with linter to improve readability
2025-03-07 17:06:14 -08:00
Paul Gauthier (aider)
e28fdb9cb1
refactor: Update test_send_with_reasoning_content_stream to be more robust
2025-03-07 17:06:09 -08:00
Paul Gauthier (aider)
7873d1c6b3
style: Fix linter warnings in test_reasoning.py
2025-03-07 17:04:07 -08:00
Paul Gauthier (aider)
f8c069132e
fix: Add mdstream mock to resolve WholeFileCoder test failure
2025-03-07 17:04:03 -08:00
Paul Gauthier (aider)
c53833072f
style: Format code with linter and remove trailing whitespaces
2025-03-07 17:03:21 -08:00
Paul Gauthier (aider)
16d7cf7a52
feat: Add test for streaming reasoning content with proper formatting and output
2025-03-07 17:03:16 -08:00
Paul Gauthier (aider)
3b9c2b9729
style: Organize and clean up import statements in test_reasoning.py
2025-03-07 17:00:25 -08:00
Paul Gauthier (aider)
b230fea66f
feat: Add test for processing reasoning content in <think> tags
2025-03-07 17:00:19 -08:00
Paul Gauthier
f9b6501af1
refactor: Update test to use assistant_output instead of ai_output
2025-03-07 17:00:17 -08:00
Paul Gauthier (aider)
0cd8e3701d
refactor: Move reasoning_content to choices[0].message in MockCompletion
2025-03-07 16:55:09 -08:00
Paul Gauthier (aider)
8545672839
fix: Add missing attributes to MockCompletion for test compatibility
2025-03-07 16:54:24 -08:00
Paul Gauthier
4a6c4b95f1
fix: Disable streaming for Coder in test_reasoning to ensure consistent output
2025-03-07 16:54:22 -08:00
Paul Gauthier (aider)
c893bc21ab
style: Apply linter formatting to test_reasoning.py
2025-03-07 16:53:31 -08:00
Paul Gauthier (aider)
c8c5cbf8cc
fix: Add mock hash object to resolve NoneType hexdigest error in test
2025-03-07 16:53:27 -08:00