Commit graph

357 commits

Author SHA1 Message Date
Tomas Hruska
bf1cc50ece feat: improvements for Gitea integration 2025-10-19 16:00:01 +02:00
Anush
6dabc7b1ae
feat: Qdrant support (#2022)
Signed-off-by: Anush008 <anushshetty90@gmail.com>
2025-09-07 09:37:56 +03:00
mrT23
1fff1b0208
Merge remote-tracking branch 'origin/main' 2025-09-02 16:16:41 +03:00
mrT23
0989247d42
docs: clarify repository metadata detection process in documentation 2025-09-02 16:16:26 +03:00
alex107ivanov
411f933a34
[GitLab] Submodule expansion functionality added (#2014)
* [GitLab] Submodule expansion functionality added

Functionality to include the submodule changes to the Model input added

* Enhance GitLab submodule handling

* docs: document GitLab submodule diff expansion

* docs: document GitLab submodule diff option
2025-09-02 12:26:42 +03:00
mrT23
5de82e379a
fix: correct filename references in metadata configuration and documentation 2025-09-02 09:18:12 +03:00
Tal
532fbbe0a6
feat: enhance documentation with additional repository metadata secti… (#2021)
* feat: enhance documentation with additional repository metadata section and update model references

* feat: update default model to GPT-5 and clarify configuration instructions
2025-09-02 08:40:47 +03:00
mrT23
ae4fc71603
feat: update max context tokens configuration and improve documentation 2025-08-27 15:20:10 +03:00
Alessio
5fc466bfbc
PR reviewer tool: add an opt-in work time estimation (#2006)
* feat: add `ContributionTimeCostEstimate`

* docs: mentiond `require_estimate_contribution_time_cost` for `reviewer`

* feat: implement time cost estimate for `reviewer`

* test: non-GFM output

To ensure parity and prevent regressions in plain Markdown rendering.
2025-08-22 09:53:08 +03:00
Lawrence Mantin
9c3972d619 Adds a new configuration group [azure_devops] that will allow setting the comment status other than "closed". 2025-08-14 09:23:29 -05:00
mrT23
5162d847b3
feat: add support for gpt-5 model and update configuration 2025-08-08 08:28:42 +03:00
marc0777
0b00812269 feat: allow configuring gitlab ssl verification 2025-08-05 11:55:01 +02:00
Abhinav Kumar
af2b66bb51 feat: Add support for Bedrock custom inference profiles via model_id 2025-07-26 11:32:34 +05:30
mrT23
7251e6df96
docs: add num_best_practice_suggestions parameter to improve tool configuration table 2025-07-20 08:26:07 +03:00
mrT23
754d47f187
refactor(pr_description): redesign changes walkthrough section and improve file processing 2025-07-18 08:51:48 +03:00
Abhinav Kumar
34594e5436 fix: correct typo in configuration comments 2025-07-07 20:11:10 +05:30
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
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
Tal
3e1cf2deed
Merge pull request #1869 from PullPullers/feat/review-todo-section
feat: surface TODO comments in review tool
2025-06-18 20:15:43 +03:00
Alessio
8d2e92fe83
feat: support 'publish_output_no_suggestions' by 'pr_reviewer'
The tool reuses the existing variable name.
The change is non-breaking because by default it keeps the old behavior.
2025-06-12 17:35:33 +03:00
Judy
7a0c350760 feat: Change default TODO flag value from true to false 2025-06-12 18:14:19 +09:00
tomoya-kawaguchi
1955157e9a feat: add AWS Secrets Manager Integration 2025-05-29 12:42:05 +09:00
Pinyoo Thotaboot
5e9c56b96c Remove the unnecessary flag '--pr_description.final_update_message=false' 2025-05-26 11:05:58 +07:00
Pinyoo Thotaboot
f78762cf2e Change the default value of is 2025-05-26 11:04:11 +07:00
Pinyoo Thotaboot
4a019ba7c4 Merge branch 'main' of github.com:qodo-ai/pr-agent into feature/gitea-implement 2025-05-26 10:59:19 +07:00
Tal
946657a6d1
Merge pull request #1824 from OSSCA-2025-Egg-Benedict/feature/sequence-diagram
Improve/describe tool documentation and make add_diagram feature opt-in by default
2025-05-25 13:44:53 +03:00
chilln
6aac41a0df refactor:rename to 2025-05-25 18:27:03 +09:00
mrT23
18a8a741fa
ensure_ticket_compliance 2025-05-25 08:31:24 +03:00
yujindonut
d62cbb2fc4 feat: add add_diagram flag in configuration.toml 2025-05-25 10:28:50 +09:00
joosomi
788c0c12e6 feat: add TODO comments to PR review output 2025-05-24 01:52:52 +09:00
Pinyoo Thotaboot
930cd69909 Fixed conflicts 2025-05-22 14:54:26 +07:00
Pinyoo Thotaboot
1b74942919 Set default configuration of Gitea 2025-05-20 15:18:07 +07:00
Guber Tamas
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
mrT23
42557feb97
Enhance repository filtering with regex pattern matching for ignore_repositories 2025-05-16 17:20:54 +03:00
Pinyoo Thotaboot
fab8573c4d Set default configuration 2025-05-16 16:33:36 +07:00
Mike Davies
d606672801 Add ignore_repositories config for PR filtering
What Changed?
* Added support to ignore PRs/MRs from specific repositories in GitHub, Bitbucket, and GitLab webhook logic
* Updated configuration.toml to include ignore_repositories option
* Added unit tests for ignore_repositories across all supported providers
2025-04-30 14:09:40 -07:00
mrT23
c951fc9a87
Improve dynamic context handling with partial line matching and adjust model configuration 2025-04-27 10:46:23 +03:00
mrT23
f53bd524c5
Support multiple model types for different reasoning tasks 2025-04-27 08:50:03 +03:00
ofir-frd
5d5b57255e
Merge pull request #1687 from benedict-lee/feat/add-conversation-history-on-line-question
Improvement: Enhance ask_line tool by adding PR review comment threads as context
2025-04-24 09:32:43 +03:00
mrT23
4ac0aa56e5
Update model references from o3-mini to o4-mini and add Gemini models 2025-04-19 09:26:35 +03:00
Peter Dave Hello
e854383123 Replace default o3-mini with o4-mini 2025-04-19 03:52:10 +08:00
mrT23
3d2a285091
Add skip_ci_on_push configuration option for changelog updates 2025-04-15 19:28:36 +03:00
benedict.lee
b53d2773a9 improve ask_line tool(add conversation history context) 2025-04-09 23:45:04 +09:00
mrT23
526d7ff5d2
Update default number of code suggestions per chunk from 4 to 3 2025-04-09 08:24:26 +03:00
Tal
d938ff05ef
Merge pull request #1667 from jmrtnz94/1592_ENVLogLevel
Update logging configuration to use dynamic log level from settings
2025-04-04 11:31:44 +03:00
Jose Martinez
4fa2d82179 Set default log level to DEBUG in configuration and logger setup 2025-04-03 14:07:10 -05:00
sharoneyal
14971c4f5f
Add support for documentation content exceeding token limits (#1670)
* - Add support for documentation content exceeding token limits via two phase operation:
1. Ask LLM to rank headings which are most likely to contain an answer to a user question
2. Provide the corresponding files for the LLM to search for an answer.

- Refactor of help_docs to make the code more readable
- For the purpose of getting canonical path: git providers to use default branch and not the PR's source branch.
- Refactor of token counting and making it clear on when an estimate factor will be used.

* Code review changes:
1. Correctly handle exception during retry_with_fallback_models (to allow fallback model to run in case of failure)
2. Better naming for default_branch in bitbucket cloud provider
2025-04-03 11:51:26 +03:00
Jose Martinez
dbfc07ccc1 Update logging configuration to use dynamic log level from settings 2025-04-01 15:54:51 -05:00
mrT23
ddf94c14a3
Add configuration option for PR Code Suggestions to control publishing when no suggestions found 2025-03-29 09:33:31 +03:00