1333ac47bc
Update configuration.toml
2024-09-26 18:24:11 +03:00
8bdebcb99f
Enable intro and chat text for PR code suggestions in configuration
2024-09-26 17:11:00 +03:00
89f9cf5adc
Add intro and chat text options for PR code suggestions in configuration
2024-09-26 09:07:51 +03:00
109b965407
Add configuration for auto actions in GitHub Action runner
2024-09-26 08:03:39 +03:00
3dd8050004
improve code suggestion prompt
2024-09-25 21:22:41 +03:00
4b7d01972c
improve code suggestion prompt
2024-09-25 21:15:14 +03:00
4713ae74b7
improve code suggestion prompt
2024-09-25 17:42:59 +03:00
c828cdde62
improve code suggestion prompt
2024-09-25 17:41:21 +03:00
6f14f9c8e1
improve code suggestion prompt
2024-09-25 16:22:16 +03:00
d5625db3c8
DocHelper
2024-09-22 16:16:59 +03:00
d6b779eef8
DocHelper
2024-09-22 16:14:32 +03:00
804cb9ec1d
DocHelper
2024-09-22 15:55:18 +03:00
397963257d
DocHelper
2024-09-22 10:21:47 +03:00
a3fd15bb92
Merge remote-tracking branch 'origin/main' into tr/help_fixes
2024-09-22 09:27:10 +03:00
ded7d96649
DocHelper
2024-09-22 09:23:34 +03:00
0198c61cf7
update docs
2024-09-22 09:00:56 +03:00
20d8e76a7f
logs
2024-09-22 08:31:56 +03:00
be8052251a
Update pr_help_prompts.toml and fix snippet indexing in pr_help_message.py
2024-09-22 08:13:23 +03:00
ba08b13446
update PR-Agent usage instructions in pr_description.py
2024-09-21 21:10:51 +03:00
8229d98842
docs pr help
2024-09-21 20:55:05 +03:00
5c7b65810c
Refactor S3 file handling and update Dockerfile to include local Chroma DB file
2024-09-21 19:11:46 +03:00
1e51acff22
get protection
2024-09-21 17:07:46 +03:00
a70fe27d94
prompts
2024-09-21 16:58:37 +03:00
4b74506107
Add PR help message functionality and update dependencies
...
- Implement PRHelpMessage class to provide AI-powered assistance for pull requests.
- Add methods for similarity search using local, S3, and Pinecone databases.
- Update `requirements.txt` to include new dependencies for langchain and chromadb.
- Modify `configuration.toml` to include `force_local_db` setting for PR help.
- Update `aiohttp` and `openai` package versions.
2024-09-21 16:22:51 +03:00
08319f8492
fixed azure remove comment bug
2024-09-19 12:54:26 +03:00
16763d81b4
Merge pull request #1232 from yzongyue/feature/compatible_with_old_gitlab
...
func get_line_link compatible with old gitlab versions
2024-09-15 17:06:43 +03:00
80fe297bc9
Merge pull request #1231 from matanbaruch/main
...
Update PR Action Handling Logic in GitHub Action Runner
2024-09-15 15:30:34 +03:00
fdb1ff8057
update best practics
2024-09-15 12:36:00 +03:00
ce8e637800
get_line_link compatible with old gitlab versions
2024-09-15 14:56:08 +08:00
306af02d22
Update github_action_runner.py
2024-09-15 09:42:02 +03:00
a23541912b
Update github_action_runner.py
2024-09-15 09:40:05 +03:00
0851767774
Update configuration.toml
2024-09-15 09:35:58 +03:00
585a7f1c69
Update github_action_runner.py
2024-09-15 09:33:47 +03:00
8d82cb2e04
f string
2024-09-15 08:50:24 +03:00
480a025877
Merge remote-tracking branch 'origin/main' into tr/dynamic
2024-09-15 08:08:11 +03:00
8f943a0d44
fix: update error logging messages and system prompt handling in litellm_ai_handler.py
2024-09-15 08:07:59 +03:00
29028d43cf
Set azure devops default status to ByDesign
2024-09-13 18:01:08 -07:00
cc0e432247
refactor logic
2024-09-13 22:17:24 +03:00
0fb158fd47
fix push gitlab
2024-09-13 20:59:45 +03:00
a94496285f
Add o1-preview models
2024-09-13 08:23:18 +07:00
567c144176
Add o1-mini models
2024-09-13 08:22:09 +07: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
3ea691e70a
Merge pull request #1216 from Codium-ai/tr/azure_parsing
...
fix: improve Azure DevOps PR URL parsing and add unit tests
2024-09-12 09:09:24 +03:00
7de6bb0150
enhance: cap patch extra lines and update documentation with separators and context adjustments
2024-09-12 09:05:26 +03:00
a1582b5338
enhance: cap patch extra lines and update documentation with separators and context adjustments
2024-09-12 09:01:36 +03:00
09b0a04a47
docs and fixes
2024-09-10 20:06:48 +03:00
1451d82d6b
Update pr_agent/algo/pr_processing.py
...
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
2024-09-10 17:50:32 +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
e444da8378
fix: improve Azure DevOps PR URL parsing and add unit tests
2024-09-10 08:19:22 +03:00
1a9638cf87
bug fix: remove unused get_pr_description method from Azure DevOps provider
2024-09-09 16:25:34 +03:00