external repos
  1. external repos

pr-agent

Public

Network

 
AuthorCommitMessageCommit Date
mrT23mrT23
6c82bc9a3e8MMerge pull request #437 from Codium-ai/tr/new_gpt4 Introduce support for 'gpt-4-1106-preview' model and dynamic token limit calculation
mrT23mrT23
54f41dd6031code
mrT23mrT23
094f641fb58code
mrT23mrT23
a35a75eb34dget_max_tokens + added 'gpt-4-1106-preview'
mrT23mrT23
5a7c118b561MMerge pull request #434 from Codium-ai/document_describe Update DESCRIBE.md
Hussam LawenHussam Lawen
cf9e0fbbc55Update DESCRIBE.md
Hussam LawenHussam Lawen
ef9af261ed4MMerge pull request #433 from Codium-ai/hl/user_labels Keep user labels
Hussam.lawenHussam.lawen
ff797764101Keep user labels
Hussam.lawenHussam.lawen
ec3f2fb485aRevert "generate labels keep user labels only" This reverts commit 94a2a5e527d8d0ec20e962cff73cc465894f3217.
Hussam.lawenHussam.lawen
94a2a5e527dgenerate labels keep user labels only
Hussam LawenHussam Lawen
ea4bc548fc7MMerge pull request #432 from Codium-ai/hl/type_vs_labels Support git providers with no label support
Hussam.lawenHussam.lawen
1eefd3365bdMMerge commit 'e352c98ce83bfbd99078f62d8705eb938a6ba5b5' into hl/type_vs_labels
mrT23mrT23
e352c98ce83MMerge pull request #431 from Codium-ai/hl/type_vs_labels Refactoring PR Labels Handling and Display
mrT23mrT23
4c484f8e86aMMerge pull request #423 from zmeir/zmeir-external-incremental_review_thresholds Implementing Thresholds for Incremental PR Reviews
zmeirzmeir
b286c8ed206Added documentation for the new configurations
zmeirzmeir
8e3fa3926a7Extract incremental review checks to separate method
zmeirzmeir
92071fcf1caStack all incremental parameters
zmeirzmeir
c623c3baf4bAdded new configurations to prevent too frequent incremental commits on push trigger
mrT23mrT23
8a79114ed9cMMerge pull request #430 from Codium-ai/tr/fix_prompt Fix PR Description Prompt and Data Preparation
mrT23mrT23
6d6d8644176fix prompt
mrT23mrT23
7238c81f0cefix prompt
mrT23mrT23
62412f8cd47fix prompt
mrT23mrT23
5d2bdadb451fix prompt
mrT23mrT23
06d030637c3fix prompt
mrT23mrT23
cd69f43c77dMMerge pull request #428 from Codium-ai/tr/fixes Enhancements and Fixes in Bitbucket Provider
mrT23mrT23
fed1c160ebcfiles walkthrough bullets
mrT23mrT23
e37daf69877link to change
mrT23mrT23
8fc663911f8fixe bitbucket get_repo_settings bug
mrT23mrT23
bb2760ae416tools
mrT23mrT23
c917e480987MMerge pull request #427 from koid/fix/add-middleware Adding Middleware to FastAPI Initialization
koidkoid
e6ef123ce53add middleware when initializing fastapi
mrT23mrT23
194bfe1193cUpdate INSTALL.md
mrT23mrT23
e456cf36aaeMMerge pull request #425 from Codium-ai/ok/protect_apply_settings Add exception handling for applying repo settings failure
Ori KotekOri Kotek
fe3527de3c3Add exception handling for applying repo settings failure
Ori KotekOri Kotek
b99c769b535MMerge pull request #415 from zmeir/zmeir-patch-2 Refactor Command Handling for Different Triggers
Zohar MeirZohar Meir
cf4d007737aFix commands list for push trigger
Ori KotekOri Kotek
60bdfb78dffMMerge pull request #424 from Codium-ai/ok/bitbucket_fix Update Bitbucket Provider to Use 'position' Instead of 'start_line' for Inline Comments
Ori KotekOri Kotek
c0b3c768847MMerge remote-tracking branch 'origin/main' into ok/bitbucket_fix
Ori KotekOri Kotek
e1370a83853Update publish_inline_comments in bitbucket_provider.py to use 'position' instead of 'start_line'
Hussam.lawenHussam.lawen
db37ee819a4support git providers with no label support
Hussam.lawenHussam.lawen
e96b03da576add configuration enable_pr_type
Hussam.lawenHussam.lawen
1d2aedf169fDon't Display pr labels in the text
Hussam.lawenHussam.lawen
3548b884639type and labels
Hussam LawenHussam Lawen
d0f3a4139d6MMerge pull request #422 from Codium-ai/pr_review_fix_type_example small fix to pr type example yaml
Hussam LawenHussam Lawen
3ddc7e79d14Update pr_reviewer_prompts.toml
mrT23mrT23
3e14edfd4e5MMerge pull request #421 from zmeir/patch-1 Fix error in `get_main_pr_languages` when the diff is empty
Zohar MeirZohar Meir
15573e22868Fix error in `get_main_pr_languages` when the diff is empty This can happen for example when you have one commit add a line to a file and the next commit deletes that line. Then if those are the only 2 commits in the PR the diff will be empty.
Hussam LawenHussam Lawen
ce648770633MMerge pull request #419 from KennyDizi/fix_synstax_error Fix Syntax Error in f-string Expression
KennyDiziKennyDizi
9fbf89670dfImprove expression portion of f-strings
KennyDiziKennyDizi
ad1c51c5363Fix SyntaxError: f-string expression part cannot include a backslash