fdb1ff8057
update best practics
2024-09-15 12:36:00 +03:00
a8367d1a22
docs: add dynamic context strategy documentation and update configuration settings
...
- Added detailed documentation on the dynamic context strategy in `dynamic_context.md`.
- Updated configuration settings in `configuration.toml` to enable dynamic context by default.
- Adjusted context line parameters in `additional_configurations.md` to reflect new defaults.
- Announced dynamic context as the default option in the `README.md` news section.
2024-09-12 11:37:52 +03:00
01ba6fe63d
feat: enhance error handling and logging, update AI metadata terminology
...
- Improved error handling and logging in `pr_processing.py` and `github_polling.py` to provide more detailed error information.
- Updated AI metadata terminology from "AI-generated file summary" to "AI-generated changes summary" across multiple files for consistency.
- Added a placeholder method `publish_file_comments` in `azuredevops_provider.py`.
- Refined logging messages in `azuredevops_provider.py` for better clarity.
2024-09-10 17:44:26 +03:00
c8e8ed89d2
feat: integrate Dynaconf for configuration management and enhance config display
2024-09-09 08:31:20 +03:00
8706f643ef
enable ai_metadata
2024-09-08 16:26:26 +03:00
d01cfe443c
avoid_full_files
2024-09-07 11:44:24 +03:00
147a8e0ef3
refactor: consolidate PR ignore logic into a single function and update documentation
2024-09-07 11:26:13 +03:00
9199d84796
Merge pull request #1192 from paolomainardi/feature/1190_exclude_branches_tags
...
feat: gitlab skip source, target and labels
2024-09-07 10:20:31 +03:00
39913ef12a
fix: remove specific configurations
2024-09-06 20:23:33 +02:00
14b4723734
feat: move configuration to a common config section, add documentation
2024-09-06 18:32:46 +02:00
be75bb6a16
Add 1C Enterprise language
2024-09-04 09:04:39 +03:00
adce35765b
feat: implement skip branches for github, add ignore title to gitlab
2024-09-02 16:26:50 +02:00
fdcbdfce98
feat: gitlab skip source, target and labels
2024-08-30 16:40:23 +02:00
abf2f68c61
fix: update description for pr_files field in PRDescription class in pr_description_prompts.toml
2024-08-25 12:02:14 +03:00
415f44d763
type
2024-08-23 11:27:50 +03:00
8fb9b8ed3e
Update PR code suggestions prompts to avoid repeating changes already present in the PR
2024-08-23 11:22:55 +03:00
745e955d1f
Merge pull request #1145 from MarkRx/feature/litellm-logging-observability
...
Add and document abilty to use LiteLLM Logging Observability tools
2024-08-22 09:58:53 +03:00
2d5b060168
patch_extension_skip_types
2024-08-20 11:33:56 +03:00
b7eb6be5a0
Update PR code suggestions and reviewer prompts for clarity and consistency
2024-08-20 11:27:35 +03:00
df57367426
Update configuration.toml to modify fallback models and add skip types for patch extension logic
2024-08-20 11:24:52 +03:00
8aa76a0ac5
Add and document abilty to use LiteLLM Logging Observability tools
2024-08-19 15:45:47 -04:00
fc40ca9196
Refactor dynamic context handling in git patch processing and update configuration default
2024-08-19 08:38:26 +03:00
e9535ea164
Add dynamic context handling in git patch processing
...
- Introduce `allow_dynamic_context` and `max_extra_lines_before_dynamic_context` settings.
- Adjust context limits dynamically based on section headers.
- Add logging for dynamic context adjustments and section header findings.
2024-08-18 17:45:18 +03:00
c76aabc71e
Add callback functionality to litellm_ai_handler for enhanced logging and metadata capture
2024-08-17 09:15:05 +03:00
3456c8e039
Add 'original_suggestion' parameter to publish_inline_comment methods across git providers for enhanced inline comment handling
2024-08-16 08:58:51 +03:00
23aa2a9388
Refactor patch extension logic to handle cases with zero extra lines
2024-08-11 13:59:27 +03:00
9c3f080112
comments
2024-08-11 12:15:47 +03:00
983233c193
Clarify comments for patch_extra_lines_before and patch_extra_lines_after in configuration.toml
2024-08-11 11:48:50 +03:00
e238a88824
Add tests for patch extension and update configuration for extra lines handling
...
- Added unit tests in `test_extend_patch.py` and `test_pr_generate_extended_diff.py` to verify patch extension functionality with extra lines.
- Updated `pr_processing.py` to include `patch_extra_lines_before` and `patch_extra_lines_after` settings.
- Modified `configuration.toml` to adjust `patch_extra_lines_before` to 4 and `max_context_tokens` to 16000.
- Enabled extra lines in `pr_code_suggestions.py`.
- Added new model `claude-3-5-sonnet` to `__init__.py`.
2024-08-11 09:21:34 +03:00
61bdfd3b99
patch_extra_lines_before and patch_extra_lines_after
2024-08-10 21:55:51 +03:00
cb10ceadd7
Escape HTML tags in suggestion summaries in pr_code_suggestions.py and update pr_code_suggestions_prompts.toml for backtick usage
2024-08-06 12:16:58 +03:00
ee1676cf7e
patch improvements
2024-08-03 12:49:58 +03:00
3420e6f30d
patch improvements
2024-08-03 12:44:49 +03:00
0fa342ddd2
pr_description.final_update_message=false
2024-08-01 09:51:35 +03:00
0390a85f5a
Add missing bitbucket_server.pr_commands default
2024-07-30 09:45:45 -04:00
86d9612882
docs: update usage guide for changing models; add custom model support and reorganize sections
2024-07-28 08:55:01 +03:00
11f85cad62
Merge pull request #1064 from KennyDizi/main
...
Fix Bitbucket token name and clean up secrets template
2024-07-28 08:29:17 +03:00
a176adb23e
Remove redundant spaces
2024-07-27 22:21:54 +07:00
68ef11a2fc
Fix invalid token name
2024-07-27 22:17:48 +07:00
778d7ce1ed
config
2024-07-27 17:54:36 +03:00
3067afbcb3
Update seed handling: log fixed seed usage; adjust default seed and temperature in config
2024-07-27 17:50:59 +03:00
70f7a90226
Add E2E tests workflow for GitHub, GitLab, and Bitbucket; update configuration settings and build-and-test workflow
2024-07-27 17:26:24 +03:00
ac247dbc2c
Add end-to-end tests for GitHub, GitLab, and Bitbucket apps; update temperature setting usage across tools
2024-07-27 17:19:32 +03:00
aaf037570b
Update configuration.toml
...
remove dead codde
2024-07-24 19:56:50 +03:00
41c6502190
docs: Supports litellm's Amazon Bedrock parameter syntax change
2024-07-23 16:25:26 +09:00
003846a90d
fixed broken output format(yaml) prompt
2024-07-19 16:02:01 +09:00
174b4b76eb
Fix pr_files data type
2024-07-15 12:28:53 +07:00
5d6e1de157
review with links
2024-07-14 08:53:53 +03:00
b51abe9af7
Use full file path instead of complete file path
2024-07-14 12:01:33 +07:00
20206af1bf
Optimize relevant file and language description for pr code suggestion prompt
2024-07-14 10:03:44 +07:00