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
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
938ab9a139
fix: remove redundant word 'possible' from security concerns field description
2025-06-21 09:31:55 +03:00
ee36c0208c
Update pr_agent/settings/pr_reviewer_prompts.toml
...
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-06-21 09:23:11 +03:00
7c02678ba5
refactor: extract TODO formatting functions and simplify data structure
2025-06-21 09:20:43 +03:00
7db4d97fc2
Merge pull request #1880 from alessio-locatelli/fix_yes_no
...
fix: typos, grammar
2025-06-18 20:22:02 +03:00
4a00854b15
fix: exclude TODO prompt if require_todo_scan is false
2025-06-18 18:50:11 +09:00
d4a52ffc93
refactor: clarify TODO field description and simplify 'No' return
2025-06-18 18:45:49 +09:00
c4ccfd865d
fix: shorten todo summary prompt for balance
...
related comment: https://github.com/qodo-ai/pr-agent/pull/1869#discussion_r2151443243
2025-06-18 18:45:49 +09:00
5b7f8a4bb6
fix: grammar
2025-06-17 09:52:34 +03:00
7ee4c4aad1
fix: yes/no spelling
2025-06-17 09:13:12 +03:00
ca05b798ca
fix: display no TODO comments section
2025-06-10 22:56:28 +09:00
f09e1edb13
refactor: remove count info from todo summary
2025-06-09 22:26:37 +09:00
6c05c6685e
fix: use | for multiline in YAML instead of \n for todo content prompts
2025-06-09 20:54:14 +09:00
277c6abf0f
refactor: standardizes todo_sections and todos_summary formatting
2025-06-07 08:42:28 +09:00
3f9cade14d
feat: add todos_summary to review output in markdown conversion
2025-06-04 20:18:46 +09:00
8c7c087931
feat: TODO multi-line
2025-05-28 21:33:28 +09:00
ca3df352ab
refactor: improve todo section handling and clarify todo content description
2025-05-25 00:02:21 +09:00
66131854c1
fix: avoid incorrect ToDo header
2025-05-24 03:04:59 +09:00
788c0c12e6
feat: add TODO comments to PR review output
2025-05-24 01:52:52 +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
3b0225544a
Fix code example in PR reviewer prompts to correctly show added line
2025-04-02 08:23:01 +03:00
afa4adcb23
Improve code analysis instructions for handling partial code blocks in PR reviews
2025-03-30 09:00:45 +03:00
fa77828db2
chore: update pr_reviewer_prompts.toml
...
minor fix
2025-03-18 03:52:36 +09:00
a07f6855cb
feat: add current date to PR review metadata
2025-02-20 16:44:45 +02:00
50c52e32c9
enter
...
feat: enhance ticket compliance analysis with human verification tracking
2025-01-26 12:33:49 +02:00
e7f874a4b2
docs: improve diff format documentation and code review instructions
2025-01-19 14:37:49 +02:00
e695af6917
feat: add example output duplication option for PR review prompts
2025-01-02 12:33:26 +02:00
495c1ebe5f
refactor: remove legacy code suggestions feature from review tool
2024-12-25 08:18:28 +02:00
c2f1f2dba0
fix: improve markdown rendering when git provider is unavailable
2024-12-19 21:08:27 +02:00
989670b159
fix: improve markdown rendering when git provider is unavailable
2024-12-19 20:49:40 +02:00
7e8361b5fd
feat: enhance code review output with collapsible code snippets and variable links
2024-12-19 20:30:56 +02:00
76d95bb6d7
feat: add ticket compliance check
...
- Implement ticket compliance check logic in `utils.py` and `ticket_pr_compliance_check.py`
- Add functions to extract and cache PR tickets, and check ticket relevancy
2024-10-10 10:01:48 +03:00
4b05a3e858
refactor: streamline hunk processing logic in git_patch_processing.py
...
- Simplified logic for handling new and old hunks to ensure consistent presentation of changes.
- Updated documentation in TOML files to reflect changes in hunk section handling and line number references.
2024-10-07 20:32:11 +03:00
bbaba2dbda
refactor: update terminology for issue review recommendations in utils.py
...
style: refine field descriptions in KeyIssuesComponentLink model
2024-09-30 08:58:32 +03:00
183dd5d2fc
diverse
2024-09-30 07:52:43 +03:00
01ba6fe63d
feat: enhance error handling and logging, update AI metadata terminology
...
- Improved error handling and logging in `pr_processing.py` and `github_polling.py` to provide more detailed error information.
- Updated AI metadata terminology from "AI-generated file summary" to "AI-generated changes summary" across multiple files for consistency.
- Added a placeholder method `publish_file_comments` in `azuredevops_provider.py`.
- Refined logging messages in `azuredevops_provider.py` for better clarity.
2024-09-10 17:44:26 +03:00
8706f643ef
enable ai_metadata
2024-09-08 16:26:26 +03:00
b7eb6be5a0
Update PR code suggestions and reviewer prompts for clarity and consistency
2024-08-20 11:27:35 +03:00
ee1676cf7e
patch improvements
2024-08-03 12:49:58 +03:00
3420e6f30d
patch improvements
2024-08-03 12:44:49 +03:00
003846a90d
fixed broken output format(yaml) prompt
2024-07-19 16:02:01 +09:00
5d6e1de157
review with links
2024-07-14 08:53:53 +03:00
b51abe9af7
Use full file path instead of complete file path
2024-07-14 12:01:33 +07:00
887283632b
Optimize relevant file and language description for review prompt
2024-07-14 10:03:19 +07:00
7bd1e5211c
Update pr_agent/settings/pr_reviewer_prompts.toml
...
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
2024-06-17 09:22:38 +01:00
a9a27b5a8f
Fix typos/Spelling
...
This simple PR fixes typos and spelling errors in code comments and documentation. It has no functional changes but does at least make the instruction more readable and match the code.
2024-06-16 17:06:30 +01:00
925fab474c
key_issues_to_review
2024-06-15 19:58:09 +03:00
55b52ad6b2
Add exception handling to process_can_be_split function and update pr_reviewer_prompts.toml formatting
2024-06-13 09:28:51 +03:00
1106dccc4f
Update PR review prompts and terminology for clarity and consistency
2024-06-09 14:34:51 +03:00