v0.23
版本发布时间: 2024-07-07 02:14:10
Codium-ai/pr-agent最新发布版本:v0.24(2024-09-03 22:48:11)
What's Changed
- docs: update additional_configurations.md by @eltociear in https://github.com/Codium-ai/pr-agent/pull/926
- Add logging for skipping non-code files in GitHub provider in https://github.com/Codium-ai/pr-agent/pull/931
- Bitbucket Server Provider Fixes by @MarkRx in https://github.com/Codium-ai/pr-agent/pull/928
- Bitbucket server filter out globally ignored files before attempting diff by @MarkRx in https://github.com/Codium-ai/pr-agent/pull/932
- Optimize document table format by @KennyDizi in https://github.com/Codium-ai/pr-agent/pull/937
- Fix some server implementations not properly logging context by @MarkRx in https://github.com/Codium-ai/pr-agent/pull/933
- Add PR evaluation prompt and link to fine-tuning benchmark documentation in https://github.com/Codium-ai/pr-agent/pull/940
- Update Python code formatting, configuration loading, and local model additions by @barnett-yuxiang in https://github.com/Codium-ai/pr-agent/pull/942
- gitlab push_commands in https://github.com/Codium-ai/pr-agent/pull/947
- update LangChainOpenAIHandler for langchain version 0.2 and read openai_api_base by @ryanzll in https://github.com/Codium-ai/pr-agent/pull/950
- Github: work in background in https://github.com/Codium-ai/pr-agent/pull/955
- Update PR review prompts and terminology for clarity and consistency in https://github.com/Codium-ai/pr-agent/pull/954
- Support models: Anthropic Claude 3 on Vertex AI by @evalphobia in https://github.com/Codium-ai/pr-agent/pull/964
- Fix ModuleNotFoundError of Vertex AI by @yamitzky in https://github.com/Codium-ai/pr-agent/pull/967
- Overall_success by @brianteeman in https://github.com/Codium-ai/pr-agent/pull/972
- repetition_penalty by @brianteeman in https://github.com/Codium-ai/pr-agent/pull/974
- get_changlog_file by @brianteeman in https://github.com/Codium-ai/pr-agent/pull/976
- identify_image_in_comment by @brianteeman in https://github.com/Codium-ai/pr-agent/pull/975
- Fix typos/Spelling by @brianteeman in https://github.com/Codium-ai/pr-agent/pull/971
- Support running GitHub App using gunicorn in https://github.com/Codium-ai/pr-agent/pull/983
- cache git provider in https://github.com/Codium-ai/pr-agent/pull/984
- Update requirements.txt by @mrT23 in https://github.com/Codium-ai/pr-agent/pull/989
- feat: claude 3.5 sonnet support by @s1moe2 in https://github.com/Codium-ai/pr-agent/pull/990
- Add gemini support for pr-agent by @R-Mathis in https://github.com/Codium-ai/pr-agent/pull/998
- feat: Support Anthropic Calude 3.5 Sonnet on Vertex AI by @yamitzky in https://github.com/Codium-ai/pr-agent/pull/1000
- Centralize PR Review Title Definition by @KennyDizi in https://github.com/Codium-ai/pr-agent/pull/1005
- Review tool re-desing in https://github.com/Codium-ai/pr-agent/pull/1011
- persistent suggestions in https://github.com/Codium-ai/pr-agent/pull/1019
- improved fallback logic in https://github.com/Codium-ai/pr-agent/pull/1020
- increase output margins in https://github.com/Codium-ai/pr-agent/pull/1021
New Contributors
- @MarkRx made their first contribution in https://github.com/Codium-ai/pr-agent/pull/928
- @ryanzll made their first contribution in https://github.com/Codium-ai/pr-agent/pull/950
- @evalphobia made their first contribution in https://github.com/Codium-ai/pr-agent/pull/964
- @yamitzky made their first contribution in https://github.com/Codium-ai/pr-agent/pull/967
- @brianteeman made their first contribution in https://github.com/Codium-ai/pr-agent/pull/972
- @R-Mathis made their first contribution in https://github.com/Codium-ai/pr-agent/pull/998
Full Changelog: https://github.com/Codium-ai/pr-agent/compare/v0.22...v0.23