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
1c6958069a
test/wonjongin-text_get_max_tokens code generate
...
- There is no test code for get_max_tokens of utils, so the unit test code related to the part corresponding to each test branch is added
2025-05-22 16:32:04 +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
b686a707a4
Not implement online
2025-05-20 16:54:20 +07:00
bd68a0de55
Update Gitea documents
2025-05-20 16:46:32 +07: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
2d619564f2
Update README for Gitea
2025-05-20 15:51:50 +07:00
1b74942919
Set default configuration of Gitea
2025-05-20 15:18:07 +07: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
03fa5b7d92
docs: Modify the review effort label text in the review document to an updated format
2025-05-20 03:00:54 +09:00
4679dce3af
refactor: Correct case typo of PR in log
2025-05-20 02:31:48 +09:00
94aa8e8638
refactor: Correct case typo in log
2025-05-20 02:30:17 +09:00
f5a069d6b4
refactor: Align comment formatting with others
2025-05-20 02:28:43 +09:00
2a42d009af
docs: Fix broken Markdown code block in Installation documentation
2025-05-20 02:27:14 +09:00
9464fd9696
Merge pull request #1797 from GuBee33/main
...
Adding num_max_findings configuration parameter
2025-05-19 20:23:14 +03:00
95df26c973
docs: Correct typos in ignore section configuration
2025-05-20 02:08:41 +09:00
a315779713
docs: document how to auto-trigger /add_docs via pr_commands
2025-05-20 00:23:44 +09:00
c97b49c373
typo fix
2025-05-19 16:19:41 +02:00
5a8ce252f7
Adding num_max_findings configuration parameter with a default value of 3, to have the possibility to extend it
2025-05-19 16:16:23 +02:00
5e40b3962a
docs: document how to auto-trigger /add_docs via pr_commands
2025-05-19 22:22:22 +09:00
3f4fac1232
docs: document how to auto-trigger /add_docs via pr_commands
2025-05-19 21:17:59 +09:00
e692dee66a
docs: document how to auto-trigger /add_docs via pr_commands
2025-05-19 17:39:55 +09:00
31620a82c0
docs: document how to auto-trigger /add_docs via pr_commands
2025-05-19 17:36:54 +09:00
2dbcb3e5dc
docs: improve configuration options documentation with better formatting and links
2025-05-19 11:01:14 +03:00
74b4488c7e
fix/wonjongin-test_language_handler - test_edge_case_languages_with_no_extensions code modification
...
- Since the existing code did not meet the requirements of the test, test is conducted on the assumption of a separate file name that does not exist in the extension
2025-05-19 16:44:22 +09:00
65d9269bf2
Merge pull request #1790 from qodo-ai/tr/v_029
...
Tr/v029
2025-05-17 21:08:41 +03:00
411245155f
docs: update README and Dockerfile with v0.29 release information
2025-05-17 21:05:22 +03:00