Commit graph

66 commits

Author SHA1 Message Date
Ori Kotek
5742a9be1e
Github custom action development 2023-07-13 17:46:12 +03:00
mrT23
77a451ada0
inline_code_comments 2023-07-13 09:44:33 +03:00
mrT23
4b8420aa16
remove suggestion number 2023-07-13 08:10:36 +03:00
Hussam Lawen
e2faf117c5
Update gitlab config 2023-07-12 18:02:28 +03:00
Ori Kotek
cd1e62ec96
Add Azure OpenAI support 2023-07-12 11:53:46 +03:00
Ori Kotek
1bc206e7b2
Remove installation_id from cli 2023-07-12 11:31:06 +03:00
Hussam.lawen
b8a71b369d
add max_iter 2023-07-11 22:22:08 +03:00
Hussam.lawen
fd4a2bf7ff
refactor try_fix_json, generalize finding the ending of a json item (support new lines, spaces tab) 2023-07-11 22:11:42 +03:00
Hussam.lawen
a3211d4958
Merge commit '210d94f2aa6ebf872b9b85051d1842c32d4fc34e' into hl/try_fix_when_broken_output 2023-07-11 17:33:02 +03:00
Hussam.lawen
86d7ed5f82
Try to fix broken json output 2023-07-11 17:32:48 +03:00
Ori Kotek
b2d952cafa
1. Move deployment_type to configuration.toml
2. Lint
3. Inject GitHub app installation ID into GitHub provider using the settings mechanism.
2023-07-11 16:55:09 +03:00
Ori Kotek
6eacf4791d
Merge remote-tracking branch 'origin/main' into feature/gitlab_provider 2023-07-11 15:49:06 +03:00
Ori Kotek
4076f67ab8
Merge pull request #35 from ilchemla/hotfix/bad-filename-in-docs
Fix secrets filename extension in README
2023-07-11 15:37:09 +03:00
Ori Kotek
c2639a2520
Merge pull request #32 from Codium-ai/tr/focused_pr
Focused PR update
2023-07-11 15:29:36 +03:00
Ilan Chemla
38db65831e Fix secrets filename extension in README 2023-07-11 15:01:52 +03:00
Hussam Lawen
e1b856f7e6
Merge pull request #34 from Codium-ai/enhancement/soft_and_hard_thresh
Separate output token threshold to soft and hard instead of implicit hard = soft/2
2023-07-11 14:35:00 +03:00
Ori Kotek
5fdc9223e9
Separate output token threshold to soft and hard instead of implicit hard = soft/2 2023-07-11 14:11:46 +03:00
mrT23
301622216f
Focused PR update 2023-07-11 08:50:28 +03:00
Eugene Kaushnian
8fba670bda Rename github_app_webhook.py to github_app.py 2023-07-08 13:36:47 -04:00
salberts
ca47833c56 Merge remote-tracking branch 'refs/remotes/origin/feature/gitlab_provider' into feature/gitlab_provider 2023-07-08 17:19:54 +03:00
Albert
567475c18c
Update pr_agent/settings/.secrets_template.toml
Co-authored-by: Sergii Kovalev <enasik@gmail.com>
2023-07-08 15:29:05 +03:00
salberts
fb4badd160 changes 2023-07-08 12:14:32 +03:00
salberts
9695d96799 Simplify project identification 2023-07-08 11:49:11 +03:00
salberts
0930f76cb7 Merge branch 'feature/gitlab_provider' into feature/gitlab_webhook 2023-07-08 11:47:13 +03:00
salberts
365559405f Simplify gitlab project access 2023-07-08 11:46:41 +03:00
salberts
d4adcb3c22 Configurable polling interval 2023-07-08 10:26:41 +03:00
salberts
75167c2700 add polling 2023-07-08 08:52:11 +03:00
salberts
e63a4f47ce bugfixes 2023-07-07 17:06:53 +03:00
salberts
caff65613f docs 2023-07-07 16:36:56 +03:00
salberts
ee3cac9836 bugfix 2023-07-07 16:33:25 +03:00
salberts
8b3ff7a632 bugfix 2023-07-07 16:31:28 +03:00
salberts
7d49e080fc remove prints 2023-07-07 16:24:02 +03:00
salberts
1a94079936 style 2023-07-07 16:15:51 +03:00
salberts
7ed12c2f8e refactor 2023-07-07 16:10:33 +03:00
Albert Achtenberg
ed8cf27b05 working example 2023-07-07 15:02:40 +03:00
Hussam.lawen
efc8f755d5
exclude snap files 2023-07-06 20:22:54 +03:00
Ori Kotek
c8d369ee61
Protect against no notifications received 2023-07-06 20:04:32 +03:00
Ori Kotek
ffa4ce3f1e
Protect against no notifications received 2023-07-06 19:22:55 +03:00
Ori Kotek
2de83827b6
Add exception protection for unexpected conditions during request handling 2023-07-06 19:08:47 +03:00
Ori Kotek
9e96fbab1f
Don't add "How to use" when running from the command line - a small correction #2 2023-07-06 18:33:03 +03:00
Ori Kotek
f1ab6ec88f
Merge pull request #11 from Codium-ai/bugfix/double_notifications
Protect from notifications that may be handled twice
2023-07-06 18:17:13 +03:00
Ori Kotek
4331610e01
Don't add "How to use" when running from the command line - a small correction 2023-07-06 17:53:52 +03:00
Ori Kotek
d04c0f490c
Don't add "How to use" when running from the command line 2023-07-06 17:52:12 +03:00
Ori Kotek
6648c04799
Protect from notifications that may be handled twice by keeping a set of handled notification IDs 2023-07-06 17:46:43 +03:00
mrT23
30248c2a7b
readme update 2023-07-06 17:34:40 +03:00
mrT23
c2e3bf7b70
newline 2023-07-06 16:39:56 +03:00
mrT23
e5e90e35e5
minor fixes 2023-07-06 16:27:39 +03:00
Hussam Lawen
53e7ff62bf
Merge pull request #3 from Codium-ai/algo/combine_modified_files_one_list
Combine all modified and deleted files that been compressed to the prompt
2023-07-06 14:59:13 +03:00
Ori Kotek
1eea60c6a5
Merge pull request #7 from Codium-ai/algo/fix_speacial_tokens
Fix encoding error on special_tokens
2023-07-06 14:14:52 +03:00
Hussam.lawen
259fa84eeb
disabling encoding error on special_tokens 2023-07-06 13:22:12 +03:00