external repos
  1. external repos

pr-agent

Public

Network

 
AuthorCommitMessageCommit Date
mrT23mrT23
f9afada1edftests
mrT23mrT23
4c1c313031bAdd missing newline in extended patch and remove trailing whitespace
TalTal
1f126069b13MMerge pull request #1116 from Codium-ai/tr/patch_extra_lines_before_and_after Tr/patch extra lines before and after
mrT23mrT23
12742ef4992Adjust patch extension logic to handle cases where extended size exceeds original file length
mrT23mrT23
63e921a2c5bAdjust patch extension logic to handle cases where extended size exceeds original file length
TalTal
8f04387331aMMerge pull request #1115 from Codium-ai/tr/patch_extra_lines_before_and_after Fix incorrect logic for extending patch size beyond original file length
mrT23mrT23
a06670bc274Fix incorrect logic for extending patch size beyond original file length
TalTal
2525392814cMMerge pull request #1114 from Codium-ai/tr/patch_extra_lines_before_and_after Tr/patch extra lines before and after
mrT23mrT23
23aa2a9388cRefactor patch extension logic to handle cases with zero extra lines
mrT23mrT23
e85b75fe64bRefactor patch extension logic to handle cases with zero extra lines
mrT23mrT23
df04a7e0469Add spaces to extra lines in patch extension for consistency
mrT23mrT23
9c3f0801125comments
mrT23mrT23
ed65493718dHandle edge cases for patch extension and update tests
mrT23mrT23
983233c1933Clarify comments for patch_extra_lines_before and patch_extra_lines_after in configuration.toml
mrT23mrT23
7438190ed10set_claude_model
mrT23mrT23
2b2b851cb9dUpdate test class name and adjust patch extra lines configuration - Renamed test class to `TestExtendedPatchMoreLines` in `test_extend_patch.py` - Imported `pr_generate_extended_diff` in `test_extend_patch.py` - Updated `patch_extra_lines_before` to 4 in `additional_configurations.md`
mrT23mrT23
5701816b2e1MMerge remote-tracking branch 'origin/main' into tr/patch_extra_lines_before_and_after
TalTal
40a25a1082cCreate codecov.yml
TalTal
c00d1e9858cUpdate README.md
mrT23mrT23
e238a888247Add 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`. - Adde...
mrT23mrT23
61bdfd3b99fpatch_extra_lines_before and patch_extra_lines_after
TalTal
1a8b143f58eUpdate README.md
TalTal
dfbe7432b8bMMerge pull request #1108 from Codium-ai/tr/azure_pipeline Tr/azure pipeline
mrT23mrT23
ab69f1769bcazure
mrT23mrT23
089210d9fa3azure
TalTal
0f9d89c67a5MMerge pull request #1107 from Codium-ai/tr/protections protections
mrT23mrT23
84b80f792d6protections
TalTal
219d962cbe9MMerge pull request #1106 from Codium-ai/tr/protections protections
mrT23mrT23
e531245f4a2protections
mrT23mrT23
89e9413d759logger message
TalTal
b370cb6ae7fMMerge pull request #1102 from MarkRx/feature/langchain-azure-fix Fix LangChainOpenAIHandler for Azure
MarkRxMarkRx
4201779ce2fFix LangChainOpenAIHandler for Azure
TalTal
71f7c09ed74MMerge pull request #1100 from ascieux-soprasteria/main Clarification on webhook URL for Gitlab
ascieux-soprasteriaascieux-soprasteria
edad244a86dUpdate gitlab.md Changing 4 backticks to 3 backticks
ascieux-soprasteriaascieux-soprasteria
97529879661MMerge branch 'Codium-ai:main' into main
TalTal
200da44e5a9MMerge pull request #1103 from benedict-lee/main Fix pr_processing.get_pr_multi_diffs
Benedict LeeBenedict Lee
4c0fd37ac25Fix pr_processing.get_pr_multi_diffs Fix function to return an empty list instead of a single joined string when patches_extended is empty.
Benedict LeeBenedict Lee
c996c7117fcFix function to return an empty list instead of a single joined string when patches_extended is empty.
ascieux-soprasteriaascieux-soprasteria
943ba95924fClarification on webhook URL for Gitlab
mrT23mrT23
8a75d3101dcEnhance PR description handling and improve logging for invalid file extensions in Bitbucket provider
TalTal
944f54b4311MMerge pull request #1098 from KennyDizi/main Add support for GPT-4o-2024-08-06 model
KennyDiziKennyDizi
9be5cc6dec0Add support model gpt-4o-2024-08-06
TalTal
884286ebf13MMerge pull request #1095 from Codium-ai/tr/code_cov Tr/code cov
TalTal
620dbbeb1abUpdate .github/workflows/code_coverage.yaml Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
TalTal
c07059e139bUpdate .github/workflows/code_coverage.yaml Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
mrT23mrT23
e717e8ae816Update code_coverage.yaml to improve Docker test execution and Codecov upload
mrT23mrT23
96d3f3cc0b4s
TalTal
3b88d6afdb5Update .pr_agent.toml
TalTal
8ec1fb59377MMerge pull request #1093 from Codium-ai/tr/html_escaping Escape HTML tags in suggestion summaries in pr_code_suggestions.py
mrT23mrT23
cb10ceadd7fEscape HTML tags in suggestion summaries in pr_code_suggestions.py and update pr_code_suggestions_prompts.toml for backtick usage