|
8bda365636
|
docs: Add "Improve Component" tool documentation and update related guides
|
2024-03-31 12:13:25 +03:00 |
|
|
c3b3651769
|
refine help
|
2024-03-31 11:43:00 +03:00 |
|
|
79bdb9a69f
|
bugfix: validate output publishing with progress condition in pr_code_suggestions
|
2024-03-27 19:56:27 +02:00 |
|
|
493f73f1ce
|
chore: add logging the reason not execute
|
2024-03-27 12:03:27 +09:00 |
|
|
26c4a98fc8
|
Merge pull request #820 from riya-amemiya/riya-amemiya/change_gpt-4-turbo_model
add support for gpt-4-turbo-preview model
|
2024-03-26 10:46:51 +02:00 |
|
|
a7494746df
|
revert default model
|
2024-03-26 16:21:30 +09:00 |
|
|
1491bcba96
|
logs
|
2024-03-26 08:09:33 +02:00 |
|
|
d064a352ad
|
feat(pr_agent): add support for gpt-4-turbo-preview model and update default settings
|
2024-03-26 14:47:05 +09:00 |
|
|
9c284e64cf
|
dont log pr-agent bot
|
2024-03-25 12:27:45 +02:00 |
|
|
903d74b2f7
|
ignore_bot_pr = true
|
2024-03-25 11:42:24 +02:00 |
|
|
3cdadb3ad1
|
always ignore bot
|
2024-03-25 09:04:07 +02:00 |
|
|
695f0706a8
|
Refactor help text for clarity and update configuration links in help.py; standardize variable naming in cli.py
|
2024-03-25 08:53:13 +02:00 |
|
|
07f5025b03
|
Refactor help text for clarity and update configuration links in help.py; standardize variable naming in cli.py
|
2024-03-25 08:51:59 +02:00 |
|
|
ee4798acca
|
adjustments to pypi
|
2024-03-23 16:16:32 +02:00 |
|
|
9a46690121
|
adjustments to pypi
|
2024-03-23 09:55:08 +02:00 |
|
|
887d640ba5
|
Merge remote-tracking branch 'origin/main' into tr/pypi
|
2024-03-22 21:36:45 +02:00 |
|
|
0816370b1a
|
adjustments to pypi
|
2024-03-22 21:36:22 +02:00 |
|
|
b4b2c7c620
|
Merge pull request #800 from koid/feature/ignore-bot-pr-on-github-app
Added `ignore_bot_pr` option
|
2024-03-21 18:42:45 +02:00 |
|
|
cae0b96054
|
use sender_type on bot check
|
2024-03-21 12:06:46 +09:00 |
|
|
29a2412de6
|
name
|
2024-03-20 08:36:46 +02:00 |
|
|
b70225294c
|
Update 'improve' tool documentation and functionality: Add persistent comment option, adjust default values, and enhance comment handling in pr_code_suggestions.py
|
2024-03-20 08:14:08 +02:00 |
|
|
b71523f13e
|
use endswith
|
2024-03-18 16:14:58 +09:00 |
|
|
80a793a257
|
ignore bot pr option on github app mode
|
2024-03-18 16:14:54 +09:00 |
|
|
dd83b196b4
|
Merge pull request #781 from koid/feature/support-bedrock-claude3
added support for bedrock/claude3
|
2024-03-18 08:03:29 +02:00 |
|
|
b6dd57375f
|
Initialize current_labels to empty list if no labels exist in pr_reviewer.py
|
2024-03-17 11:39:10 +02:00 |
|
|
498b4cb34e
|
readme
|
2024-03-17 09:59:55 +02:00 |
|
|
6d39773a17
|
prompt
|
2024-03-17 09:44:50 +02:00 |
|
|
99a676d792
|
Merge remote-tracking branch 'origin/main' into tr/split
|
2024-03-17 09:00:04 +02:00 |
|
|
669e076938
|
Enhance AI handler logging and add main PR language attribute to AI handler in various tools
|
2024-03-16 13:52:02 +02:00 |
|
|
74345284bd
|
Enhance AI handler logging and add main PR language attribute to AI handler in various tools
|
2024-03-16 13:47:44 +02:00 |
|
|
1593d8932b
|
Refactor code in pr_code_suggestions.py and remove 'use_repo_settings_file' from azure.md and automations_and_usage.md
|
2024-03-15 12:37:50 +02:00 |
|
|
3bae515e39
|
add claude-3-haiku
|
2024-03-14 16:58:44 +09:00 |
|
|
f94a0fd704
|
add Claude3Config
|
2024-03-13 11:24:51 +09:00 |
|
|
1ed2cd064a
|
add config litellm.drop_params
|
2024-03-13 11:20:02 +09:00 |
|
|
d62796ac68
|
update max_tokens
|
2024-03-13 11:14:04 +09:00 |
|
|
78cabf28a4
|
Update label comparison logic in pr_reviewer.py and pr_description.py to consider unordered lists
|
2024-03-12 18:25:42 +02:00 |
|
|
8b29c3a2be
|
typo
|
2024-03-12 18:18:08 +02:00 |
|
|
785fbe04ae
|
update links
|
2024-03-12 17:42:19 +02:00 |
|
|
31a8f5302a
|
Update get_pr_labels method to support label updates and prevent unnecessary label republishing
|
2024-03-12 17:02:45 +02:00 |
|
|
42cd85b420
|
Merge pull request #769 from Codium-ai/hl/incremental_review_update
fix
|
2024-03-11 11:33:48 +02:00 |
|
|
476d64bc18
|
fix
|
2024-03-11 11:30:05 +02:00 |
|
|
72cbf36e6c
|
Merge pull request #768 from Codium-ai/hl/incremental_review_update
Hl/incremental review handle edge cases
|
2024-03-11 10:49:29 +02:00 |
|
|
ad240f7640
|
small fix
|
2024-03-11 10:13:41 +02:00 |
|
|
5c20fffee9
|
fix when no previous review where found, reivew -i should run as regular review
|
2024-03-11 09:59:16 +02:00 |
|
|
84dadb0469
|
rename + check github
|
2024-03-11 09:42:10 +02:00 |
|
|
86dc87831b
|
remove is_temporary
|
2024-03-11 09:37:51 +02:00 |
|
|
75800a745c
|
Merge pull request #764 from Codium-ai/hl/incremental_review_update
Hl/incremental review update
|
2024-03-11 00:03:16 -07:00 |
|
|
256d1a3369
|
Merge pull request #751 from danstis/fix/ado-spaces
Fix URL encoding in Azure DevOps webhook handler
|
2024-03-10 23:57:59 -07:00 |
|
|
33a911da4c
|
log
|
2024-03-11 08:56:48 +02:00 |
|
|
a27ad0feb6
|
log
|
2024-03-11 08:55:07 +02:00 |
|