external repos
  1. external repos

pr-agent

Public

Network

 
AuthorCommitMessageCommit Date
PrashantDixit-devPrashantDixit-dev
1632696c2f0MMerge branch 'main' of github.com:PrashantDixit0/pr-agent
mrT23mrT23
08e9a91021eMMerge pull request #547 from Codium-ai/tr/readme_update Readme for PR-Agent-Pro
mrT23mrT23
648c22ed1eatools update
mrT23mrT23
49592ba2d71docs: Refine markdown formatting in Analyze.md and README.md
mrT23mrT23
0c4d451d9a8readme
mrT23mrT23
e698c7e2f33MMerge pull request #546 from Codium-ai/tr/backticks_review Single-label for suggestions
mrT23mrT23
663632e2d9ffixed bug
mrT23mrT23
5fd3fdfae14feat: Add loop to populate suggestion_list in pr_code_suggestions.py
mrT23mrT23
47b267a73dbprompt
mrT23mrT23
5c49ff216a2feat: Update inline comment creation in git providers and improve code suggestion handling - Update `create_inline_comment` method in various git providers to include `absolute_position` parameter - Remove `create_inline_comment` method from providers that do not support inline comments - Enhance `find_line_number_of_relevant_line_in_file` function to handle absolute position - Modify `pr_code_suggestions.py` to handle improved code inclusion in suggestions - Add `include_improved_code` conf...
mrT23mrT23
5dc2595dcf9feat: 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_exten...
mrT23mrT23
664b1c9d171MMerge pull request #545 from Codium-ai/tr/backticks_review feat: Improve suggestion formatting in markdown text generation
mrT23mrT23
ba7781ba000feat: Update instruction formatting in pr_code_suggestions_prompts.toml and pr_reviewer_prompts.toml
mrT23mrT23
42be96a99b3feat: Improve suggestion formatting in markdown text generation
mrT23mrT23
64a2c55d480MMerge pull request #542 from Codium-ai/tr/title_last Enhancement: Update PR description prompts and reorder keys in PR description data
mrT23mrT23
eca80780718feat: Reorder keys in PR description data and update PRDescription model in toml file
mrT23mrT23
9995ccd4c7dfeat: Update PR description prompts in toml file to include semantic file types and custom labels options
mrT23mrT23
851c001aa5dMMerge pull request #541 from Codium-ai/tr/changes feat: Enhance YAML parsing with additional fallbacks and key customiz…
mrT23mrT23
2b23700aec5feat: Enhance YAML parsing with additional fallbacks and key customization in load_yaml and try_fix_yaml functions
mrT23mrT23
553dad0bee8feat: Enhance YAML parsing with additional fallbacks and key customization in load_yaml and try_fix_yaml functions
mrT23mrT23
37259e550f4MMerge pull request #540 from Codium-ai/tr/backticks Enhancement of PR Description Formatting and Instructions Update
mrT23mrT23
c079deba21bfeat: Enhance PR description formatting and update instructions in pr_description_prompts.toml
mrT23mrT23
66cbd6ef8f0MMerge pull request #537 from koid/feature/ignore-header-description-in-ai-response Enhancement of AI Response Parsing Mechanism
koidkoid
a9d789978b5fix: remove last line
koidkoid
f99862088efre-implemented test case
koidkoid
e2797ad09aere-implemented YAML extraction as a fallback
koidkoid
16b61eb4e88ignore header description in ai response
PrashantDixit-devPrashantDixit-dev
d8d954bb0f8lancedb integration
Ori KotekOri Kotek
ccb116922f4MMerge pull request #529 from lukefx/bitbucket_webhook_improvements feat: Improved server, security and commands
Luca SimoneLuca Simone
e25980f1416fix: using the same get_settings convention
Luca SimoneLuca Simone
7a5acb29accfeat: Improved server, security and commands Signed-off-by: Luca Simone <info@lucasimone.info>
mrT23mrT23
68c26b362b1MMerge pull request #533 from Codium-ai/hl/fix_incomplete_yaml bug fix
Hussam.lawenHussam.lawen
6e63cf4014eAdd log
Hussam.lawenHussam.lawen
c59e9f77a66fix
Hussam LawenHussam Lawen
2a3779776a9MMerge pull request #532 from Codium-ai/hl/native_labels_readme Hl/native labels readme
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