b20f364b15
Change the data structure for prefixes to a list to preserve order
2024-06-27 07:16:26 +07:00
692904bb71
Use ReviewHeaderTitle in lieu of PrReviewTitle
2024-06-27 07:11:57 +07:00
ba963149ac
Fix extract PrReviewTitle member value
2024-06-27 07:10:57 +07:00
7348d4144b
Rename PrReviewTitle enum
2024-06-27 07:05:03 +07:00
41607b10ef
Apply PrReviewTitles enum for pr review file
2024-06-27 07:03:43 +07:00
2d21df61c7
Apply PrReviewTitles enum for github provider file
2024-06-27 07:03:25 +07:00
c185b7c610
Apply PrReviewTitles enum for algo utils file
2024-06-27 07:03:08 +07:00
3d60954167
Add PrReviewTitles enum
2024-06-27 06:59:49 +07:00
a57896aa94
s
2024-06-26 21:05:00 +03:00
73f0eebb69
s
2024-06-26 20:44:30 +03:00
b1d07be728
s
2024-06-26 20:33:45 +03:00
0f920bcc5b
s
2024-06-26 20:11:20 +03:00
55a82382ef
Merge remote-tracking branch 'origin/main'
2024-06-26 16:20:16 +03:00
6c2a14d557
fix: correct indentation in PR description preparation logic
2024-06-26 16:20:05 +03:00
b814e4a26d
feat: Support Anthropic Calude 3.5 Sonnet on Vertex AI
2024-06-25 17:32:17 +09:00
69f6997739
remove extra space
2024-06-24 14:01:33 +02:00
8cc436cbd6
add gemini support for pr agent
2024-06-24 13:48:56 +02:00
384dfc2292
add text bison support for pr agent
2024-06-24 13:28:37 +02:00
40737c3932
add gemini support for pr agent
2024-06-24 12:08:16 +02:00
c46434ac5e
add gemini support for pr agent
2024-06-24 12:03:34 +02:00
255c2d8e94
add gemini support for pr ageny
2024-06-24 11:35:41 +02:00
74bb07e9c4
fix: correct indentation in PR description preparation logic
2024-06-23 21:17:34 +03:00
a4db59fadc
Merge remote-tracking branch 'origin/main'
2024-06-23 16:53:53 +03:00
2990aac955
docs: update custom labels configuration and usage instructions in describe tool
2024-06-23 16:53:45 +03:00
666fcb6264
fix: update prompt key from suggestion_content
to suggestion_summary
in code suggestions
2024-06-23 11:33:33 +03:00
3f3e9909fe
fix: initialize git_provider
as an empty dictionary in GitHub App server
2024-06-23 10:03:52 +03:00
a3d4d6d86f
feat: claude 3.5 sonnet support
2024-06-21 09:30:52 +01:00
9034e18772
Add is_auto_command
config check to conditionally publish output and update GitHub App to set this flag
2024-06-19 11:51:10 +03:00
833bb29808
Add context-aware git provider retrieval and refactor related functions
2024-06-19 11:20:00 +03:00
0c1331f77e
Add context-aware git provider retrieval and refactor related functions
2024-06-19 09:49:47 +03:00
164999d83d
Add context-aware git provider retrieval and refactor related functions
2024-06-19 09:46:48 +03:00
a710f3ff43
Add context-aware git provider retrieval and refactor related functions
2024-06-19 09:41:53 +03:00
025a14014a
Add context-aware git provider retrieval and refactor related functions
2024-06-19 09:36:37 +03:00
5968db67b9
Merge remote-tracking branch 'origin/main'
2024-06-19 08:30:55 +03:00
3affe011fe
Update Bitbucket app commands to include suggestions score threshold in documentation and configuration
2024-06-19 08:30:45 +03:00
663604daa5
Support running GitHub App using gunicorn, adjust Dockerfile accordingly
2024-06-18 20:15:48 +03:00
deda06866d
Merge pull request #971 from brianteeman/typos-1
...
Fix typos/Spelling
2024-06-18 18:00:42 +03:00
bc09330a44
Add self-review checkbox functionality to improve tool and update documentation
2024-06-17 20:26:09 +03:00
7bd1e5211c
Update pr_agent/settings/pr_reviewer_prompts.toml
...
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
2024-06-17 09:22:38 +01:00
8d44804f84
Merge pull request #975 from brianteeman/identify_image_in_comment
...
identify_image_in_comment
2024-06-17 08:41:35 +03:00
a4320b6b0d
Merge pull request #976 from brianteeman/get_changlog_file
...
get_changlog_file
2024-06-17 08:39:59 +03:00
73ec67b14e
Merge pull request #974 from brianteeman/repetition_penalty
...
repetition_penalty
2024-06-17 08:39:16 +03:00
8463aaac0a
get_changlog_file
...
Correct the spelling
Fix spelling errors now will prevent issues going forward where people have to misspell something on purpose
2024-06-16 17:35:52 +01:00
195f8a03ab
identify_image_in_comment
...
Correct the spelling
Fix spelling errors now will prevent issues going forward where people have to misspell something on purpose
2024-06-16 17:33:23 +01:00
5268a84bcc
repetition_penalty
...
Correct the spelling of this variable.
Fix spelling errors now will prevent issues going forward where people have to misspell something on purpose
2024-06-16 17:28:30 +01:00
e53badbac4
Overall_success
...
Correct the spelling of this variable.
Fix spelling errors now will prevent issues going forward where people have to misspell something on purpose
2024-06-16 17:12:11 +01:00
a9a27b5a8f
Fix typos/Spelling
...
This simple PR fixes typos and spelling errors in code comments and documentation. It has no functional changes but does at least make the instruction more readable and match the code.
2024-06-16 17:06:30 +01:00
4db428456d
Refactor filter_bad_extensions
and is_valid_file
functions to improve code readability and reusability
2024-06-15 20:10:46 +03:00
925fab474c
key_issues_to_review
2024-06-15 19:58:09 +03:00
774bba4ed2
Merge pull request #964 from evalphobia/feature/vertexai-calude3
...
Support models: Anthropic Claude 3 on Vertex AI
2024-06-15 19:49:49 +03:00