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 |
|
Paul Gauthier (aider)
|
54ef8a1e19
|
fix: Update test mocking to match send_completion method signature
|
2025-03-07 16:52:51 -08:00 |
|
Paul Gauthier
|
82df218bcb
|
test: Update test_reasoning to use generator and print partial response
|
2025-03-07 16:52:49 -08:00 |
|
Paul Gauthier (aider)
|
f613ad6c05
|
fix: Remove unused 'result' variable in test_reasoning.py
|
2025-03-07 16:50:36 -08:00 |
|
Paul Gauthier (aider)
|
4e732d0379
|
style: Apply linter formatting to test_reasoning.py
|
2025-03-07 16:50:19 -08:00 |
|
Paul Gauthier (aider)
|
ad8b5c9d29
|
refactor: Update test to simulate multi-response content formatting flow
|
2025-03-07 16:50:15 -08:00 |
|
Paul Gauthier (aider)
|
1ab4bf14dc
|
fix: Remove unsupported 'stream' parameter from InputOutput initialization in test
|
2025-03-07 16:49:17 -08:00 |
|
Paul Gauthier (aider)
|
068a0b4576
|
refactor: Remove unused imports from test_reasoning.py
|
2025-03-07 16:48:52 -08:00 |
|
Paul Gauthier (aider)
|
5f694f228f
|
style: Format code with linter and improve import sorting
|
2025-03-07 16:48:33 -08:00 |
|
Paul Gauthier (aider)
|
2ffe49130d
|
feat: Add test for reasoning content formatting in Coder.send() method
|
2025-03-07 16:48:27 -08:00 |
|
Paul Gauthier
|
f7d18ef976
|
test: Add test_reasoning.py for basic reasoning tests
|
2025-03-07 16:48:23 -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 |
|
Paul Gauthier (aider)
|
e6dd9978cb
|
refactor: Improve reasoning tag replacement with consistent newline handling
|
2025-03-07 16:00:40 -08:00 |
|
Paul Gauthier
|
240a5613a5
|
refactor: Simplify reasoning tag formatting in base_coder.py
|
2025-03-07 16:00:38 -08:00 |
|
Paul Gauthier (aider)
|
fb96cbcaaf
|
feat: Apply reasoning tag formatting in non-pretty streaming output
|
2025-03-07 15:59:05 -08:00 |
|
Paul Gauthier
|
b58f879db7
|
refactor: Simplify reasoning tag replacement in live_incremental_response method
|
2025-03-07 15:59:02 -08:00 |
|
Paul Gauthier (aider)
|
1585c6095e
|
style: Format code with linter and improve readability
|
2025-03-07 15:57:24 -08:00 |
|
Paul Gauthier (aider)
|
30a630412d
|
refactor: Improve reasoning tag handling in base_coder.py
|
2025-03-07 15:57:16 -08:00 |
|
Paul Gauthier
|
e5ca79cd51
|
refactor: Prepare for AI tag conversion in incremental response rendering
|
2025-03-07 15:57:14 -08:00 |
|
Paul Gauthier (aider)
|
148353aca4
|
refactor: Revert reasoning content tag changes to original implementation
|
2025-03-07 15:56:13 -08:00 |
|
Paul Gauthier (aider)
|
7a098ce740
|
style: Apply linter formatting to base_coder.py
|
2025-03-07 15:54:00 -08:00 |
|
Paul Gauthier (aider)
|
f3b9831a0c
|
refactor: Add helper function to replace reasoning tags in base_coder.py
|
2025-03-07 15:53:53 -08:00 |
|
Paul Gauthier
|
01454674c8
|
refactor: Update reasoning content formatting with improved XML-like tags
|
2025-03-07 15:53:50 -08:00 |
|
Paul Gauthier
|
5093b18ecc
|
Merge branch 'main' into show-thinking
|
2025-03-07 10:29:44 -08:00 |
|
Paul Gauthier
|
c16cfd0668
|
copy
|
2025-03-07 09:30:43 -08:00 |
|
Paul Gauthier
|
1674cd5db9
|
Merge branch 'main' of github.com:Aider-AI/aider
|
2025-03-07 09:30:27 -08:00 |
|