forked from qodo-ai/pr-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Sync upstream jan 23 #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Updated the email address for reporting vulnerabilities.
Change security vulnerability report email address
* Add push_commands support when PR is updated * code review
…o compliance tool documentation
Update authors and maintainers email addresses
Update contact email for reporting incidents
Update README.md v2
feat: improvements for Gitea integration
…ages-docs-update Remove Scala and other languages from docs
docs: add GPT-5.1 benchmark results to PR benchmark documentation
- add support for gpt-5.1, gpt-5.1-2025-11-13, gpt-5.1-chat-latest, gpt-5.1-codex, gpt-5.1-codex-mini - replace default model gpt-5-2025-08-07 with gpt-5.1-2025-11-13 per OpenAI’s Nov 13 launch See: https://openai.com/index/gpt-5-1-for-developers/
feat: add OpenAI GPT-5.1 series models
…ew-2025-11-18-ranking docs: add Gemini-3-pro-review benchmark results
Add Claude Opus 4.5 to PR Banchmark
…ion scope at group/subgroup levels in gitlab
…December 2025 defaults
Update README.md
Register gpt-5.2, gpt-5.2-2025-12-11, and gpt-5.2-chat-latest. Refs: - https://openai.com/index/introducing-gpt-5-2/ - https://platform.openai.com/docs/models/gpt-5.2 - https://platform.openai.com/docs/models/gpt-5.2-chat-latest
…odo-ai#2116) Co-authored-by: Dzmitry Ashkinadze <Dzmitry.Ashkinadze@mdpi.com>
Update all GitHub Actions workflows to use actions/checkout@v5 for improved security and performance.
This will make future contributions and development with the help of AI Agents easier. It is primarily generated by codex-cli v0.40.0 using gpt-5-codex-high, along with the following AGENTS.md construction prompt: - https://gist.github.com/PeterDaveHello/f30c38a156982a35683edfd5ece2d474 Reference: - https://agents.md/
Updates actions/checkout to v6 across all GitHub Actions workflows: - build-and-test.yaml - code_coverage.yaml - docs-ci.yaml - e2e_tests.yaml - pre-commit.yml
docs: re-add quick start
chore(ci): upgrade actions/checkout from v5 to v6
Update default model to GPT-5.2 in pr_agent/settings/configuration.toml. Benchmark reference: - docs/docs/pr_benchmark/index.md - dac6eff - 4ea6653 Knowledge cut-off date: - GPT-5: 2024-09-30 (https://platform.openai.com/docs/models/gpt-5) - GPT-5.2: 2025-08-31 (https://platform.openai.com/docs/models/gpt-5.2)
…ultModelToGPT-5.2 Set default model to GPT-5.2 per PR benchmark, newer knowledge cutoff
Co-authored-by: Evans Castonguay <evans.castonguay@cerence.com>
…thod change deprecated dict() to model_dump() pydantic method
onimushapooh
approved these changes
Jan 23, 2026
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.
sync the latest update from upstream to our internal