Skip to content

Choose a tag to compare

@github-actions github-actions released this 01 Aug 11:38
Immutable release. Only release title and notes can be modified.
743f52d

Note

v0.41.1 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.41.1 won't resolve — use one of these instead:

Docker — images for 0.41.1 are available now:

docker pull pragent/pr-agent:0.41.1                # CLI
docker pull pragent/pr-agent:0.41.1-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.41.1"

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

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

What's Changed

🚀 Features

  • feat: support the /improve command for the local git provider by @YokoAC in #2583
  • feat: optional provider-side request attribution via the OpenAI user field by @FabrizioCafolla in #2584

🐛 Bug Fixes

  • fix(litellm): surface the real provider error instead of RetryError by @naorpeled in #2586
  • fix: fall back to old path when diff_item.b_path is None in LocalGitProvider by @YokoAC in #2581

📚 Documentation

🧹 Maintenance

  • chore(mosaico): pin the deployment bundle to 0.41.0 by @ofir-frd in #2566
  • ci(mosaico): remove the bundle-parity check by @ofir-frd in #2567

Full Changelog: v0.41.0...v0.41.1