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
14fb98aa77
docs: update README and recent updates page with v0.29 release information
2025-05-17 21:03:29 +03:00
b4ae07bf82
Remove test case for YAML parsing that removes last line
2025-05-17 20:58:32 +03:00
db5138dc42
Improve YAML parsing with additional fallback strategies for AI predictions
v0.29
2025-05-17 20:38:05 +03:00
9a9feb47a6
Merge pull request #1786 from qodo-ai/pr-1736
...
Pr 1736
2025-05-17 15:29:23 +03:00
d67d07acc7
#1657 review fix 2
2025-05-16 20:30:17 +03:00
12b1fe23da
#1657 review fix
2025-05-16 20:12:40 +03:00
f857ea1f22
#1657 add gitea/forgejo support
2025-05-16 19:43:21 +03:00
52ce74a31a
Remove debug print statements from repository filtering tests
2025-05-16 17:25:10 +03:00
f47da75e6f
Remove debug print statement from should_process_pr_logic function
2025-05-16 17:23:27 +03:00
42557feb97
Enhance repository filtering with regex pattern matching for ignore_repositories
2025-05-16 17:20:54 +03:00
c15fb16528
Merge pull request #1779 from dnnspaul/main
...
Enable usage of OpenAI like APIs
2025-05-16 16:59:18 +03:00
d268db5f0d
Merge pull request #1778 from smartandhandsome/main
...
Cleanup: Remove Unused import and Fix Parameter Typo
2025-05-16 16:54:55 +03:00
ec626f0193
Merge pull request #1785 from qodo-ai/tr/gemini-2.5-pro-preview-05-06
...
Add Gemini-2.5-pro-preview-05-06 model and update litellm dependency
2025-05-16 16:53:50 +03:00
9974015682
Add Gemini-2.5-pro-preview-05-06 model and update litellm dependency
2025-05-16 16:32:45 +03:00
8b1abbcc2c
Add lib dependency
2025-05-16 16:34:53 +07:00