external repos
  1. external repos

pr-agent

Public

Network

 
AuthorCommitMessageCommit Date
Zohar MeirZohar Meir
c2b0891c0baSimpler auto-extended toggle and keep the default as false
zmeirzmeir
2f9fbbf0ac3Prevent reducing the number of suggestions if already low enough
zmeirzmeir
0189e12fb15Automatically enable improve extended mode for large PRs
TalTal
782f1ca1bdeMMerge pull request #568 from Codium-ai/tr/user_description Enhancement: Improved Extraction and Placement of User Descriptions in PRs
TalTal
e6093cd7687MMerge pull request #567 from zmeir/zmeir/enhance/support_azure_in_langchain_ai_handler Add support for Azure OpenAI in LangChainOpenAIHandler
zmeirzmeir
ba3f22d81ecMove logging to a central location for all AI Handlers
zmeirzmeir
ac7aaa0cd35Add support for Azure OpenAI in LangChainOpenAIHandler
TalTal
aea0c4d45f7MMerge pull request #566 from zmeir/zmeir/fix/config_command_missing_arg Fix failing `/config` command
zmeirzmeir
1ade09eaa3fFix failing `/config` command All commands need the `ai_handler` argument. The PRConfig class was missing it in the `__init__` method and so it failed with this error: ``` File "/home/vcap/app/pr_agent/agent/pr_agent.py", line 76, in handle_request await command2class[action](pr_url, ai_handler=self.ai_handler, args=args).run() TypeError: PRConfig.__init__() got an unexpected keyword argument 'ai_handler' ```
mrT23mrT23
3628786a612feat: Clarify PRType label member usage in pr_description_prompts.toml
mrT23mrT23
6d18a0c8438feat: Improve user description extraction in git_provider.py
mrT23mrT23
1c2bb2ef3dffeat: Update user description extraction and placement in PR description
mrT23mrT23
7762bf59bf5feat: Update user description extraction and placement in PR description
mrT23mrT23
3e29848cd05MMerge remote-tracking branch 'origin/main' into tr/user_description # Conflicts: # pr_agent/git_providers/git_provider.py
TalTal
b7af45166abMMerge pull request #561 from zmeir/zmeir/fix/get_user_description Fix `get_user_description`
Zohar MeirZohar Meir
8d2da74380dFind user description in a case-insensitive way
Zohar MeirZohar Meir
39c18661216Revert title() to capitalize()
zmeirzmeir
560d30dbb1dFix `get_user_description` The headers changed from "PR Type"/"PR Description"/etc to "Type"/"Description"/etc
TalTal
92f89e6ca0cMMerge pull request #565 from Codium-ai/tr/remove_old_walkthrough Remove old 'enable_file_walkthrough' mode
mrT23mrT23
ed78bfd9461use_collapsible_file_list
mrT23mrT23
4204d78d7e3feat: Remove file walkthrough feature from PR agent
mrT23mrT23
3c2ed8bbf12feat: Remove file walkthrough feature from PR agent
mrT23mrT23
c3b5aaf8ccbfeat: Update user description extraction and placement in PR description
TalTal
1bba0162f88MMerge pull request #563 from zmeir/zmeir/enhance/refine_add_docs_prompt Refine the prompt for `add_docs` command
zmeirzmeir
967494ce17dRefine the prompt for `add_docs` command I found that without it, python docstrings are sometimes suggested above the function signature, instead of below.
TalTal
c07ea5ea32cMMerge pull request #560 from zmeir/zmeir/fix/drop_python3.9 Drop support for python 3.9
zmeirzmeir
58f93e0615dDrop support for python 3.9 The `bitbucket_server_provider.py` uses structural pattern matching that was introduced in python 3.10, and so trying to run any command with python 3.9 will fail (because we import all the providers right at the top of `pr_agent.git_providers`)
TalTal
c31ce3de35cMMerge pull request #559 from pzarfos/fix/prompt-spelling feat: Fix typo
Phill ZarfosPhill Zarfos
0bd2f045a31feat: Fix typo
TalTal
0b4a98b3aabMMerge pull request #558 from Codium-ai/tr/soc2_ticket feat: Add SOC2 compliance review feature to PR agent šŸ’Ž
mrT23mrT23
7dfc306e7c9feat: Add SOC2 compliance review feature to PR agent
TalTal
be88624e2a0MMerge pull request #556 from Codium-ai/mrT23-patch-1 Update Usage.md
TalTal
ac9a46d4c4eUpdate Usage.md
mrT23mrT23
3e1349ed1feMMerge pull request #554 from xens/patch-1 fix: missing flag in INSTALL.md
Romain AviolatRomain Aviolat
0d89e6e760afix: missing flag in INSTALL.md Fixing a missing flag on the Docker cli to declare a variable.
mrT23mrT23
a9c8fb6a739MMerge pull request #552 from KennyDizi/main Add `enable_help_text` setting and update PR review preparation method
KennyDiziKennyDizi
fce52a66ff5feat: Update enable_help_text flag explaination
KennyDiziKennyDizi
dff31ff8f5efeat: Fix typo
KennyDiziKennyDizi
37b040b50a0Use 'and' in lieu of '&' operator
KennyDiziKennyDizi
31168cd7decGet PR review enable help text from setting
mrT23mrT23
db6ca434ac9Update Usage.md
mrT23mrT23
958bfe1000dMMerge pull request #551 from Codium-ai/tr/global_configuration global configuration
mrT23mrT23
815862e4289markdown
mrT23mrT23
b1ce29e27a0global configuration
mrT23mrT23
f7c2b3128feMMerge pull request #550 from Codium-ai/tr/gfm_markdown feat: Refactor help text addition in pr_reviewer.py and update tool n…
mrT23mrT23
a6764c90589feat: Update help text addition condition in pr_reviewer.py
mrT23mrT23
a854e1a408ffeat: Refactor help text addition in pr_reviewer.py and update tool names in README.md
mrT23mrT23
ba3a8b24f00MMerge pull request #548 from PrashantDixit0/main LanceDB Integration
PrashantDixit-devPrashantDixit-dev
26cb85c4f55default pinecone
PrashantDixit-devPrashantDixit-dev
1d435ef3fa5removed comments