external repos
  1. external repos

pr-agent

Public

Network

 
AuthorCommitMessageCommit Date
mrT23mrT23
27aafb06cb5feat: Add custom suggestions tool to README.md
mrT23mrT23
329f7fa9d64feat: Add custom suggestions tool to README.md
TalTal
69f79235523Update README.md
TalTal
2430a1a6086MMerge pull request #594 from Codium-ai/tr/fallback_bad_review_comment Enhanced Comment Verification and Fallback Mechanism for Inline Comment Publishing
mrT23mrT23
e54388d807cs
mrT23mrT23
d942bdb8bdcs
mrT23mrT23
9f5c2e5f178feat: Refactor comment verification in github_provider.py
mrT23mrT23
7377f4e4b2afeat: Refactor comment verification in github_provider.py
mrT23mrT23
d6f4c1638d7feat: Refactor comment verification in github_provider.py
zmeirzmeir
b9951fce628Typo when parsing the suggestion part
zmeirzmeir
19c14b940e0Try fixing invalid inline comments
zmeirzmeir
28c5ad1d8benit
zmeirzmeir
2bb5ae8c0dcRemove redundant condition (status 422 already means the same)
zmeirzmeir
b0bffdec84aRefactor and add configuration toggle
zmeirzmeir
22d17985a1dLess noisy fallback for `publish_code_suggestions` in case of invalid comments As a first option, `publish_code_suggestions` will try to post all review comments in a single GitHub review. This is preferred because it will group all comments together in the GitHub UI under the same review, and will trigger just one notification for any viewers of the PR. If just one of the comments is malformed, the entire API request will fail and none of the comments will be posted to the PR. In the curre...
TalTal
84d87aa8707MMerge pull request #607 from Codium-ai/tr/edge_cases feat: Improve error handling and code readability in pr_agent tools
mrT23mrT23
39891e4ab15feat: Improve error handling and code readability in pr_agent tools
Sagi MedinaSagi Medina
d7858efbbeaMMerge pull request #581 from Codium-ai/sm/azure_devops Enhancement of AzureDevopsProvider with new functionalities and refactoring
Sagi MedinaSagi Medina
b776e5069c1feat: Refactor AzureDevopsProvider class in azuredevops_provider.py - Reorder class methods and constructor for better readability - Add error logging for failed operations - Implement get_pr_description_full method - Update get_pr_description method to always return full description - Modify _parse_pr_url method to return workspace_slug, repo_slug, and pr_number - Make _get_azure_devops_client a static method - Add error handling in get_pr_id method
Sagi MedinaSagi Medina
c8bca487e5efeat: Implement methods in AzureDevopsProvider for publishing code suggestions, labels, and removing comments
TalTal
b3365b8d6c1MMerge pull request #605 from Codium-ai/tr/edge_cases No suggestions found
mrT23mrT23
fc5b00f4d3cs
TalTal
5150e66723fMMerge pull request #603 from Codium-ai/mrT23-patch-1 Update README.md
TalTal
4dad1af77b7Update README.md
TalTal
02129b40cf7MMerge pull request #601 from Codium-ai/hl/diffview_file_summary Readme Inline file summary 💎
Hussam.lawenHussam.lawen
3fb6d173389width
Hussam.lawenHussam.lawen
3be7bfce797feat: Add repository labels retrieval function in gitlab_provider.py docs: Update links and add Inline file summary to TOC in DESCRIBE.md
Hussam.lawenHussam.lawen
472646ddfdaReadme
Hussam LawenHussam Lawen
eb4a1c515eaMMerge pull request #600 from Codium-ai/tr/improve_usage_guide readme updates
mrT23mrT23
e4af0b22ad6s
mrT23mrT23
a3e59a418ecMMerge remote-tracking branch 'origin/main' into tr/improve_usage_guide
TalTal
0b811d97a71MMerge pull request #598 from Codium-ai/tr/improve_usage_guide Enhancements to the 'improve' tool and updates to the related documentation
mrT23mrT23
4e833c0c28bs
mrT23mrT23
8f510dc5530s
mrT23mrT23
2132771f46cs
mrT23mrT23
e66bd7caa72fallback to commitable
mrT23mrT23
17ce2f0ed0bimprove usage guide
mrT23mrT23
7298548f826improve usage guide
mrT23mrT23
298c41a100aimprove usage guide
mrT23mrT23
58163e5129eimprove usage guide
TalTal
fae3bf63094MMerge pull request #590 from EduardDurech/patch-2 Fixed Run from source instructions for Python
EduardDurechEduardDurech
a58c385b0feFixed Rust warning tip as behaviour is inconsistent
EduardDurechEduardDurech
7a3830d2286Fixed Run from source instructions for Python Previously only installed dependencies but not pr_agent + Fixed link to OpenAI API Key and added for GitHub access token
Hussam LawenHussam Lawen
06f02355776MMerge pull request #597 from Codium-ai/hl/improve_ui_table Hl/improve UI table
Hussam.lawenHussam.lawen
d7e0aad5276small fixes
Hussam.lawenHussam.lawen
31576b77ff4improve backticks
Hussam.lawenHussam.lawen
ea39e8684f1works
Hussam.lawenHussam.lawen
afefc15b9c2improve doce suggestions UI with difflib
Hussam.lawenHussam.lawen
5e17ccaf865add colaplsable
Hussam.lawenHussam.lawen
9b1eb86d759first iteration of improved UI for /improve --extended