Skip to content

v0.26

Latest
Compare
Choose a tag to compare
@mrT23 mrT23 released this 30 Dec 17:36
· 43 commits to main since this release
8218fa6

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 #1379
  • Fix doc for Github Actions by @glebzhidkov in #1390
  • Introduce to weak model by @KennyDizi in #1387
  • docs: remove model_weak configuration and simplify model selection by @mrT23 in #1392
  • Similar Code: Add PR Body License Documentation by @ofir-frd in #1396
  • Add support for gemini/gemini-2.0-flash-exp model
    by @KennyDizi in #1397
  • Add --version command and version metadata by @MarkRx in #1384
  • docs: simplify default tool configurations and update documentation by @mrT23 in #1401
  • feat: enhance code review output with collapsible code snippets by @mrT23 in #1403
  • fix: only publish empty code suggestions when configured by @mrT23 in #1407
  • Add support for OpenAI o1 model and snapshot version o1-2024-12-17
    by @KennyDizi in #1402
  • Tr/update changelog fix by @mrT23 in #1410
  • feat: add dedent option to code snippet formatting by @mrT23 in #1412
  • Document an example on how to configure PR Agent using environment variables by @addianto in #1413
  • refactor: remove legacy code suggestions feature from review tool by @mrT23 in #1416
  • fix: improve line extraction from files with missing content by @mrT23 in #1420
  • fix: restrict sensitive configuration parameters in CLI arguments by @mrT23 in #1425
  • fix: sanitize Ask tool answers to prevent markdown formatting issues by @mrT23 in #1426
  • Update Groq models and tokens by @dceoy in #1421

New Contributors

Full Changelog: v0.25...v0.26