4204d78d7e
feat: Remove file walkthrough feature from PR agent
2024-01-04 09:59:44 +02:00
3c2ed8bbf1
feat: Remove file walkthrough feature from PR agent
2024-01-04 09:42:15 +02:00
1bba0162f8
Merge pull request #563 from zmeir/zmeir/enhance/refine_add_docs_prompt
...
Refine the prompt for `add_docs` command
2024-01-03 23:14:27 -08:00
c07ea5ea32
Merge pull request #560 from zmeir/zmeir/fix/drop_python3.9
...
Drop support for python 3.9
2024-01-03 23:09:54 -08:00
58f93e0615
Drop support for python 3.9
...
The `bitbucket_server_provider.py` uses structural pattern matching that was introduced in python 3.10, and so trying to run any command with python 3.9 will fail (because we import all the providers right at the top of `pr_agent.git_providers`)
2024-01-03 12:30:09 +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
c31ce3de35
Merge pull request #559 from pzarfos/fix/prompt-spelling
...
feat: Fix typo
2024-01-02 21:41:34 -08:00
0bd2f045a3
feat: Fix typo
2024-01-02 08:11:31 -05:00
0b4a98b3aa
Merge pull request #558 from Codium-ai/tr/soc2_ticket
...
feat: Add SOC2 compliance review feature to PR agent 💎
2024-01-01 22:02:22 -08:00
7dfc306e7c
feat: Add SOC2 compliance review feature to PR agent
2024-01-01 20:15:36 +02:00
be88624e2a
Merge pull request #556 from Codium-ai/mrT23-patch-1
...
Update Usage.md
2023-12-31 07:35:40 -08:00
ac9a46d4c4
Update Usage.md
2023-12-31 17:34:13 +02:00
3e1349ed1f
Merge pull request #554 from xens/patch-1
...
fix: missing flag in INSTALL.md
2023-12-28 10:29:14 -08:00
0d89e6e760
fix: missing flag in INSTALL.md
...
Fixing a missing flag on the Docker cli to declare a variable.
2023-12-28 17:24:08 +01:00
a9c8fb6a73
Merge pull request #552 from KennyDizi/main
...
Add `enable_help_text` setting and update PR review preparation method
2023-12-26 21:45:21 -08: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
37b040b50a
Use 'and' in lieu of '&' operator
2023-12-27 10:17:08 +07:00
31168cd7de
Get PR review enable help text from setting
2023-12-27 10:12:41 +07:00
db6ca434ac
Update Usage.md
2023-12-26 17:15:48 +02:00
958bfe1000
Merge pull request #551 from Codium-ai/tr/global_configuration
...
global configuration
2023-12-26 07:08:52 -08:00
815862e428
markdown
2023-12-26 17:06:29 +02:00
b1ce29e27a
global configuration
2023-12-26 16:45:39 +02:00
f7c2b3128f
Merge pull request #550 from Codium-ai/tr/gfm_markdown
...
feat: Refactor help text addition in pr_reviewer.py and update tool n…
2023-12-25 23:30:36 -08:00
a6764c9058
feat: Update help text addition condition in pr_reviewer.py
2023-12-26 09:25:15 +02:00
a854e1a408
feat: Refactor help text addition in pr_reviewer.py and update tool names in README.md
2023-12-26 09:18:38 +02:00
ba3a8b24f0
Merge pull request #548 from PrashantDixit0/main
...
LanceDB Integration
2023-12-25 06:39:11 -08:00
26cb85c4f5
default pinecone
2023-12-25 14:50:15 +05:30
1d435ef3fa
removed comments
2023-12-25 00:45:24 +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
648c22ed1e
tools update
2023-12-24 16:22:45 +02:00
49592ba2d7
docs: Refine markdown formatting in Analyze.md and README.md
2023-12-24 16:21:41 +02: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
663632e2d9
fixed bug
2023-12-24 10:27:48 +02:00
5fd3fdfae1
feat: Add loop to populate suggestion_list in pr_code_suggestions.py
2023-12-24 10:08:36 +02: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
664b1c9d17
Merge pull request #545 from Codium-ai/tr/backticks_review
...
feat: Improve suggestion formatting in markdown text generation
2023-12-23 10:41:17 -08:00
ba7781ba00
feat: Update instruction formatting in pr_code_suggestions_prompts.toml and pr_reviewer_prompts.toml
2023-12-23 20:40:30 +02:00
42be96a99b
feat: Improve suggestion formatting in markdown text generation
2023-12-23 20:32:03 +02:00
64a2c55d48
Merge pull request #542 from Codium-ai/tr/title_last
...
Enhancement: Update PR description prompts and reorder keys in PR description data
2023-12-21 03:55:17 -08:00
eca8078071
feat: Reorder keys in PR description data and update PRDescription model in toml file
2023-12-21 08:51:57 +02:00
9995ccd4c7
feat: Update PR description prompts in toml file to include semantic file types and custom labels options
2023-12-21 08:31:54 +02:00
851c001aa5
Merge pull request #541 from Codium-ai/tr/changes
...
feat: Enhance YAML parsing with additional fallbacks and key customiz…
2023-12-20 22:26:15 -08:00
2b23700aec
feat: Enhance YAML parsing with additional fallbacks and key customization in load_yaml and try_fix_yaml functions
2023-12-21 08:24:07 +02:00
553dad0bee
feat: Enhance YAML parsing with additional fallbacks and key customization in load_yaml and try_fix_yaml functions
2023-12-21 08:21:34 +02:00