Files
pr-agent/RELEASE_NOTES.md
2023-10-29 14:37:04 +02:00

3.0 KiB

[Version 0.9] - 2023-10-29

  • codiumai/pr-agent:0.9
  • codiumai/pr-agent:0.9-github_app
  • codiumai/pr-agent:0.9-bitbucket-app
  • codiumai/pr-agent:0.9-gitlab_webhook
  • codiumai/pr-agent:0.9-github_polling
  • codiumai/pr-agent:0.9-github_action

Added::Algo

  • New tool /generate_labels, and new ability to use customize labels if every tool - see link
  • GitHub Action: Can now use a .pr_agent.toml file to control configuration (see Usage Guide)
  • GitHub App: Added ability to trigger tools on push events (see link_
  • Support custom domain URLs for azure devOps integration (see link)

Added::Documentation

Significant documentation updates (see installation guide], Usage guide, and tools guide)

Fixed

  • Fixed support for BitBucket pipeline (see link)
  • Fixed a bug in review -i tool
  • Added blacklist for non-Editable file extensions in add_docs tool (see link)

[Version 0.8] - 2023-09-27

  • codiumai/pr-agent:0.8
  • codiumai/pr-agent:0.8-github_app
  • codiumai/pr-agent:0.8-bitbucket-app
  • codiumai/pr-agent:0.8-gitlab_webhook
  • codiumai/pr-agent:0.8-github_polling
  • codiumai/pr-agent:0.8-github_action

Added::Algo

Fixed

  • Gitlab: Fixed a bug of improper usage of pr_id

[Version 0.7] - 2023-09-20

Docker Tags

  • codiumai/pr-agent:0.7
  • codiumai/pr-agent:0.7-github_app
  • codiumai/pr-agent:0.7-bitbucket-app
  • codiumai/pr-agent:0.7-gitlab_webhook
  • codiumai/pr-agent:0.7-github_polling
  • codiumai/pr-agent:0.7-github_action

Added::Algo

Added::Infrastructure

  • Implementation of a GitLab webhook.
  • Implementation of a BitBucket app.

Fixed

  • Protection against no code suggestions generated.
  • Resilience to repositories where the languages cannot be automatically detected.