Changelog
Jan 21, 2024
PR-Agent
- Custom suggestions - A new tool,
/custom_suggestions
, was added to PR-Agent Pro. The tool will propose only suggestions that follow specific guidelines defined by the user. See here for more details.
Codiumate
- some other update
Jan 17, 2024
PR-Agent
- Inline file summary - The
describe
tool has a new option,--pr_description.inline_file_summary
, which allows adding a summary of each file change to the Diffview page. See here - The
improve
tool now can present suggestions in a nice collapsible format, which significantly reduces the PR footprint. See here for more details. - To accompany the improved interface of the
improve
tool, we change the default automation settings of our GithupApp to:Meaning that by default, for each PR thepr_commands = [ "/describe --pr_description.add_original_user_description=true --pr_description.keep_original_user_title=true", "/review --pr_reviewer.num_code_suggestions=0", "/improve --pr_code_suggestions.summarize=true", ]
describe
,review
, andimprove
tools will be triggered automatically, and theimprove
tool will present the suggestions in a single comment.
You can of course overwrite these defaults by adding a.pr_agent.toml
file to your repo. See here.