40a7ef9132
s
2024-01-29 11:42:32 +02:00
042eab1641
s
2024-01-29 11:39:50 +02:00
47af04d158
s
2024-01-28 20:26:58 +02:00
06dede29f2
feat: Update configuration and handling of GitHub Action settings
2024-01-27 21:15:23 +02:00
4077c5556d
enable_review_labels_effort set to true by default
2024-01-24 19:49:43 +02:00
d8465ea9f9
removed include_improved_code
2024-01-24 19:47:30 +02:00
968684b461
update default config for inline_file_summary to false
2024-01-22 10:25:34 +02:00
8d513e078a
Add changes title of files and improve table style and alignments
2024-01-21 13:43:37 +02:00
2430a1a608
Merge pull request #594 from Codium-ai/tr/fallback_bad_review_comment
...
Enhanced Comment Verification and Fallback Mechanism for Inline Comment Publishing
2024-01-20 02:04:06 -08:00
472646ddfd
Readme
2024-01-17 16:27:07 +02:00
4e833c0c28
s
2024-01-17 15:43:01 +02:00
58163e5129
improve usage guide
2024-01-17 09:50:48 +02:00
31576b77ff
improve backticks
2024-01-15 19:07:41 +02:00
09ee0b64ba
feat: Refactor instructions and fields in pr_code_suggestions_prompts.toml
2024-01-10 09:37:05 +02:00
fc502a6fd5
feat: Refactor instructions and fields in pr_code_suggestions_prompts.toml
2024-01-09 22:49:26 +02:00
2b607dbd9a
feat: Refactor instructions and fields in pr_code_suggestions_prompts.toml
2024-01-09 22:32:09 +02:00
9c6aabb0bb
feat: Add custom labels and extra instructions sections to help.py, summarize mode to pr_code_suggestions.py, and summarize mode condition to pr_code_suggestions_prompts.toml
2024-01-09 22:09:48 +02:00
e56c443fd6
ask helper
2024-01-09 16:34:27 +02:00
abc05e7711
ask helper
2024-01-09 16:25:23 +02:00
19c14b940e
Try fixing invalid inline comments
2024-01-09 09:54:29 +02:00
b0bffdec84
Refactor and add configuration toggle
2024-01-08 12:00:20 +02:00
e9a2a0a96f
s
2024-01-08 10:37:51 +02:00
578d15c6fc
usage guide
2024-01-07 16:38:08 +02:00
edcb666fbc
docs: Reorganize and enhance documentation for review and describe tools
2024-01-07 09:28:06 +02:00
ac74fa8431
docs
2024-01-05 21:28:54 +02:00
42704d5781
Merge remote-tracking branch 'origin/main' into tr/user_description
2024-01-05 17:03:30 +02:00
3628786a61
feat: Clarify PRType label member usage in pr_description_prompts.toml
2024-01-05 17:03:14 +02:00
fe6b2065fb
Merge pull request #569 from zmeir/zmeir/enhance/auto_improve_extended_simple
...
Add toggle to automatically enable `/improve --extended`
2024-01-04 09:06:08 -08:00
c2b0891c0b
Simpler auto-extended toggle and keep the default as false
2024-01-04 18:53:45 +02:00
1c2bb2ef3d
feat: Update user description extraction and placement in PR description
2024-01-04 18:05:28 +02:00
7762bf59bf
feat: Update user description extraction and placement in PR description
2024-01-04 18:01:55 +02:00
ed78bfd946
use_collapsible_file_list
2024-01-04 10:27:07 +02:00
3c2ed8bbf1
feat: Remove file walkthrough feature from PR agent
2024-01-04 09:42:15 +02:00
0189e12fb1
Automatically enable improve extended mode for large PRs
2024-01-03 16:43:38 +02:00
967494ce17
Refine the prompt for add_docs
command
...
I found that without it, python docstrings are sometimes suggested above the function signature, instead of below.
2024-01-03 12:27:23 +02:00
0bd2f045a3
feat: Fix typo
2024-01-02 08:11:31 -05:00
7dfc306e7c
feat: Add SOC2 compliance review feature to PR agent
2024-01-01 20:15:36 +02:00
fce52a66ff
feat: Update enable_help_text flag explaination
2023-12-27 10:22:43 +07:00
dff31ff8f5
feat: Fix typo
2023-12-27 10:17:56 +07:00
31168cd7de
Get PR review enable help text from setting
2023-12-27 10:12:41 +07:00
b1ce29e27a
global configuration
2023-12-26 16:45:39 +02:00
26cb85c4f5
default pinecone
2023-12-25 14:50:15 +05:30
1632696c2f
Merge branch 'main' of github.com:PrashantDixit0/pr-agent
2023-12-25 00:41:28 +05:30
d8d954bb0f
lancedb integration
2023-12-25 00:38:24 +05:30
08e9a91021
Merge pull request #547 from Codium-ai/tr/readme_update
...
Readme for PR-Agent-Pro
2023-12-24 06:30:04 -08:00
0c4d451d9a
readme
2023-12-24 16:18:20 +02:00
e698c7e2f3
Merge pull request #546 from Codium-ai/tr/backticks_review
...
Single-label for suggestions
2023-12-24 03:35:49 -08:00
47b267a73d
prompt
2023-12-24 09:52:59 +02:00
5c49ff216a
feat: Update inline comment creation in git providers and improve code suggestion handling
...
- Update `create_inline_comment` method in various git providers to include `absolute_position` parameter
- Remove `create_inline_comment` method from providers that do not support inline comments
- Enhance `find_line_number_of_relevant_line_in_file` function to handle absolute position
- Modify `pr_code_suggestions.py` to handle improved code inclusion in suggestions
- Add `include_improved_code` configuration option in `configuration.toml` and update documentation accordingly
2023-12-24 09:44:08 +02:00
5dc2595dcf
feat: Refactor code suggestion handling and update YAML schema in pr_code_suggestions.py and pr_code_suggestions_prompts.toml
...
- Update key names in pr_code_suggestions.py to use snake_case for consistency
- Implement removal of invalid suggestions where existing code is equal to improved code
- Update YAML parsing in _prepare_pr_code_suggestions method to include keys_fix_yaml parameter
- Refactor push_inline_code_suggestions method to use updated key names
- Update _prepare_prediction_extended method to use new key names
- Refactor _prepare_markdown method to include suggestion label and use updated key names
- Update instructions and YAML schema in pr_code_suggestions_prompts.toml to reflect changes in pr_code_suggestions.py
- Remove redundant removal of invalid suggestions in rank_suggestions method
2023-12-24 08:30:35 +02:00