github The-PR-Agent/pr-agent v0.42.0

5 hours ago

Note

v0.42.0 isn't on PyPI yet. We're working on getting it published and will update this note as soon as it lands. In the meantime, pip install pr-agent==0.42.0 won't resolve — use one of these instead:

Docker — images for 0.42.0 are available now:

docker pull pragent/pr-agent:0.42.0                # CLI
docker pull pragent/pr-agent:0.42.0-github_app       # per-target images use the same -<target> suffix

Install from source at the tag:

pip install "git+https://github.com/The-PR-Agent/pr-agent.git@v0.42.0"

This installs the v0.42.0 code, though it currently self-reports 0.39.0.

Or stay on pr-agent==0.39.0 until we confirm here that 0.42.0 is available.

What's Changed

🚀 Features

  • feat(litellm): pass-through cache_control_injection_points for Anthropic prompt caching by @naorpeled in #2610
  • feat: add GLM-5.2, Kimi K3, Qwen3.8 and MiMo v2.5 model support by @PeterDaveHello in #2606
  • feat: add opt-in agent run details section (model, tokens, time, AI calls) by @victorljii in #2587
  • feat(review): surface files excluded from review coverage by @yefuyou in #2589
  • feat(gitlab): add option to publish /review output as a resolvable threads by @aivarsliepa in #2545
  • feat(describe): add enable_pr_description to skip the AI summary by @vaibzde in #2570
  • feat(describe): make the changes-diagram direction configurable and adaptive by @IsmaelMartinez in #2598

🐛 Bug Fixes

  • fix: per-request settings clone in bitbucket-server & azuredevops webhooks (#2345) by @alonz101 in #2351
  • fix(gitlab): anchor inline comments to the latest diff version by @IsmaelMartinez in #2600
  • fix(gitlab): keep persistent /improve thread stable when it has replies by @IsmaelMartinez in #2404
  • fix(gitlab): report get_issue_comments as supported so /answer works by @IsmaelMartinez in #2599
  • fix(gitea): resolve last_commit from PR commits, not repo commits by @vaibzde in #2569
  • fix: correct LiteLLM OTel dependency guard import path by @PeterDaveHello in #2607

🧹 Maintenance

Full Changelog: v0.41.1...v0.42.0

Don't miss a new pr-agent release

NewReleases is sending notifications on new releases.