4dcbce41c8
feat: Refine prompts and improve formatting in pr_sort_code_suggestions_prompts.toml and pr_update_changelog_prompts.toml
2023-12-03 17:27:22 +02:00
b3fa654446
feat: Refactor prompts and improve formatting in pr_questions_prompts.toml
2023-12-03 17:23:52 +02:00
e09439fc1b
feat: Enhance formatting and clarity in pr_information_from_user_prompts.toml
2023-12-03 17:17:24 +02:00
324e481ce7
feat: Improve formatting and clarity in pr_custom_labels.toml
2023-12-03 17:15:29 +02:00
abfad088e3
feat: Refine prompts and instructions in pr_add_docs.toml
2023-12-03 17:10:33 +02:00
f30789e6c8
feat: Refactor and enhance prompts in pr_code_suggestions_prompts.toml
2023-12-03 16:59:47 +02:00
5c01f97f54
feat: Enhance PR description prompts in pr_description_prompts.toml
2023-12-03 16:48:26 +02:00
2d726edbe4
feat: Improve formatting and clarity in pr_reviewer_prompts.toml
2023-12-03 16:40:06 +02:00
526ad00812
Merge pull request #500 from Codium-ai/tr/describe_message
...
Enhance pr_url assignment in github_provider.py for GitHub Actions compatibility
2023-12-03 02:05:38 -08:00
37812dfede
feat: Update pr_url assignment in github_provider.py for GitHub Actions compatibility
2023-12-03 11:34:17 +02:00
c9debc38f2
Merge pull request #499 from Codium-ai/tr/describe_message
...
final update message in PR description
2023-12-03 01:02:21 -08:00
fe7d2bb924
update docs
2023-12-03 10:52:00 +02:00
586785ffde
feat: Add pr_url attribute to git providers and final update message in PR description
2023-12-03 10:46:02 +02:00
c21e606eee
Merge pull request #498 from Codium-ai/tr/update_pics
...
Update Image URLs in Markdown Documentation
2023-12-03 00:11:13 -08:00
a658766046
Merge pull request #495 from Codium-ai/tr/review_protection
...
Enhanced Exception Handling and Code Suggestion Formatting
2023-12-03 00:11:02 -08:00
3f2175e548
diagram
2023-12-03 09:12:10 +02:00
3ff30fcc92
fix logo for non-github image
2023-12-03 08:58:28 +02:00
07abf4788c
docs: Update image URLs in markdown files
2023-12-03 08:41:09 +02:00
492dd3c281
docs: Update Azure setup instructions in Usage.md
2023-12-03 08:25:12 +02:00
d2fb1cfce5
Merge pull request #497 from network-charles/network-charles-patch-1
...
Update pr-agent/docs/Review.md Image
2023-12-02 22:18:56 -08:00
24fe5a572a
Update REVIEW.md
2023-12-02 10:36:37 +01:00
3af9c3bfb9
feat: Enhance code suggestion publishing with language-specific formatting in pr_code_suggestions.py
2023-12-01 12:12:49 +02:00
c22084c7ac
feat: Add exception handling for missing previous review in github_provider.py
2023-12-01 11:56:03 +02:00
96b91c9daa
feat: Add dynaconf to requirements.txt
2023-11-30 18:29:27 +02:00
55464d5c5b
Merge pull request #492 from Codium-ai/mrT23-patch-1
...
Update IMPROVE.md
2023-11-30 18:19:36 +02:00
f6048e8157
Merge pull request #490 from network-charles/network-charles-patch-1
...
Alphabetical Reordering of requirements.txt
2023-11-30 08:16:01 -08:00
e474982485
Merge pull request #491 from network-charles/network-charles-patch-2
...
Update INSTALL.md
2023-11-30 07:18:48 -08:00
18f06cc670
Update IMPROVE.md
2023-11-30 17:13:47 +02:00
574e3b9d32
Update IMPROVE.md
2023-11-30 16:35:44 +02:00
f7410da330
Update INSTALL.md
2023-11-30 14:13:20 +01:00
76f3d54519
Update INSTALL.md
2023-11-30 13:56:22 +01:00
59f117d916
Update INSTALL.md
2023-11-29 16:07:57 +01:00
4a71259be7
Update requirements.txt
2023-11-29 15:47:53 +01:00
b90dde48c0
Merge pull request #483 from tmokmss/add-bedrock-support
...
Add Amazon Bedrock support
2023-11-29 03:08:01 -08:00
c57807e53a
Merge pull request #489 from Codium-ai/ok/gh_actions_fix
...
Improve error handling in settings retrieval
2023-11-29 11:55:22 +02:00
0e54a13272
Improve 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.
2023-11-29 11:52:02 +02:00
ddc6c02018
Merge pull request #488 from Codium-ai/ok/gh_actions_fix
...
"Add fallback to environment variables in GitHub Action Runner"
2023-11-29 11:49:40 +02:00
b67d06ae59
"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 environment variables.
2023-11-29 11:47:52 +02:00
ca1289af03
Update pr-agent-review.yaml
2023-11-29 11:03:24 +02:00
5e642c10fa
fallback to try_fix_yaml
2023-11-29 17:57:54 +09:00
b5a643d67a
Merge pull request #487 from Codium-ai/ok/gh_actions_fix
...
Add utility function to handle boolean type conversion
2023-11-29 10:38:39 +02:00
580eede021
Add 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.
2023-11-29 10:33:12 +02:00
ea56910a2f
Merge pull request #485 from Codium-ai/tr/bitbucket
...
Enhancement of Inline Comment Publishing in Bitbucket Provider and Logging Addition
2023-11-28 08:35:40 -08:00
51e1278cd7
feat: Enhance inline comment publishing in Bitbucket provider and add logging for no suggestions in pr_code_suggestions.py
2023-11-28 18:29:35 +02:00
ddeb4b598d
Merge pull request #484 from Codium-ai/tr/review_fix_tags
...
Refactor: Improved label handling in pr_reviewer.py
2023-11-28 07:14:29 -08:00
7e029ead45
refactor: Improve label handling in pr_reviewer.py
2023-11-28 17:03:55 +02:00
f8f57419c4
Update ai_handler.py
2023-11-28 23:08:17 +09:00
917f4b6a01
hard code value
2023-11-28 20:59:21 +09:00
97d6fb999a
set max_tokens_to_sample
2023-11-28 20:58:57 +09:00
1373ca23fc
support Amazon Bedrock
2023-11-28 20:58:42 +09:00