Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-12-30 | 3.0 kB | |
v0.26 source code.tar.gz | 2024-12-30 | 511.9 kB | |
v0.26 source code.zip | 2024-12-30 | 613.1 kB | |
Totals: 3 Items | 1.1 MB | 0 |
Docker tags
codiumai/pr-agent:0.26 codiumai/pr-agent:0.26-github_app codiumai/pr-agent:0.26-bitbucket-app codiumai/pr-agent:0.26-gitlab_webhook codiumai/pr-agent:0.26-github_action codiumai/pr-agent:0.26-azure_devops_webhook
What's Changed
- Add disable_auto_feedback configuration option to control automatic feedback by @mrT23 in https://github.com/Codium-ai/pr-agent/pull/1379
- Fix doc for Github Actions by @glebzhidkov in https://github.com/Codium-ai/pr-agent/pull/1390
- Introduce to weak model by @KennyDizi in https://github.com/Codium-ai/pr-agent/pull/1387
- docs: remove model_weak configuration and simplify model selection by @mrT23 in https://github.com/Codium-ai/pr-agent/pull/1392
- Similar Code: Add PR Body License Documentation by @ofir-frd in https://github.com/Codium-ai/pr-agent/pull/1396
- Add support for
gemini/gemini-2.0-flash-exp
model by @KennyDizi in https://github.com/Codium-ai/pr-agent/pull/1397 - Add --version command and version metadata by @MarkRx in https://github.com/Codium-ai/pr-agent/pull/1384
- docs: simplify default tool configurations and update documentation by @mrT23 in https://github.com/Codium-ai/pr-agent/pull/1401
- feat: enhance code review output with collapsible code snippets by @mrT23 in https://github.com/Codium-ai/pr-agent/pull/1403
- fix: only publish empty code suggestions when configured by @mrT23 in https://github.com/Codium-ai/pr-agent/pull/1407
- Add support for OpenAI
o1
model and snapshot versiono1-2024-12-17
by @KennyDizi in https://github.com/Codium-ai/pr-agent/pull/1402 - Tr/update changelog fix by @mrT23 in https://github.com/Codium-ai/pr-agent/pull/1410
- feat: add dedent option to code snippet formatting by @mrT23 in https://github.com/Codium-ai/pr-agent/pull/1412
- Document an example on how to configure PR Agent using environment variables by @addianto in https://github.com/Codium-ai/pr-agent/pull/1413
- refactor: remove legacy code suggestions feature from review tool by @mrT23 in https://github.com/Codium-ai/pr-agent/pull/1416
- fix: improve line extraction from files with missing content by @mrT23 in https://github.com/Codium-ai/pr-agent/pull/1420
- fix: restrict sensitive configuration parameters in CLI arguments by @mrT23 in https://github.com/Codium-ai/pr-agent/pull/1425
- fix: sanitize Ask tool answers to prevent markdown formatting issues by @mrT23 in https://github.com/Codium-ai/pr-agent/pull/1426
- Update Groq models and tokens by @dceoy in https://github.com/Codium-ai/pr-agent/pull/1421
New Contributors
- @glebzhidkov made their first contribution in https://github.com/Codium-ai/pr-agent/pull/1390
- @ofir-frd made their first contribution in https://github.com/Codium-ai/pr-agent/pull/1396
- @addianto made their first contribution in https://github.com/Codium-ai/pr-agent/pull/1413
Full Changelog: https://github.com/Codium-ai/pr-agent/compare/v0.25...v0.26