external repos
  1. external repos

pr-agent

Public

Network

 
AuthorCommitMessageCommit Date
mrT23mrT23
324e481ce7dfeat: Improve formatting and clarity in pr_custom_labels.toml
mrT23mrT23
abfad088e31feat: Refine prompts and instructions in pr_add_docs.toml
mrT23mrT23
f30789e6c8ffeat: Refactor and enhance prompts in pr_code_suggestions_prompts.toml
mrT23mrT23
5c01f97f546feat: Enhance PR description prompts in pr_description_prompts.toml
mrT23mrT23
2d726edbe4ffeat: Improve formatting and clarity in pr_reviewer_prompts.toml
mrT23mrT23
10bc84eb5b9MMerge pull request #505 from Codium-ai/mrT23-patch-1 Update Usage.md
mrT23mrT23
06c0a35a656Update Usage.md
mrT23mrT23
082bcd00a13MMerge pull request #502 from pzarfos/local_models Add descriptive error message for missing model in MAX_TOKENS array
Phill ZarfosPhill Zarfos
317fec05367Throw descriptive error message if model is not in MAX_TOKENS array
mrT23mrT23
526ad00812aMMerge pull request #500 from Codium-ai/tr/describe_message Enhance pr_url assignment in github_provider.py for GitHub Actions compatibility
mrT23mrT23
37812dfededfeat: Update pr_url assignment in github_provider.py for GitHub Actions compatibility
mrT23mrT23
c9debc38f20MMerge pull request #499 from Codium-ai/tr/describe_message final update message in PR description
mrT23mrT23
fe7d2bb9247update docs
mrT23mrT23
586785ffdeffeat: Add pr_url attribute to git providers and final update message in PR description
mrT23mrT23
c21e606eee2MMerge pull request #498 from Codium-ai/tr/update_pics Update Image URLs in Markdown Documentation
mrT23mrT23
3f2175e5483diagram
mrT23mrT23
3ff30fcc92dfix logo for non-github image
mrT23mrT23
07abf4788c1docs: Update image URLs in markdown files
mrT23mrT23
a6587660463MMerge pull request #495 from Codium-ai/tr/review_protection Enhanced Exception Handling and Code Suggestion Formatting
mrT23mrT23
492dd3c2815docs: Update Azure setup instructions in Usage.md
mrT23mrT23
3af9c3bfb9bfeat: Enhance code suggestion publishing with language-specific formatting in pr_code_suggestions.py
mrT23mrT23
c22084c7ac3feat: Add exception handling for missing previous review in github_provider.py
mrT23mrT23
d2fb1cfce55MMerge pull request #497 from network-charles/network-charles-patch-1 Update pr-agent/docs/Review.md Image
Charles UnezeCharles Uneze
24fe5a572a8Update REVIEW.md
mrT23mrT23
96b91c9daa0feat: Add dynaconf to requirements.txt
Ori KotekOri Kotek
55464d5c5baMMerge pull request #492 from Codium-ai/mrT23-patch-1 Update IMPROVE.md
mrT23mrT23
18f06cc6705Update IMPROVE.md
mrT23mrT23
574e3b9d32bUpdate IMPROVE.md
mrT23mrT23
f6048e81575MMerge pull request #490 from network-charles/network-charles-patch-1 Alphabetical Reordering of requirements.txt
Charles UnezeCharles Uneze
4a71259be74Update requirements.txt
mrT23mrT23
e4749824851MMerge pull request #491 from network-charles/network-charles-patch-2 Update INSTALL.md
Charles UnezeCharles Uneze
f7410da330aUpdate INSTALL.md
Charles UnezeCharles Uneze
76f3d54519cUpdate INSTALL.md
Charles UnezeCharles Uneze
59f117d9160Update INSTALL.md
mrT23mrT23
b90dde48c0dMMerge pull request #483 from tmokmss/add-bedrock-support Add Amazon Bedrock support
tmokmsstmokmss
5e642c10faefallback to try_fix_yaml
tmokmsstmokmss
f8f57419c40Update ai_handler.py
tmokmsstmokmss
917f4b6a012hard code value
tmokmsstmokmss
97d6fb999a5set max_tokens_to_sample
tmokmsstmokmss
1373ca23fcasupport Amazon Bedrock
Ori KotekOri Kotek
c57807e53a3MMerge pull request #489 from Codium-ai/ok/gh_actions_fix Improve error handling in settings retrieval
Ori KotekOri Kotek
0e54a132722Improve error handling in settings retrieval Fix bug where default values were not being used in GitHub Action runners when environmental variables are not set. Now, if an environmental variable cannot be found and no default is given, the default value will be used if one exists. This will prevent errors during setup on different environments and ensure system stability.
Ori KotekOri Kotek
ddc6c020189MMerge pull request #488 from Codium-ai/ok/gh_actions_fix "Add fallback to environment variables in GitHub Action Runner"
Ori KotekOri Kotek
b67d06ae59d"Add fallback to environment variables in GitHub Action Runner" A new function `get_setting_or_env` was implemented to facilitate fetching of either settings or environmental variables in the GitHub Action Runner. This was necessary to resolve an issue where a certain undefined behaviour occurs in GitHub Actions, leading to an attribute error. The new function also provides a default value parameter to ensure the return of a value even in failed attempts to fetch from either settings or envi...
Ori KotekOri Kotek
ca1289af03cUpdate pr-agent-review.yaml
Ori KotekOri Kotek
b5a643d67afMMerge pull request #487 from Codium-ai/ok/gh_actions_fix Add utility function to handle boolean type conversion
Ori KotekOri Kotek
580eede021aAdd utility function to handle boolean type conversion A utility function (`is_true`) was added to take care of validating and converting boolean values from string or boolean types. This function is used in three parts of the `run_action` method where automatic PR review, description, and improvement actions are triggered based on environment settings. This change makes the condition checks cleaner and prevents code duplication.
mrT23mrT23
ea56910a2f2MMerge pull request #485 from Codium-ai/tr/bitbucket Enhancement of Inline Comment Publishing in Bitbucket Provider and Logging Addition
mrT23mrT23
51e1278cd73feat: Enhance inline comment publishing in Bitbucket provider and add logging for no suggestions in pr_code_suggestions.py
mrT23mrT23
ddeb4b598d1MMerge pull request #484 from Codium-ai/tr/review_fix_tags Refactor: Improved label handling in pr_reviewer.py