mrT23
9a2ba2d881
fix: handle empty changes summary in file label dict based on configuration
2025-08-08 09:02:54 +03:00
mrT23
de5c1adaa0
fix: update temperature handling for GPT-5 and upgrade aiohttp version
2025-08-08 08:37:28 +03:00
mrT23
5162d847b3
feat: add support for gpt-5 model and update configuration
2025-08-08 08:28:42 +03:00
Kris Rane
e14beacc19
feat: enhance BitbucketServerProvider authentication with username and password fallback
2025-08-07 17:56:46 +08:00
Tal
03867d5962
Merge pull request #1978 from huangyoje/fix/fix-ask-line
...
Fix comment_id name in handle_ask_line
2025-08-06 21:48:17 +03:00
Emmanuel Ferdman
807ce6ec65
Fix issue in the GitLab provider
...
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2025-08-05 23:38:12 -07:00
Tal
65457b2569
Merge branch 'main' into fix/gitlab-private-deployment-401
2025-08-06 08:30:54 +03:00
Tal
82feddbb95
Merge pull request #1970 from huangyoje/fix/sort-files-by-token
...
Fix: defer file sorting until after token calculation
2025-08-06 08:28:21 +03:00
Mr_Jing
fb73eb75f9
refactor: simplify GitLab authentication configuration
2025-08-06 12:03:53 +08:00
huangyoje
39add8d78a
Fix comment_id name in handle_ask_line
2025-08-06 10:14:33 +08:00
marc0777
0b00812269
feat: allow configuring gitlab ssl verification
2025-08-05 11:55:01 +02:00
Mr_Jing
dd6f56915b
improve: enhance GitLab provider error handling and attribute access safety
...
- Add try-catch block around GitLab instance creation for better error handling
- Use getattr() for safer attribute access in _prepare_clone_url_with_token method
- Improve authentication failure debugging with clearer error messages
2025-08-04 10:35:52 +08:00
ofir-frd
8cef104784
Merge pull request #1949 from FabrizioCafolla/feature/add-eyes-reaction-gitlab-provider
...
feat: add eyes reaction to GitLab provider
2025-08-03 17:47:43 +03:00
ofir-frd
6aa26d8c56
fix: remove extra blank line in gitlab provider
2025-08-03 17:43:18 +03:00
huangyoje
b81b671ab1
Fix: defer file sorting until after token calculation
2025-08-03 11:50:38 +08:00
Mr_Jing
2d858a43be
refactor: improve GitLab authentication method detection
...
Address code review feedback from PR #1969 :
1. Improve URL matching precision:
- Use urlparse for robust hostname validation
- Prevent false positives with URL substring matching
- Add support for gitlab.com/gitlab.io subdomains
2. Add authentication type validation:
- Validate explicit GITLAB.AUTH_TYPE configuration
- Provide clear error messages for invalid auth types
- Prevent silent failures from user configuration errors
This enhances code reliability and user experience while maintaining
backward compatibility.
2025-08-03 09:58:59 +08:00
Mr_Jing
d497c33c74
fix: support private_token authentication for GitLab private deployments
...
- Add intelligent authentication method detection based on GitLab URL
- Support explicit configuration override via GITLAB.AUTH_TYPE
- Maintain backward compatibility with existing oauth_token usage
- Fix 401 Unauthorized errors for private GitLab deployments
Fixes authentication issues where private GitLab instances require
private_token instead of oauth_token for API access.
2025-08-03 08:46:41 +08:00
Abhinav Kumar
a8b8202567
fix: logic
2025-07-26 11:40:40 +05:30
Abhinav Kumar
af2b66bb51
feat: Add support for Bedrock custom inference profiles via model_id
2025-07-26 11:32:34 +05:30
FabrizioCafolla
3efe091bc8
update
2025-07-23 17:19:53 +02:00
FabrizioCafolla
6f7d81b086
update
2025-07-23 17:19:53 +02:00
FabrizioCafolla
755165e90c
feat: add eyes reacrtion to gitlab provider
2025-07-23 17:19:53 +02:00
Tal
ae6576c06b
Merge pull request #1938 from furikake6000/fix/fix-ignore-files-config-on-bitbucketserver
...
fix: add support for filtering ignored files in Bitbucket Server provider
2025-07-22 07:58:51 +03:00
furikake6000
bdee6f9f36
fix: add error handling to bitbucket file filtering
2025-07-21 10:15:57 +00:00
mrT23
f42dc28a55
feat(config): enhance ignore_pr_authors to support regex patterns
2025-07-20 11:56:55 +03:00
mrT23
7251e6df96
docs: add num_best_practice_suggestions parameter to improve tool configuration table
2025-07-20 08:26:07 +03:00
Tal
7cc4206b70
Update pr_agent/tools/pr_description.py
...
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-07-18 09:20:41 +03:00
mrT23
6179eeca58
fix(pr_description): fix template syntax errors and improve formatting in prompts
2025-07-18 09:14:52 +03:00
mrT23
e8c73e7baa
refactor(utils): improve file walkthrough parsing with regex and better error handling
2025-07-18 08:54:52 +03:00
mrT23
754d47f187
refactor(pr_description): redesign changes walkthrough section and improve file processing
2025-07-18 08:51:48 +03:00
furikake6000
380437b44f
feat: add support for filtering ignored files in Bitbucket Server provider
2025-07-14 15:26:30 +00:00
mrT23
8e0c5c8784
refactor(ai_handler): remove model parameter from _get_completion and handle it within the method
2025-07-13 21:29:53 +03:00
mrT23
0e9cf274ef
refactor(ai_handler): move streaming response handling and Azure token generation to helpers
2025-07-13 21:23:04 +03:00
Tal
3aae48f09c
Merge pull request #1925 from Makonike/feature_only_streaming_model_support
...
feat: Support Only Streaming Model
2025-07-13 21:16:49 +03:00
Makonike
8c7680d85d
refactor(ai_handler): add a return statement or raise an exception in the elif branch
2025-07-13 22:57:43 +08:00
Makonike
11fb6ccc7e
refactor(ai_handler): compact streaming path to reduce main flow impact
2025-07-13 22:37:14 +08:00
Tal
e12b27879c
Merge pull request #1931 from abhinav-1305/fix-title-pr
...
fix: clean up PR title formatting before publishing
2025-07-12 20:59:53 +03:00
Abhinav Kumar
fac2141df3
refactor: remove unnecessary blank lines
2025-07-12 23:28:29 +05:30
Abhinav Kumar
1dbfd27d8e
fix: use strip instead of regex
2025-07-12 23:26:47 +05:30
Tal
eaeee97535
Merge pull request #1929 from abhinav-1305/add-ignore
...
fix: Add ignore logic for Bitbucket Server webhook
2025-07-12 20:15:03 +03:00
Tal
71bbc52a99
Update bitbucket_server_webhook.py
2025-07-12 20:13:45 +03:00
Abhinav Kumar
4a8e9b79e8
Update pr_agent/servers/bitbucket_server_webhook.py
...
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-07-12 22:39:18 +05:30
Tal
efdb0f5744
Update pr_agent/servers/bitbucket_server_webhook.py
...
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-07-12 20:07:51 +03:00
Tal
28750c70e0
Merge pull request #1921 from abhinav-1305/add-flex-processing
...
feat: support OpenAI Flex Processing via [litellm] extra_body config
2025-07-12 19:51:31 +03:00
Abhinav Kumar
447a384aee
fix: return empty string for None or empty PR title in cleaning method
2025-07-10 18:17:31 +05:30
Abhinav Kumar
d9eb0367cf
fix: enhance PR title cleaning by normalizing whitespace
2025-07-10 18:06:44 +05:30
Abhinav Kumar
85484899c3
fix: implement dedicated method for cleaning PR titles
2025-07-10 17:26:13 +05:30
Abhinav Kumar
00b5815785
fix: streamline PR title cleaning process for comment publishing
2025-07-10 17:19:52 +05:30
Abhinav Kumar
9becad2eaf
fix: clean up PR title formatting before publishing
2025-07-10 17:15:08 +05:30
Makonike
74df3f8bd5
fix(ai_handler): improve empty streaming response validation logic
2025-07-10 15:14:25 +08:00
Abhinav Kumar
4ab97d8969
fix: correct error handling in should_process_pr_logic to prevent processing on failure
2025-07-09 23:59:07 +05:30
Abhinav Kumar
6057812a20
refactor: improve pull request data extraction and error handling in should_process_pr_logic
2025-07-09 23:52:02 +05:30
Abhinav Kumar
598e2c731b
refactor: enhance allow_only_specific_folders logic to check if all changed files are outside allowed folders
2025-07-09 23:44:02 +05:30
Abhinav Kumar
0742d8052f
refactor: update comment for allow_only_specific_folders logic in PR processing
2025-07-09 23:39:34 +05:30
Abhinav Kumar
1713cded21
chore: allow_only_specific_folders logic in PR processing
2025-07-09 23:36:16 +05:30
Abhinav Kumar
e7268dd314
fix: error handling in PR processing logic
2025-07-09 16:45:42 +05:30
Abhinav Kumar
50c2578cfd
fix: comments
2025-07-09 16:42:29 +05:30
Abhinav Kumar
5a56d11e16
fix: Add ignore logic for Bitbucket Server webhook
2025-07-09 16:37:58 +05:30
Makonike
31e25a5965
refactor(ai_handler): improve streaming response handling robustness
2025-07-09 15:39:15 +08:00
Makonike
85e1e2d4ee
feat: add debug logging support for streaming models
2025-07-09 15:29:03 +08:00
Makonike
2d8bee0d6d
feat: add validation for empty streaming responses in LiteLLM handler
2025-07-09 15:04:18 +08:00
Abhinav Kumar
e0d7083768
feat: refactor LITELLM.EXTRA_BODY processing into a dedicated method
2025-07-09 12:04:26 +05:30
Tal
5ae6d71c37
Merge pull request #1922 from abhinav-1305/fix-bug
...
fix: Remove trailing comma in gerrit provider prepare_repo function
2025-07-09 08:41:21 +03:00
Makonike
5e82d0a316
feat: add streaming support for openai/qwq-plus model
2025-07-08 11:51:30 +08:00
Abhinav Kumar
3f632835c5
fix: Remove trailing comma in gerrit provider prepare_repo function
2025-07-07 21:51:35 +05:30
Abhinav Kumar
e2d71acb9d
fix: remove comments
2025-07-07 21:27:35 +05:30
Abhinav Kumar
8127d52ab3
fix: security checks
2025-07-07 21:26:13 +05:30
Abhinav Kumar
6a55bbcd23
fix: prevent LITELLM.EXTRA_BODY from overriding existing parameters in LiteLLMAIHandler
2025-07-07 21:20:25 +05:30
Abhinav Kumar
12af211c13
feat: support OpenAI Flex Processing via [litellm] extra_body config
2025-07-07 21:14:45 +05:30
Abhinav Kumar
34594e5436
fix: correct typo in configuration comments
2025-07-07 20:11:10 +05:30
Tal
c3f8ef939c
Merge pull request #1914 from abhinav-1305/fix/gitlab-webhook
...
apply repository settings before processing push commands in GitLab webhook
2025-07-05 09:08:57 +03:00
Tal
34cc434459
Update gitlab_webhook.py
2025-07-05 09:07:47 +03:00
Tal
a3d52f9cc7
Update pr_agent/servers/gitlab_webhook.py
...
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-07-05 09:05:23 +03:00
Abhinav Kumar
23ce79589c
Update pr_agent/settings/pr_description_prompts.toml
...
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-07-05 11:27:38 +05:30
Abhinav Kumar
3b071ccb4e
apply repository settings before processing push commands in GitLab webhook
2025-07-02 19:11:53 +05:30
Abhinav Kumar
aeb1bd8dbc
fix suggestions
2025-07-02 18:11:19 +05:30
Abhinav Kumar
df8290a290
add support for PR sequence diagram in description markers
2025-07-02 18:07:54 +05:30
mrT23
f7efa2c7c7
fix: improve indentation handling in code suggestions
2025-07-01 17:10:01 +03:00
Tal
446c1fb49a
Merge pull request #1898 from isExample/feat/ignore-language-framework
...
feat: support ignoring auto-generated files by language/framework
2025-06-29 10:19:37 +03:00
isExample
bd9ddc8b86
fix: avoid crash when ignore_language_framework is not a list
2025-06-29 02:06:40 +09:00
Tal
dd4fe4dcb4
Merge pull request #1897 from qodo-ai/tr/pr_diagram
...
feat: enable PR diagram by default and improve mermaid diagram genera…
2025-06-27 11:46:58 +03:00
Tal
1c174f263f
Merge pull request #1892 from dcieslak19973/pr-agent-1886-add-bedrock-llama4-20250622
...
Add bedrock Llama 4 Scout/Maverick
2025-06-27 11:16:49 +03:00
Tal
f83970bc6b
Merge pull request #1895 from rppavan/main
...
gemini 2.5 flash/pro GA models
2025-06-26 12:28:20 +03:00
isExample
87a245bf9c
fix: support root-level matching for '**/' globs
...
- generate an additional regex to match root-level files alongside '**/' patterns.
- ensure files in the repo root are correctly excluded from analysis.
2025-06-26 15:26:12 +09:00
isExample
8e210f8ea0
chore: update generated code sources
2025-06-26 13:29:59 +09:00
Tal
9c87056263
Merge pull request #1890 from abishlal/feature/support-tickets-context-in-azdo
...
Enhance Azure DevOps Integration with Work Item Ticket Retrieval and Comment Thread Updates
2025-06-25 20:40:22 +03:00
abishlal
3251f19a19
fix: change comment thread status to closed when publishing comments
...
Signed-off-by: abishlal <abishlalns03@gmail.com>
2025-06-25 20:59:34 +05:30
abishlal
299a2c89d1
feat: add tags extraction from work item fields in Azure DevOps provider
...
Signed-off-by: abishlal <abishlalns03@gmail.com>
2025-06-25 20:57:56 +05:30
isExample
c7241ca093
feat: support ignore_language_framework via generated_code_ignore.toml
...
- [generated_code] table defines default glob patterns for code-generation tools
- merge generated_code globs into ignore logic
2025-06-25 23:39:14 +09:00
isExample
1a00e61239
feat: add configuration property 'ignore_language_framework'
2025-06-25 23:17:42 +09:00
mrT23
ead2c9273f
feat: enable PR diagram by default and improve mermaid diagram generation
2025-06-24 17:28:23 +03:00
Pavan Parwatikar
2d61ff7b88
gemini 2.5 slash/pro GA models
...
Adding stable/GA models of gemini-2.5 models.
Added gemini-2.5-pro and gemini-2.5-flash both to vertex_ai and gemini configs
2025-06-24 11:06:01 +05:30
dcieslak19973
849cb2ea5a
Change token limit to 128k for Bedrock Llama
2025-06-22 14:36:41 -05:00
mrT23
ab80677e3a
Merge remote-tracking branch 'origin/main'
2025-06-22 21:16:00 +03:00
mrT23
bd7017d630
bitbucket json
2025-06-22 21:15:45 +03:00
dcieslak19973
22c16f586b
Add bedrock Llama 4 Scout/Maverick
2025-06-22 11:05:08 -05:00
Alessio
bc99cf83dd
feat: add a bare except to catch all errors
2025-06-21 15:34:02 +03:00
Alessio
d00cbd4da7
Revert "fix: do not fail the CLI when GitLab API return 5xx code"
...
This reverts commit 68f78e1a30 .
2025-06-21 15:28:27 +03:00
Alessio
721ff18a63
Revert "fix: wrap _handle_request to handle 5xx responses"
...
This reverts commit 1a003fe4d3 .
2025-06-21 15:27:41 +03:00
Alessio
1a003fe4d3
fix: wrap _handle_request to handle 5xx responses
2025-06-21 15:26:48 +03:00