|
930cd69909
|
Fixed conflicts
|
2025-05-22 14:54:26 +07: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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
db5138dc42
|
Improve YAML parsing with additional fallback strategies for AI predictions
|
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 |
|
|
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 |
|
|
9974015682
|
Add Gemini-2.5-pro-preview-05-06 model and update litellm dependency
|
2025-05-16 16:32:45 +03:00 |
|
|
fab8573c4d
|
Set default configuration
|
2025-05-16 16:33:36 +07:00 |
|
|
2d7636543c
|
Implement provider
|
2025-05-16 16:31:49 +07:00 |
|
|
cf2b95b766
|
Create webhook server implement for
|
2025-05-16 16:30:50 +07:00 |
|
|
9ef0c451bf
|
Create provider module for
|
2025-05-16 16:30:10 +07:00 |
|
|
05ab5f699f
|
Improve token calculation logic based on model type
- Rename calc_tokens to get_token_count_by_model_type for clearer intent
- Separate model type detection logic to improve maintainability
|
2025-05-16 17:51:22 +09:00 |
|
|
250870a3da
|
enable usage of openai like apis
|
2025-05-15 16:05:05 +02:00 |
|
|
a3c9fbbf2c
|
revert try except
|
2025-05-15 19:40:40 +09:00 |
|
|
c79b655864
|
Fix typo in method parameter name
|
2025-05-15 18:42:08 +09:00 |
|
|
e55fd64bda
|
Remove unnecessary nested try-except block for cleaner code. Streamlined the import statement to remove an unused reference to get_git_provider .
|
2025-05-15 18:41:39 +09:00 |
|
|
35d75e996f
|
Merge pull request #1770 from dst03106/fix/add-ttl-when-callback-enabled
fix: add timeout to asyncio.wait during CLI execution to avoid hanging when callback is enabled
|
2025-05-13 18:33:56 +03:00 |
|
|
e2af22d2a0
|
Log a warning for pending asyncio tasks with coroutine details
|
2025-05-13 17:37:09 +09:00 |
|
|
d86d1ef3dc
|
Log a warning when there are pending asyncio tasks
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
|
2025-05-13 17:34:30 +09:00 |
|
|
e7317ce99f
|
Add timeout to asyncio.wait
|
2025-05-13 14:46:50 +09:00 |
|
|
9cc6d37165
|
Merge pull request #1764 from twdkeule/bugfix/markdown-link-in-prompt
Changelog prompt: fix markdown link
|
2025-05-12 16:01:28 +03:00 |
|
|
bcbb3ac228
|
Merge pull request #1746 from twdkeule/feature/azure-devops-persistent-comment
Implement Azure Devops persistent comment
|
2025-05-12 15:56:12 +03:00 |
|
|
db0c213d72
|
AzureDevops webhook: allow disabling BasicAuth
Azure webhooks do not allow BasicAuth without HTTPS
|
2025-05-12 09:00:36 +02:00 |
|
|
954d61e5dc
|
Azure: refactor publish_code_suggestions() to use azure classes
|
2025-05-12 09:00:36 +02:00 |
|
|
24a90cab8e
|
Azure: handle inline /ask
|
2025-05-12 09:00:17 +02:00 |
|