external repos
  1. external repos

pr-agent

Public

Network

 
AuthorCommitMessageCommit Date
TalTal
b6d41d6a913MMerge pull request #571 from Codium-ai/tr/user_description Enhance Documentation and Configuration of 'describe' Tool
mrT23mrT23
640972b00aadocs: Reorganize and enhance documentation for review and describe tools
mrT23mrT23
7810ba7d76bdocs: Reorganize and enhance documentation for review and describe tools
mrT23mrT23
d91f1fce09edocs: Reorganize and enhance documentation for review and describe tools
mrT23mrT23
edcb666fbc5docs: Reorganize and enhance documentation for review and describe tools
mrT23mrT23
355ef8c4762feat: Update adaptive collapsible file list logic in pr_description.py
mrT23mrT23
22b7dd9f2dbs
mrT23mrT23
a85a3287918s
mrT23mrT23
82d10f24f0as
mrT23mrT23
ac74fa8431adocs
mrT23mrT23
42704d57813MMerge remote-tracking branch 'origin/main' into tr/user_description
TalTal
c69ede01385Update REVIEW.md
TalTal
4349156e97aMMerge pull request #570 from wesvetter/patch-1 📚 Minor update to REVIEW.md for inclusive language
Wes VetterWes Vetter
9f88105f72c📚 Minor update to REVIEW.md for inclusive language Replaces "his [judgement]" with "their".
TalTal
fe6b2065fb4MMerge pull request #569 from zmeir/zmeir/enhance/auto_improve_extended_simple Add toggle to automatically enable `/improve --extended`
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.