Skip to content

Bump qodo-ai/pr-agent from 0.33 to 0.41.0 - #57

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/qodo-ai/pr-agent-0.41.0
Open

Bump qodo-ai/pr-agent from 0.33 to 0.41.0#57
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/qodo-ai/pr-agent-0.41.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps qodo-ai/pr-agent from 0.33 to 0.41.0.

Release notes

Sourced from qodo-ai/pr-agent's releases.

v0.41.0

[!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

🐛 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

Full Changelog: The-PR-Agent/pr-agent@v0.40.0...v0.41.0

v0.40.0

[!NOTE] v0.40.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.40.0 won't resolve — use one of these instead:

Docker — images for 0.40.0 are available now:

... (truncated)

Changelog

Sourced from qodo-ai/pr-agent's changelog.

Changelog

Release notes now live on GitHub. The authoritative, per-release changelog is the Releases page, which is generated from the merged pull requests of each release. This file is no longer updated per release.

To see what changed between two versions, use the compare view — for example v0.40.0...v0.41.0.


Archive

The entries below are a partial, date-based log kept in this file during July–August 2023, before the project switched to GitHub Releases. They stop at 2023-08-03 and are retained for history only; they do not describe any release after that date.

2023-08-03

Optimized

  • Optimized PR diff processing by introducing caching for diff files, reducing the number of API calls.
  • Refactored load_large_diff function to generate a patch only when necessary.
  • Fixed a bug in the GitLab provider where the new file was not retrieved correctly.

2023-08-02

Enhanced

  • Updated several tools in the pr_agent package to use commit messages in their functionality.
  • Commit messages are now retrieved and stored in the vars dictionary for each tool.
  • Added a section to display the commit messages in the prompts of various tools.

2023-08-01

Enhanced

  • Introduced the ability to retrieve commit messages from pull requests across different git providers.
  • Implemented commit messages retrieval for GitHub and GitLab providers.
  • Updated the PR description template to include a section for commit messages if they exist.
  • Added support for repository-specific configuration files (.pr_agent.yaml) for the PR Agent.
  • Implemented this feature for both GitHub and GitLab providers.
  • Added a new configuration option 'use_repo_settings_file' to enable or disable the use of a repo-specific settings file.

2023-07-30

Enhanced

  • Added the ability to modify any configuration parameter from 'configuration.toml' on-the-fly.
  • Updated the command line interface and bot commands to accept configuration changes as arguments.

... (truncated)

Commits
  • 570f67e fix(mosaico): report tool failures as FAILED, not empty success (#2563)
  • bd5083f fix(mosaico): repair two dead checks in the deployment bundle (#2562)
  • 8245b55 fix(mosaico): route on the latest user turn of a forwarded conversation (#2561)
  • df5d028 ci(mosaico): detect drift between docker/mosaico and the GitLab mirror (#2559)
  • 93b0dd0 fix(mosaico): pin pydantic-settings so Langfuse tracing actually loads (#2560)
  • 5fd8fa3 fix(mosaico): fail fast when mktemp cannot create the scratch dir (#2557)
  • 4a6acfc feat(mosaico): make docker/mosaico a self-contained deployment bundle (#2556)
  • 21ebb36 chore(litellm): trim the callback-drain comments (#2554)
  • 202c41b Add newly released Claude Opus 5 model support (#2553)
  • 20959d8 docs(installation): document release and image tag immutability (#2552)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [qodo-ai/pr-agent](https://github.com/qodo-ai/pr-agent) from 0.33 to 0.41.0.
- [Release notes](https://github.com/qodo-ai/pr-agent/releases)
- [Changelog](https://github.com/The-PR-Agent/pr-agent/blob/main/CHANGELOG.md)
- [Commits](The-PR-Agent/pr-agent@0b0c175...570f67e)

---
updated-dependencies:
- dependency-name: qodo-ai/pr-agent
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant