pr-agent/pr_agent/settings
mrT23 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
..
.secrets_template.toml feat: Improved server, security and commands 2023-12-17 17:38:27 +01:00
configuration.toml Merge pull request #529 from lukefx/bitbucket_webhook_improvements 2023-12-20 17:27:06 +02:00
custom_labels.toml feat: Remove 'Refactoring' label from custom labels and update related descriptions 2023-12-05 07:48:21 +02:00
ignore.toml Code comments for ignore.toml 2023-10-06 21:53:10 +11:00
language_extensions.toml Add docs editable blacklist of file extensions like sql, yaml... 2023-10-17 18:50:39 +03:00
pr_add_docs.toml feat: Refine prompts and instructions in pr_add_docs.toml 2023-12-03 17:10:33 +02:00
pr_code_suggestions_prompts.toml feat: Refactor code suggestion handling and update YAML schema in pr_code_suggestions.py and pr_code_suggestions_prompts.toml 2023-12-24 08:30:35 +02:00
pr_custom_labels.toml feat: Implement label case conversion and update label descriptions in settings files 2023-12-18 12:29:06 +02:00
pr_description_prompts.toml feat: Enhance PR description formatting and update instructions in pr_description_prompts.toml 2023-12-20 16:45:21 +02:00
pr_information_from_user_prompts.toml feat: Enhance formatting and clarity in pr_information_from_user_prompts.toml 2023-12-03 17:17:24 +02:00
pr_questions_prompts.toml feat: Refactor prompts and improve formatting in pr_questions_prompts.toml 2023-12-03 17:23:52 +02:00
pr_reviewer_prompts.toml feat: Update instruction formatting in pr_code_suggestions_prompts.toml and pr_reviewer_prompts.toml 2023-12-23 20:40:30 +02:00
pr_sort_code_suggestions_prompts.toml feat: Refine prompts and improve formatting in pr_sort_code_suggestions_prompts.toml and pr_update_changelog_prompts.toml 2023-12-03 17:27:22 +02:00
pr_update_changelog_prompts.toml feat: Refine prompts and improve formatting in pr_sort_code_suggestions_prompts.toml and pr_update_changelog_prompts.toml 2023-12-03 17:27:22 +02:00