2453508023
Merge pull request #1805 from group-3-sPRinter/improve/token_handler
...
Refactor count_tokens method structure in token_handler.py for better extensibility
2025-05-25 12:11:41 +03:00
84f2f4fe3d
Fix: use ModelTypeValidator static methods directly
2025-05-25 18:00:38 +09:00
511f1ba6ae
Merge pull request #1823 from qodo-ai/tr/ensure_ticket_compliance
...
ensure_ticket_compliance
2025-05-25 08:43:04 +03:00
415817b421
Update docs/docs/tools/improve.md
...
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
2025-05-25 08:42:55 +03:00
18a8a741fa
ensure_ticket_compliance
2025-05-25 08:31:24 +03:00
4cdaad1fc5
Merge pull request #1816 from TaskerJang/feature/clip-tokens-tests-and-docs
...
Add Unit Tests and Improve Documentation for utils.py clip_tokens Function
2025-05-25 08:18:26 +03:00
f5bb508736
fix: use identity check for None comparison in clip_tokens tests
...
- Replace `== None` with `is None` in test_empty_input_text method
- Follow Python best practice for None comparisons as recommended in code review
- Address feedback from PR #1816 review comment
Co-authored-by: mrT23
2025-05-25 07:55:18 +09:00
43dbe24a7f
Merge pull request #1817 from PeterDaveHelloKitchen/Grok-3
...
Add Grok-3 non-beta model IDs
2025-05-24 16:32:50 +03:00
f4a9bc3de7
Merge pull request #1814 from hirobf10/support-claude-4
...
feat: add support for Claude 4 family
2025-05-24 16:29:48 +03:00
ad4721f55b
Merge pull request #1812 from pr-agent-group-2/feature/try_fix_yaml-test
...
Add unit tests for try_fix_yaml function
2025-05-24 16:25:58 +03:00
20b1a1f552
Merge pull request #1808 from group-3-sPRinter/fix/retry-exclude-rate-limit-error
...
fix: exclude RateLimitError from `@retry` in `AIHandler.chat_completion()`
2025-05-24 16:14:25 +03:00
4c98cffd37
Merge pull request #1801 from darkdread/main
...
docs: include [aws] in .secrets.template
2025-05-24 16:12:52 +03:00
453f8e19f3
Update docs/docs/usage-guide/changing_a_model.md
...
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
2025-05-24 16:12:37 +03:00
95c94b80a2
Add Grok-3 non-beta model IDs
2025-05-24 14:22:55 +08:00
e2586cb64a
docs: improve clip_tokens function docstring and add examples
2025-05-24 10:46:58 +09:00
1bc0d488d5
test: add comprehensive unit tests for clip_tokens function
...
- Add 21 test cases covering edge cases and parameter combinations
- Include tests for Unicode, special characters, and long text
processing
- Verify exception handling and backward compatibility
2025-05-24 10:44:55 +09:00
1f836e405d
fix: reflect comments
2025-05-24 09:45:27 +09:00
c4358d1ca0
chore: update the version of litellm to 1.70.4
2025-05-23 19:18:09 +09:00
c10be827a1
chore: update the version of anthropic sdk
2025-05-23 14:23:51 +09:00
10703a9098
feat: add support for Claude 4
2025-05-23 14:16:44 +09:00
f6a9d3c2cc
fix:typo in test_with_initial_yaml, test_no_initial_yaml
2025-05-22 16:55:52 +09:00
684a438167
test: add test case for fixing incorrect indentation in YAML code block scalar
2025-05-22 16:53:02 +09:00
f10c389406
test: add test cases for YAML block scalar with inconsistent and insufficient indentation
2025-05-22 16:53:02 +09:00
20e69c3530
test: add test case for YAML block scalar with leading plus signs in code
2025-05-22 16:53:02 +09:00
069f36fc1f
test: add test case for YAML with tab indentation in block scalar
2025-05-22 16:53:02 +09:00
e79c34e039
test: add test case for YAML wrapped with braces
2025-05-22 16:27:38 +09:00
e045617243
Merge pull request #1809 from qodo-ai/mrT23-patch-12
...
Update LICENSE
2025-05-22 10:06:13 +03:00
70428ebb21
Update LICENSE
2025-05-22 10:01:52 +03:00
466ec4ce90
fix: exclude RateLimitError from retry logic
2025-05-22 15:04:16 +09:00
facfb5f46b
Add missing code: use_context=False
2025-05-22 13:32:20 +09:00
cc686ef26d
Reorder model check: OpenAI before Anthropic
...
OpenAI is the default in most cases, so checking it first skips unnecessary Anthropic logic.
2025-05-22 13:12:04 +09:00
ead7491ca9
Apply convention for marking private
2025-05-21 18:08:48 +09:00
df0355d827
Remove member variable for restroring get_settings()
2025-05-21 18:07:47 +09:00
c3ea048b71
Restore original return logic for force_accurate condition
2025-05-21 17:52:51 +09:00
648829b770
Rename method
2025-05-21 17:51:03 +09:00
4e80f3999c
Merge remote-tracking branch 'origin/main'
2025-05-21 07:53:42 +03:00
3bced45248
docs: improve configuration options documentation with clearer formatting and links
2025-05-21 07:53:31 +03:00
dd17aadfe3
Merge pull request #1803 from group-3-sPRinter/fix/litellm-exception-order
...
fix: reorder exception handling in `LiteLLMAIHandler.chat_completion()`
2025-05-21 07:42:18 +03:00
199b463eaa
Merge pull request #1798 from seohyun-lee/docs/usage-guide
...
Correct typos in documentation and log messages
2025-05-21 07:38:22 +03:00
7821e71b17
Merge pull request #1787 from nicholasgribanov/feature/gitea-forgejo-support
...
#1657 add gitea/forgejo support
2025-05-21 07:35:31 +03:00
6405284461
fix: reorder exception handling to enable proper retry behavior
2025-05-20 18:22:33 +09:00
9069c37a05
Add incremental update to documentation ( #1796 )
2025-05-20 12:12:06 +03:00
97f2b6f736
Fix TypeError
2025-05-20 15:29:27 +09:00
eecf115b91
Merge pull request #1799 from seohyun-lee/docs/review
...
Revise the review effort label text in the review document
2025-05-20 08:28:38 +03:00
f198e6fa09
Add constants and improve token calculation logic
2025-05-20 14:12:24 +09:00
e72bb28c4e
Replace get_settings() with self.settings
2025-05-20 13:50:30 +09:00
81fa22e4df
Add model name validation
2025-05-20 13:47:15 +09:00
8aa89ff8e6
docs: include [aws] in .secrets.template
2025-05-20 10:27:13 +08:00
6d9bb93f62
Merge pull request #1795 from jmsb02/docs/add_docs-auto-trigger-docs-only
...
docs: document how to auto-trigger /add_docs via pr_commands
2025-05-19 21:30:05 +03:00
25b807f71c
docs: Add missing spacebar
2025-05-20 03:11:21 +09:00