Skip to content

Releases: The-PR-Agent/pr-agent

v0.36.1

16 Jun 19:03

Choose a tag to compare

⚠️ Security

This release temporarily disables the /help_docs command as a mitigation for a credential-exposure vulnerability (#2445).

/help_docs accepted an untrusted runtime override of its git clone target (e.g. --pr_help_docs.repo_url=... from a PR comment), and the clone-URL host validation only checked substring containment. A host that merely contained the allowed host — e.g. github.com.attacker.tld — passed validation, so the git provider token was embedded into a clone URL pointing at an attacker-controlled host, exposing GITHUB_TOKEN (and the equivalent token on other providers).

What's Changed

🚀 Features

🐛 Bug Fixes

📚 Documentation

  • docs: Fix broken list markup in gitea installation document by @brlin-tw in #2413

Full Changelog: v0.36.0...v0.37.0

v0.36.0

01 Jun 09:17

Choose a tag to compare

What's Changed

  • Update azuredevops_provider.py by @agonzalesipcoop-cmyk in #2375
  • fix: prevent KeyError when removing type from PR description data by @wishhyt in #2271
  • fix: return empty list on ValueError in _get_commands_list_from_settings by @wishhyt in #2275
  • fix: use instance prompt variable for user prompt in code suggestions by @wishhyt in #2270
  • refactor: normalize AI request messages by @MGMCN in #2403
  • feat(mosaico): add MOSAICO A2A solution agent integration by @ofir-frd in #2414
  • feat(mosaico): add Docker Compose overlay for PR-Agent solution agent by @ofir-frd in #2415
  • build(ci): add mosaico_agent Docker image to publish workflow by @ofir-frd in #2416

New Contributors

Full Changelog: v0.35.0...v0.36.0

v0.35.0

14 May 22:53

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: try_fix_yaml failed on snippets with prefix oryml by @XinyuWuu in #2097
  • fix(sambanova): correct context windows, add MiniMax-M2.7, cover key forwarding by @naorpeled in #2394
  • fix(github-action): handle string "false" for ENABLE_OUTPUT setting by @gvago in #2319
  • fix(gerrit): raise HTTPException instead of returning it in Gerrit server by @wishhyt in #2277
  • fix(gerrit): explicitly set git provider in server startup by @gvago in #2317

🧹 Maintenance

  • chore(deps): upgrade LiteLLM from v1.81.12 to v1.83.14 with dependency updates by @PeterDaveHello in #2369
  • chore(deps): upgrade LiteLLM from v1.83.14 to v1.84.0 by @naorpeled in #2390
  • chore(deps): update Docker base images from Python v3.12.10 to v3.12.13 by @PeterDaveHello in #2371
  • chore(deps): update python-gitlab and pydantic by @donbowman in #2374

Full Changelog: v0.34.3...v0.35.0

v0.34.3

02 May 20:27

Choose a tag to compare

What's Changed

  • ci(release): rename codiumai/pr-agent to pragent/pr-agent by @naorpeled in #2360

📚 Documentation

  • docs(readme): point examples at the-pr-agent/pr-agent slug by @naorpeled in #2363

Full Changelog: v0.34.2...v0.34.3

v0.34.2

02 May 19:48

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix(release): publish under pragent/pr-agent (the actual Docker Hub repo) by @naorpeled in #2361

Full Changelog: v0.34.1...v0.34.2

v0.34.1

02 May 19:40
30271ae

Choose a tag to compare

What's Changed

Full Changelog: v0.34...v0.34.1

v0.34

02 Apr 19:06
d82f7d3

Choose a tag to compare

What's Changed

  • fix: Gemini API key invalid due to Ollama Cloud key overwrite by @shine911 in #2288
  • Expand and fix auto-generated file filtering in is_valid_file() by @PeterDaveHello in #2289
  • fix: prevent dummy_key from overriding provider-specific API keys by @yanukadeneth99 in #2293

New Contributors

Full Changelog: v0.33...v0.34

v0.33

29 Mar 09:46
0b0c175

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.32...v0.33

v0.32

22 Feb 07:10
1b0609a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.31...v0.32

v0.31

06 Nov 09:25
d36ad31

Choose a tag to compare

codiumai/pr-agent:0.31
codiumai/pr-agent:0.31-github_app
codiumai/pr-agent:0.31-bitbucket_app
codiumai/pr-agent:0.31-gitlab_webhook
codiumai/pr-agent:0.31-github_action
codiumai/pr-agent:0.31-azure_devops_webhook
codiumai/pr-agent:0.31-gitea_app

What's Changed

Read more