external repos
  1. external repos

pr-agent

Public

Network

 
AuthorCommitMessageCommit Date
Hussam.lawenHussam.lawen
6c80fde6df3fix
Hussam.lawenHussam.lawen
75dcb035a76Update
Hussam.lawenHussam.lawen
f121a420c9eAdd to describe
Hussam.lawenHussam.lawen
3b13738943cAdd docs to custom labels page
Hussam LawenHussam Lawen
2ac86f429f8MMerge pull request #531 from Codium-ai/disable_github_action Update pr-agent-review.yaml
Hussam LawenHussam Lawen
9d2003d789eUpdate pr-agent-review.yaml
mrT23mrT23
d2aef958471MMerge pull request #530 from Codium-ai/tr/labels Enhancement: Implement label case conversion and update label descriptions in settings files
mrT23mrT23
1c4e64333cdfeat: Implement label case conversion and update label descriptions in settings files
mrT23mrT23
ce35addcd3bMMerge pull request #528 from Codium-ai/tr/lazy_init Refactor AI handler instantiation to use lazy initialization in PR tools
mrT23mrT23
5fb373b212eRefactor AI handler instantiation to use lazy initialization in PR tools
mrT23mrT23
54891ad1d28MMerge pull request #514 from brianpham93/abstract-BaseAiHandler Abstract AiHandler to BaseAiHandler
mrT23mrT23
02871b1e3deRemove logging from pr_agent.py and add line breaks in cli.py and github_action_runner.py
mrT23mrT23
38ea9143f3bMake LangChain dependency optional in pr-agent and update requirements.txt
mrT23mrT23
246be6147fdSet LiteLLMAIHandler as default AI handler in all PR tools and simplify AI handler injection in PRAgent
mrT23mrT23
3531016a2cdRefactor AI handler instantiation in PRAgent and related classes
Brian PhamBrian Pham
e37598fdcaeMMerge remote-tracking branch 'upstream/main' into abstract-BaseAiHandler
Brian PhamBrian Pham
557b39ec874MMerge branch 'base-ai-handler' into abstract-BaseAiHandler
Brian PhamBrian Pham
69a7c77a0d8Refactor PRAgent class and has_ai_handler_param method This commit refactors the PRAgent class and the has_ai_handler_param method. The has_ai_handler_param method is moved outside the class and made a standalone function. This change improves code organization and readability. The has_ai_handler_param function now takes a class object as a parameter and checks if the class constructor has an "ai_handler" parameter. This refactoring is done to streamline the code and improve its maintainabil...
Brian PhamBrian Pham
ebb2ed891b1Add logging to pr_agent.py
Brian PhamBrian Pham
be8d6af87feAdd code documentation generation for PR diffs
Brian PhamBrian Pham
8fb4a42ef1eUpdate AI handler instantiation in server files
Brian PhamBrian Pham
ca1ccd7b91aupdate base
Brian PhamBrian Pham
b7225cc674dupdate langchain
Brian PhamBrian Pham
a627dcd64feUpdate langchain
Brian PhamBrian Pham
0c66554d505langchain: move model and temperature to chat_completion
Brian PhamBrian Pham
506eafc0c5eadd langchain in requirement
Brian PhamBrian Pham
6c7beccb4f1add LangChain AI Handler
Brian PhamBrian Pham
7eb2e769cf8Move ai handlers to specific folder
Brian PhamBrian Pham
5239e1c3e91Load default AI Handler from util function
Brian PhamBrian Pham
ebf7027aabbadd openai handler
Brian PhamBrian Pham
a1cbd80b2a3update base ai handler
Brian PhamBrian Pham
b8021d7ca3drename file
Brian PhamBrian Pham
523a896465bRename AiHandler to LiteLLMAiHandler
Brian PhamBrian Pham
7e47baa9db8Refactor AI handler classes
Brian PhamBrian Pham
b6409929d24Remove extra code
Brian PhamBrian Pham
c0303ff9ec1MMerge remote-tracking branch 'upstream/main' into abstract-BaseAiHandler
Brian PhamBrian Pham
f2abe5c73eaAbstract AiHandler to BaseAiHandler
Hussam LawenHussam Lawen
2a8c2e488a9MMerge pull request #524 from Codium-ai/hl/native_labels_gitlab feat: Add repository labels retrieval function in gitlab_provider.py
Hussam.lawenHussam.lawen
89c30ab5dcbfeat: Add repository labels retrieval function in gitlab_provider.py
Shai GevaShai Geva
7005a0466afUpdate
mrT23mrT23
648dd3299f2MMerge pull request #521 from Codium-ai/tr/bitbucket_app feat: Enable PR description publishing as comment in bitbucket_app.py
mrT23mrT23
77a6fafdfc9feat: Update Usage.md with limitations of bitbucket platform in auto_describe tool usage
mrT23mrT23
ea7511e3c81feat: Update Usage.md with limitations of bitbucket platform in auto_describe tool usage
mrT23mrT23
512c92fe51efeat: Enable PR description publishing as comment in bitbucket_app.py
mrT23mrT23
1853b4ef479MMerge pull request #520 from Codium-ai/tr/bitbucket_app Refactor auto tool execution order and enhance logging and documentation
mrT23mrT23
2f10b4f3c5efeat: Refactor auto tool execution order in bitbucket_app.py, add logging in pr_description.py, and update tool configuration instructions in Usage.md
mrT23mrT23
73a20076ebfMMerge pull request #519 from Codium-ai/tr/bitbucket_app Enhancement: Automatic Tool Configuration for Bitbucket App
mrT23mrT23
afb633811f3remove bad default
mrT23mrT23
81da328ae32feat: Add automatic tool configuration for Bitbucket app in bitbucket_app.py and configuration.toml, update Usage.md
Hussam LawenHussam Lawen
729f5e9c8e3MMerge pull request #518 from Codium-ai/hl/github_native_labels Refactoring Label Handling Across Git Providers