Skip to content

Choose a tag to compare

@github-actions github-actions released this 26 Jul 17:53
Immutable release. Only release title and notes can be modified.
570f67e

Note

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

Docker — images for 0.41.0 are available now:

docker pull pragent/pr-agent:0.41.0                  # CLI
docker pull pragent/pr-agent:0.41.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.41.0"

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

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

What's Changed

🚀 Features

  • feat(models): add newly released Claude Opus 5 model support by @PeterDaveHello in #2553
  • feat(mosaico): make docker/mosaico a self-contained deployment bundle by @ofir-frd in #2556

🐛 Bug Fixes

  • fix(mosaico): report tool failures as FAILED, not empty success by @ofir-frd in #2563
  • fix(mosaico): repair two dead checks in the deployment bundle by @ofir-frd in #2562
  • fix(mosaico): route on the latest user turn of a forwarded conversation by @ofir-frd in #2561
  • fix(mosaico): pin pydantic-settings so Langfuse tracing actually loads by @ofir-frd in #2560
  • fix(mosaico): fail fast when mktemp cannot create the scratch dir by @ofir-frd in #2557

📚 Documentation

  • docs(installation): document release and image tag immutability by @naorpeled in #2552

🧹 Maintenance

  • chore(litellm): trim the callback-drain comments by @naorpeled in #2554
  • ci(mosaico): detect drift between docker/mosaico and the GitLab mirror by @ofir-frd in #2559

Full Changelog: v0.40.0...v0.41.0