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
e083841d96
Add file ignore functionality and update documentation for ignore patterns
2024-06-13 13:18:15 +03:00
bedcc2433c
Add file ignore functionality and update documentation for ignore patterns
2024-06-13 13:00:39 +03:00
8ff85a9daf
Fix markdown formatting in utils.py by removing extra newlines
2024-06-13 12:45:57 +03:00
58bc54b193
Add file ignore functionality and update documentation for ignore patterns
2024-06-13 12:27:10 +03:00
aa56c0097d
Add file ignore functionality and update documentation for ignore patterns
2024-06-13 12:20:21 +03:00
20f6af803c
Add file ignore functionality and update documentation for ignore patterns
2024-06-13 12:09:52 +03:00
2076454798
Add file ignore functionality and update documentation for ignore patterns
2024-06-13 12:01:50 +03:00
e367df352b
Add file ignore functionality and update documentation for ignore patterns
2024-06-13 11:41:13 +03:00
3a897935ae
Merge remote-tracking branch 'origin/main' into tr/reviewer
2024-06-13 09:30:09 +03:00
55b52ad6b2
Add exception handling to process_can_be_split function and update pr_reviewer_prompts.toml formatting
2024-06-13 09:28:51 +03:00
b0f9b96c75
Support models: Anthropic Calude 3 on Vertex AI
2024-06-13 14:34:14 +09:00
aac7aeabd1
Update PR review prompts and terminology for clarity and consistency ( #954 )
...
* Update PR review prompts and terminology for clarity and consistency
2024-06-10 08:44:11 +03:00
306fd3d064
Update PR review prompts and terminology for clarity and consistency
2024-06-10 08:13:48 +03:00
07f21a5511
Github: work in background
2024-06-09 18:14:42 +03:00