external repos
  1. external repos

pr-agent

Public

Network

 
AuthorCommitMessageCommit Date
mhoecke1mhoecke1
2a9e3ee1ef1removing unnecessary if check
mhoecke1mhoecke1
2beefab89a6BB server 2 way diff fixes
mrT23mrT23
c14c49727f9docs: restructure Chrome extension documentation and add features and data privacy sections
mrT23mrT23
292a5015d62docs: restructure Chrome extension documentation and add features and data privacy sections
mrT23mrT23
6776f7c2964MMerge remote-tracking branch 'origin/main'
TalTal
e2cf1d00684Update README.md
mrT23mrT23
7287a94e88edocs: update installation guide with corrected links for language models and PR-Agent Pro details
mrT23mrT23
8ada3111ec2docs: enhance PR-Agent Pro overview and update image sizes in tools documentation
TalTal
9c9611e81a2MMerge pull request #1195 from Codium-ai/tr/updates docs: update PR-Agent Pro documentation with new features and improve…
TalTal
4fb93e3b62fUpdate docs/docs/overview/pr_agent_pro.md Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
mrT23mrT23
5a27e1dd7ebdocs: update PR-Agent Pro documentation with new features and improvements
TalTal
6e6151d201dMMerge pull request #1194 from Codium-ai/tr/updates docs: update PR-Agent Pro documentation with new features and improve…
mrT23mrT23
e468efb53efdocs: update PR-Agent Pro documentation with new features and improvements
TalTal
95e1ebada1aUpdate docs/docs/tools/improve.md Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
mrT23mrT23
d74c867ecaddocs: update PR-Agent Pro documentation with new features and improvements - Added new features section with detailed descriptions and links - Updated the overview of the `improve` tool with new functionalities and images - Corrected image links in README.md for PR Chat feature
TalTal
2448281a45bMMerge pull request #1193 from Codium-ai/tr/updates Tr/updates
mrT23mrT23
9e063bf48a1fix: handle missing score in code suggestions and adjust indentation in pr_code_suggestions.py
mrT23mrT23
5432469ef63fix: ensure non-empty lines are processed correctly in git patch handling
mrT23mrT23
2c496b9d4effix: improve PR patch decoding and clean up Bitbucket provider code - Add fallback encodings for PR patch decoding to handle non-UTF-8 encodings. - Update logging messages for better clarity. - Remove unnecessary blank lines and fix minor formatting issues. - Ensure full files are retrieved in `get_diff_files` method.
TalTal
5ac41dddd6dMMerge pull request #1191 from AHancher2022/bugfix/fix-output-publishing-when-set-to-false Fixing code suggestions being published when publish ouput is false
==
1c51b5b7629Fixing code suggestions being published if there are no code suggestions when publish output is false
TalTal
9df554ed1c5MMerge pull request #1185 from jozefvodicka/patch-1 Update pr_update_changelog.py to include "[skip ci]" so pipeline is n…
Jozef VodickaJozef Vodicka
4203ee4ca8bUpdate pr_update_changelog.py to include "[skip ci]" so pipeline is not triggered
TalTal
e5715e12cbeMMerge pull request #1189 from woung717/fix/litellm-timeout fix: change deprecated timeout parameter for litellm
woung717woung717
578d7c69f8cfix: change deprecated timeout parameter for litellm
TalTal
97b48da03bcMMerge pull request #1184 from MaxHoecker/bugfix/suggestions_error_publish checking for publish_output in the suggestions tool exception handler
mhoecke1mhoecke1
d9571ee7cbcchecking for publish_output in the suggestions tool exception handler
TalTal
84dc976ebbaMMerge pull request #1163 from MarkRx/bugfix/asyncio-task-completion Ensure asyncio event queue is drained prior to CLI termination
MarkRxMarkRx
93773f3c088Ensure asyncio event queue is drained prior to CLI termination
TalTal
7373ed36e6fUpdate data_privacy.md
TalTal
cdf13925b0eMMerge pull request #1179 from Codium-ai/tr/patch_fixes fix: handle deleted files in git patch processing and update section header logic
mrT23mrT23
c2f52539aa0fix: handle deleted files in git patch processing and update section header logic
TalTal
53a974c2825MMerge pull request #1177 from paolomainardi/patch-2 feat: keep manual comments working when commenting draft MRs
Paolo MainardiPaolo Mainardi
c9ed271eaf5feat: keep manual comments working when commenting draft MRs closes #1160
TalTal
6a5ff2fa3b7Update README.md
TalTal
25d661c152cUpdate README.md
TalTal
d20c9c6c943MMerge pull request #1175 from Codium-ai/tr/protections2 Tr/protections2
mrT23mrT23
d1d861e1638update tests
mrT23mrT23
033db1015e5update tests
mrT23mrT23
abf2f68c61bfix: update description for pr_files field in PRDescription class in pr_description_prompts.toml
mrT23mrT23
441e098e2aefix: correct YAML formatting in response text processing in utils.py
TalTal
2bbf4b366ecMMerge pull request #1174 from Codium-ai/tr/protections2 Tr/protections2
mrT23mrT23
b9d096187adfix: skip processing comments without a body in GitHub polling server
mrT23mrT23
ce156751e85MMerge remote-tracking branch 'origin/main' into tr/protections2 # Conflicts: # pr_agent/servers/github_polling.py
TalTal
dae87d7da8cMMerge pull request #1170 from Codium-ai/tr/avoid_repeating_pr_changes Update PR code suggestions prompts
mrT23mrT23
415f44d7636type
mrT23mrT23
8fb9b8ed3e8Update PR code suggestions prompts to avoid repeating changes already present in the PR
TalTal
4f1dccf67b7MMerge pull request #1165 from paolomainardi/feature/1160_gitlab_mr_draft_skip feat: handle gitlab MR draft status
Paolo MainardiPaolo Mainardi
3778cc2745efeat: skip draft by default
Paolo MainardiPaolo Mainardi
8793f8d9b02Update gitlab_webhook.py