ca50724952
adding details on calling azure
2023-09-05 15:19:56 -07:00
4a54532b6a
Set github provider by default
...
- merge README.md
2023-09-05 09:09:35 +01:00
eeea38dab3
Gerrit support
2023-09-01 14:31:34 +01:00
5079daa4ad
Bitbucket server, WIP
2023-08-24 16:33:51 +03:00
fd39c64bed
Merge pull request #233 from zmeir/zmeir-automatic_github_app_options
...
Support custom deployments for github_app.py and add more options for automatic review actions
2023-08-23 09:20:46 +03:00
6599cbc7f2
Merge remote-tracking branch 'origin/main' into tr/tweaks_and_improvements
2023-08-23 09:17:53 +03:00
53108a9b20
Merge branch 'main' into main
2023-08-23 09:16:00 +03:00
f17b4fcc9e
Made the automatic describe command the least destructive
2023-08-22 21:14:03 +03:00
5582a901ff
Merge branch 'main' into zmeir-automatic_github_app_options
2023-08-22 21:09:23 +03:00
04be1573d5
improved review
2023-08-22 20:10:36 +03:00
a9a7a55f02
Remove redundant toggle
2023-08-22 18:28:43 +03:00
635b243280
Merge pull request #223 from zmeir/zmeir-keep_original_pr_description
...
Enhancement: Retain Original User Description and Title in PRs
2023-08-22 16:47:16 +03:00
782c170883
Support custom deployments for github_app.py and add more options for automatic review actions
2023-08-22 16:46:03 +03:00
82fb611a26
Add options to keep original user title
2023-08-22 10:32:58 +03:00
2b22f712fb
Renamed keep_user_description --> add_original_user_description
2023-08-22 09:55:56 +03:00
b85679e5e4
improve --extend
2023-08-22 09:42:59 +03:00
dcad490513
adding huggingface inference support + litellm debugger
2023-08-21 15:31:51 -07:00
fb9335f424
extended improve
2023-08-21 18:17:34 +03:00
b3749d08e2
Set default configuration to false to allow users to opt-in
2023-08-20 19:00:56 +03:00
31e91edebc
Allow keeping the original user description
2023-08-20 18:59:40 +03:00
631fb93b28
Implement Automatic Review Configuration for GitHub app
2023-08-16 16:24:30 -04:00
e0f295659d
A less hacky way
2023-08-09 12:17:54 +03:00
8f751f7371
Default timeout for AI is now 180s, configurable
2023-08-07 13:26:28 +03:00
fed0ea349a
find_line_number_of_relevant_line_in_file
...
find_line_number_of_relevant_line_in_file
2023-08-06 08:13:07 +03:00
dd14423b07
Add /config command to list the possible configuration settings
2023-08-02 16:42:54 +03:00
450f410e3c
Support repo-specific configuration file
2023-08-01 17:22:03 +03:00
3daf94954a
update_settings_from_args
2023-07-30 11:43:44 +03:00
a50e137bba
Merge pull request #133 from idavidov/idavidov/github-ratelimit-message
...
Handling GitHub API Rate Limit Exceeded Exception
2023-07-27 14:22:11 +03:00
413e5f6d77
general
2023-07-26 20:37:38 +03:00
884317c4f7
stable
2023-07-26 20:03:22 +03:00
7531ccd31f
stable
2023-07-26 16:29:42 +03:00
e3846a480e
s
2023-07-26 09:21:31 +03:00
f6036e936e
+ settings.github.ratelimit_retries setup in configuration.toml
2023-07-25 15:23:40 +03:00
02ecaa340f
Local Git Provider Implementation
2023-07-24 12:49:57 +02:00
02a1d8dbfc
Add support for fallback models
2023-07-23 16:16:36 +03:00
bbdfd2c3d4
Merge pull request #108 from patryk-kowalski-ds/deepsense.ai/configurable-language-extensions
...
Configurable Language Extensions
2023-07-21 21:47:52 +03:00
63c4c7e584
Merge pull request #90 from zmeir/zmeir-output_progress
...
Add Option to Control Comment Publishing Progress
2023-07-20 18:48:20 +03:00
79cb94b4c2
Add use_extra_bad_extensions to configuration.toml
2023-07-20 15:41:03 +02:00
577f24d107
Merge pull request #89 from zmeir/zmeir-review_score
...
Add Score Review Feature
2023-07-19 17:07:05 +03:00
e17dd66dce
Disable score review by default
2023-07-19 11:00:28 +03:00
ccddbeccad
num_code_suggestions=0 for review
2023-07-19 09:34:17 +03:00
6d91f44634
Added configuration option to control publishing review progress
...
This can be useful in a few situations:
1. To reduce the number of GitHub API calls (thus avoiding hitting the rate limit)
2. When the trigger for the agent is an external process (e.g. some external CI job), so there is no need to publish a message like "preparing review..." because it's not a part of a natual conversation with the user
2023-07-18 16:41:58 +03:00
0396e10706
Add configuration to request a score for the PR
...
This can help teams compare the review of the PR agent with that of a human reviewer, and fine-tune a score threshold for automatic approval where they decide the agent's review is satisfactory.
2023-07-18 16:40:35 +03:00
4c29ff2db1
Merge remote-tracking branch 'origin/tr/agent_logic' into tr/agent_logic
...
# Conflicts:
# pr_agent/tools/pr_description.py
2023-07-18 08:06:47 +03:00
5fbaa4366f
publish_output instead publish_review
2023-07-18 08:05:42 +03:00
aee08ebbfe
Merge branch 'main' into tr/agent_logic
2023-07-18 08:04:47 +03:00
f8f415eb75
stable
2023-07-17 15:49:29 +03:00
8f3520807c
minor fixes
...
minor fixes
2023-07-17 08:42:18 +03:00
f4de3d2899
pr_information_from_user_prompts
2023-07-16 19:36:20 +03:00
4f4989af8c
full code suggestions
...
full code suggestions
2023-07-16 09:01:57 +03:00