diana-jung
7b9e8bff3b
chore: Recover the original inline code logic
2025-11-26 18:07:25 +09:00
diana-jung
d80e229bdf
implementation: Remove the duplicate filtering logic
...
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-11-26 18:04:09 +09:00
diana-jung
1315fa651b
Fix: decouple inline and table suggestion filtering logic
...
- **Refactor `run` method in `PRCodeSuggestions`**:
- Pre-filter suggestions based on `suggestions_score_threshold` early in the process to prevent publishing low-score suggestions in any mode.
- Separate inline and table publishing logic for better clarity and control.
- Ensure dual publishing mode correctly displays all valid suggestions inline while filtering the summary table based on `dual_publishing_score_threshold`.
- Fix potential issue where the progress bar or "no suggestions" message could be mishandled when no high-score suggestions exist for the table.
- **Update `push_inline_code_suggestions`**:
- Re-verify score threshold within the function to ensure robust filtering (though pre-filtering in `run` handles this primarily now).
2025-11-26 16:56:32 +09:00
diana-jung
ab808fd114
fix: Apply suggestions_score_threshold filter to inline code suggestions in dual publishing mode
...
- Added score filtering to push_inline_code_suggestions
- Ensured inline suggestions are properly filtered when dual publishing is enabled
- High-importance suggestions appear in both table and inline; others only inline
2025-11-26 14:38:29 +09:00
sharoneyal
d141e4ff9d
Set a custom toml loader for Dynaconf ( #2087 )
Build-and-test / build-and-test (push) Waiting to run
2025-10-30 11:56:46 +02:00
Anush
6dabc7b1ae
feat: Qdrant support ( #2022 )
...
Signed-off-by: Anush008 <anushshetty90@gmail.com>
2025-09-07 09:37:56 +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
tomoya-kawaguchi
d01a7daaa7
fix: add temperature arg to self reflect of improve
2025-08-13 12:30:48 +09:00
mrT23
9a2ba2d881
fix: handle empty changes summary in file label dict based on configuration
2025-08-08 09:02:54 +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
754d47f187
refactor(pr_description): redesign changes walkthrough section and improve file processing
2025-07-18 08:51:48 +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
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
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
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
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
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
mrT23
ead2c9273f
feat: enable PR diagram by default and improve mermaid diagram generation
2025-06-24 17:28:23 +03:00
abishlal
7759d1d3fc
fix: remove redundant state and labels fields from ticket data extraction
...
Signed-off-by: abishlal <abishlalns03@gmail.com>
2025-06-21 17:31:24 +05:30
abishlal
d8fea6afc4
feat: enhance Azure DevOps integration by adding work item as a ticket retrieval methods - Supporting ticket context for Azure DevOps
...
Signed-off-by: abishlal <abishlalns03@gmail.com>
2025-06-21 17:20:31 +05:30
mrT23
7c02678ba5
refactor: extract TODO formatting functions and simplify data structure
2025-06-21 09:20:43 +03:00
Tal
7db4d97fc2
Merge pull request #1880 from alessio-locatelli/fix_yes_no
...
fix: typos, grammar
2025-06-18 20:22:02 +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
608065f2ad
fix: typos
2025-06-17 09:26:57 +03:00
Alessio
3b42b0e152
refactor: simplify IF/ELSE block
2025-06-12 18:15:46 +03:00
Alessio
94253853cd
refactor: reuse IF condition in _should_publish_review
2025-06-12 17:54:13 +03:00
Alessio
e8770beba1
fix: correct IF/ELSE block
2025-06-12 17:35:33 +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
César Pérez
3904743e85
Fixed comment 4
2025-06-07 21:13:16 +02:00
César Pérez
122248ef9c
Add GitLab support for CHANGELOG.md
2025-06-07 20:48:33 +02:00
mrT23
f3cb4e8384
fix: ensure proper formatting of changes_diagram in PR description output
2025-05-25 14:32:12 +03:00
chilln
d5dead5c7f
refactor: moved diagram logic to 'changes_diagram' in PRDescription and updated prompt for clarity
2025-05-25 18:37:28 +09:00
chilln
e57d3101e4
fix:set parameter default to false to make the feature opt-in by design
2025-05-25 12:48:29 +09:00
chilln
f58c40a6ae
refactor: replace single quotes with double quotes to match existing code style
2025-05-25 12:48:13 +09:00
ssunbear
5a0affd6cb
feat: add add_diagram configuration option to PR description
2025-05-25 11:08:52 +09:00
joosomi
788c0c12e6
feat: add TODO comments to PR review output
2025-05-24 01:52:52 +09:00
Tal
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
Seohyun Lee
94aa8e8638
refactor: Correct case typo in log
2025-05-20 02:30:17 +09:00
Seohyun Lee
f5a069d6b4
refactor: Align comment formatting with others
2025-05-20 02:28:43 +09: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
Tal
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
Thomas De Keulenaer
c924affebc
Azure devops provider: add persistent comment
2025-05-12 08:31:15 +02:00