OPS-24224 sync pr agent upstream#29
Merged
ernest-gonzales merged 10 commits intomainfrom Mar 23, 2026
Merged
Conversation
…ption (The-PR-Agent#2234) * fix(settings): restore missing large PR handling config for pr_description The `enable_large_pr_handling`, `max_ai_calls`, and `async_ai_calls` keys were removed from the `[pr_description]` section in `settings/configuration.toml`, but `pr_description.py` still accesses `get_settings().pr_description.enable_large_pr_handling` at runtime. When the key is absent, an exception is raised inside `_prepare_prediction()` before `get_pr_diff` is even called. `retry_with_fallback_models()` catches it silently and logs "Failed to generate prediction", causing all configured models to exhaust in milliseconds with no actual API call ever made. Fixes The-PR-Agent#2230 * fix(settings): restore inline_file_summary config for pr_description `inline_file_summary` was missing from the `[pr_description]` section in `settings/configuration.toml`. `pr_description.py:130` accesses `get_settings().pr_description.inline_file_summary` at runtime, and the missing key causes an exception that silently fails the describe command. Fixes The-PR-Agent#2230 * fix(settings): remove Pro-only label from large PR handling config --------- Co-authored-by: Hank <pupu721@gmail.com>
* feat: add branch name issue extraction feature * docs: clarify branch-name issue linking for GitHub only * refactor: update ticket extraction logic to support custom regex and improve error handling ( suggestions by qodo ) * fix : add suggestion by qodo Co-authored-by: Cursor cursoragent@cursor.com * Add validation for branch_issue_regex capturing groups with fallback to default pattern * Remove .coverage file and revert change configuration.toml
…The-PR-Agent#2266) * Add GPT-5.4-mini model support Add GPT-5.4-mini and its current snapshot to the model registry with the documented 400K context window. Align the tests with the existing GPT-5.4 model pattern while keeping the change limited to registry and test coverage. * Add GPT-5.4-nano model support Add GPT-5.4-nano and its current snapshot to the model registry with the documented 400K context window. Align the tests with the existing GPT-5.4 model pattern while keeping the change limited to registry and test coverage.
…gent#2280) Co-authored-by: Loc Nguyen <elliotnguyen968@gmail.com>
Tighten scope to issues introduced by the PR and clarify what to flag. Improve issue descriptions to be more concrete and actionable while allowing high-impact, lower-confidence risks when uncertainty is stated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.