Paul Gauthier
3432a936ea
copy
2025-03-09 08:47:41 -07:00
Paul Gauthier
a15d10ea1e
refactor: Simplify reasoning content handling in stream processing
2025-03-09 08:30:56 -07:00
Paul Gauthier (aider)
a37d6e86df
feat: add support for both reasoning and reasoning_content fields
2025-03-09 08:24:12 -07:00
Paul Gauthier
a405063385
fix: Add fallback for reasoning_content attribute access
2025-03-09 08:24:09 -07:00
Paul Gauthier
ba7d941e5b
copy
2025-03-08 17:51:55 -08:00
Paul Gauthier
804a2d1af9
docs: improve deprecation warning message for remove_reasoning setting
2025-03-08 17:41:31 -08:00
Paul Gauthier (aider)
c1bc6e161e
feat: add deprecation warning for remove_reasoning attribute
2025-03-08 17:40:03 -08:00
Paul Gauthier
af1b728b90
refactor: standardize reasoning_tag property name across model settings
2025-03-08 17:39:01 -08:00
Paul Gauthier (aider)
14e37a82ab
fix: maintain backward compatibility for remove_reasoning field
2025-03-08 17:37:37 -08:00
Paul Gauthier (aider)
f8a7854efa
fix: update model property name from remove_reasoning to reasoning_tag
2025-03-08 17:36:28 -08:00
Paul Gauthier (aider)
cac9b4460e
style: fix whitespace in models.py
2025-03-08 17:33:44 -08:00
Paul Gauthier (aider)
67bf90a149
refactor: rename remove_reasoning to reasoning_tag with backward compatibility
2025-03-08 17:33:37 -08:00
Paul Gauthier
af8558b19e
copy
2025-03-08 17:30:56 -08:00
Paul Gauthier
1903542f11
copy
2025-03-08 17:27:01 -08:00
Paul Gauthier (aider)
3ed16fb796
style: fix whitespace and format code
2025-03-08 17:26:20 -08:00
Paul Gauthier (aider)
6f99392eda
feat: add thinking token budget configuration option
2025-03-08 17:26:09 -08:00
Paul Gauthier (aider)
680dbfbf77
style: fix whitespace in models.py
2025-03-08 17:20:06 -08:00
Paul Gauthier (aider)
51a72b497b
refactor: move reasoning effort logic into Model class method
2025-03-08 17:19:58 -08:00
Paul Gauthier
d6e57dd194
chore: add comment about moving reasoning effort to Model class
2025-03-08 17:19:56 -08:00
Paul Gauthier
ac1c05389a
refactor: move deprecated model args to dedicated group
2025-03-08 17:13:50 -08:00
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 (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
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)
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
80de3335b7
refactor: Move reasoning content flags initialization to send method
2025-03-07 17:15:44 -08:00
Paul Gauthier
8233eb6007
refactor: Simplify reasoning tag handling in base coder
2025-03-07 16:43:21 -08:00
Paul Gauthier
de4693cdf3
refactor: Simplify reasoning tag handling and remove unused function
2025-03-07 16:26:47 -08:00
Paul Gauthier (aider)
8fb235c3f5
refactor: Remove unused imports from reasoning_tags
2025-03-07 16:11:34 -08:00
Paul Gauthier (aider)
6feb00dcd9
style: Reorder imports and format code with linter
2025-03-07 16:10:57 -08:00
Paul Gauthier (aider)
4fc1847a70
refactor: Update reasoning tag formatting to use standalone function
2025-03-07 16:10:49 -08:00
Paul Gauthier (aider)
e7f16f07f7
refactor: Extract reasoning tag handling to separate module
2025-03-07 16:10:21 -08:00
Paul Gauthier
d9551b3106
refactor: Simplify reasoning tag handling and remove debug print statements
2025-03-07 16:08:11 -08:00
Paul Gauthier (aider)
854428795b
style: Format code with linter and improve readability
2025-03-07 16:04:40 -08:00
Paul Gauthier (aider)
5c3b4bd987
refactor: Update reasoning tag handling in live_incremental_response method
2025-03-07 16:04:32 -08:00
Paul Gauthier (aider)
9d686d3e52
refactor: Update reasoning tag handling in base_coder.py
2025-03-07 16:04:19 -08:00
Paul Gauthier (aider)
b62e00b935
refactor: Use class attribute for reasoning tag name in replace_reasoning_tags method
2025-03-07 16:03:58 -08:00
Paul Gauthier
634745c818
fix: Adjust reasoning tag spacing to improve readability
2025-03-07 16:03:56 -08:00
Paul Gauthier (aider)
490c6d9a28
style: Apply linter formatting to base_coder.py
2025-03-07 16:00:47 -08:00