ofir-frd
e661147a1d
Merge pull request #2103 from PeterDaveHelloKitchen/GPT-5.1
...
Build-and-test / build-and-test (push) Has been cancelled
feat: add OpenAI GPT-5.1 series models
2025-11-17 10:43:23 +02:00
Peter Dave Hello
d8dcc3ca34
feat: add OpenAI GPT-5.1 series models
...
- 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/
2025-11-17 00:14:05 +08:00
ofir-frd
f7a4f3fc8b
Merge pull request #2106 from qodo-ai/of/gpt-5-1
...
Build-and-test / build-and-test (push) Waiting to run
docs-ci / deploy (push) Has been cancelled
docs: add GPT-5.1 benchmark results to PR benchmark documentation
2025-11-16 12:41:57 +02:00
ofir-frd
0bbad14c70
docs: add GPT-5.1 benchmark results to PR benchmark documentation
2025-11-16 12:33:05 +02:00
ofir-frd
4c5d3d6a6e
Merge pull request #2064 from qodo-ai/remove-unsupported-languages-docs-update
...
Build-and-test / build-and-test (push) Waiting to run
docs-ci / deploy (push) Waiting to run
Remove Scala and other languages from docs
2025-11-16 07:18:39 +02:00
ofir-frd
a98eced418
Merge pull request #2071 from BTLzdravtech/main
...
feat: improvements for Gitea integration
2025-11-16 07:18:20 +02:00
ofir-frd
6d22618756
Bump version from 0.3.0 to 0.3.1
Build-and-test / build-and-test (push) Has been cancelled
2025-11-07 21:57:55 +02:00
ofir-frd
8dbc53271e
Merge pull request #2095 from qodo-ai/DanaFineTLV-patch-3
...
Build-and-test / build-and-test (push) Has been cancelled
Update README.md v2
2025-11-06 13:57:49 +02:00
Dana Fine
79e0ff03fa
Update README.md v2
2025-11-06 13:52:51 +02:00
ofir-frd
d36ad319f7
Merge pull request #2093 from qodo-ai/nccodium-patch-2
...
Build-and-test / build-and-test (push) Has been cancelled
Update contact email for reporting incidents
2025-11-05 09:33:38 +02:00
ofir-frd
2f4b71da83
Merge pull request #2092 from qodo-ai/nccodium-patch-1
...
Update authors and maintainers email addresses
2025-11-05 09:33:26 +02:00
Nadav Cohen
7b365b8d1c
Update contact email for reporting incidents
2025-11-04 18:05:56 +02:00
Nadav Cohen
7de5ac74ca
Update authors and maintainers email addresses
2025-11-04 18:05:00 +02:00
sharoneyal
bfc82390dd
Bitbucket Server: Add push_commands support when PR is updated ( #2090 )
Build-and-test / build-and-test (push) Waiting to run
2025-11-04 11:45:30 +02:00
ofir-frd
a2b5ae87d7
docs: add generic custom compliance checklist configuration options to compliance tool documentation
Build-and-test / build-and-test (push) Has been cancelled
docs-ci / deploy (push) Has been cancelled
2025-10-31 08:32:21 +02:00
sharoneyal
d141e4ff9d
Set a custom toml loader for Dynaconf ( #2087 )
Build-and-test / build-and-test (push) Waiting to run
2025-10-30 11:56:46 +02:00
sharoneyal
8bd134e30c
Bitbucket: Add push_commands support when PR is updated ( #2085 )
...
Build-and-test / build-and-test (push) Waiting to run
* Add push_commands support when PR is updated
* code review
2025-10-29 18:03:38 +02:00
Nadav Cohen
a84ba36cf4
Merge pull request #2084 from qodo-ai/nccodium-patch-1
...
Build-and-test / build-and-test (push) Has been cancelled
Change security vulnerability report email address
2025-10-28 14:41:28 +02:00
Nadav Cohen
3d54b501b2
Change security vulnerability report email address
...
Updated the email address for reporting vulnerabilities.
2025-10-28 14:27:27 +02:00
ofir-frd
a2fd3cc190
refactor: move traceback import to top-level imports
Build-and-test / build-and-test (push) Has been cancelled
docs-ci / deploy (push) Has been cancelled
2025-10-22 08:55:43 +03:00
sharoneyal
f2bbf708f2
Apply repo settings: Disable loading env files as well as merging from other sources ( #2077 )
...
* Apply repo settings: Disable loading env files as well as merging from other sources.
* Add warning in case of exception of failed Dynaconf init
* code suggestion
* Missing e
2025-10-22 08:53:16 +03:00
ofir-frd
5f8ac3d8cf
Merge pull request #2078 from qodo-ai/of/doc-default-models-oct-2025
...
docs: update Qodo Merge default models
2025-10-22 08:52:32 +03:00
ofir-frd
9ee7ba3919
Merge pull request #2070 from YunosukeY/docs/fix-some-documentation-drifts
...
docs: Fix some documentation drifts
2025-10-22 08:31:32 +03:00
ofir-frd
c728a486b4
docs: update Qodo Merge default models from Sonnet-4 to Haiku-4.5 and reorder model list
2025-10-22 08:27:09 +03:00
sharoneyal
8d3f3bca45
Add support for SSL related interactions: ( #2074 )
...
Build-and-test / build-and-test (push) Waiting to run
docs-ci / deploy (push) Waiting to run
* Add support for SSL related interactions:
1. Inject SSL related env variables to git clone
2. Force LiteLLM to use aiohttp which honors SSL env. variables, this is done by setting configuration toml as follows:
[litellm]
disable_aiohttp = true
* Update pr_agent/git_providers/git_provider.py
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
* Guard get_git_ssl_env invocation with try-catch
---------
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-10-21 19:06:18 +03:00
ofir-frd
8a0759f835
Merge pull request #2076 from qodo-ai/of/add-gpt-5-pro-2025-10-06-bentchmark
...
docs: add GPT-5-pro benchmark results to PR benchmark documentation
2025-10-21 18:22:37 +03:00
ofir-frd
f88b7ffb4d
docs: add GPT-5-pro benchmark results to PR benchmark documentation
2025-10-21 17:52:41 +03:00
Itamar Friedman
51084b4617
Clarify request for additional maintainers in README
...
Updated wording to clarify the search for additional maintainers.
2025-10-21 17:52:22 +03:00
DedyKredo
40ff5db659
Merge pull request #2063 from qodo-ai/of/readme-file-update
...
docs: clarify PR-Agent and Qodo Merge relationship as separate products
2025-10-21 15:39:47 +03:00
ofir-frd
b7874e6e5f
Merge pull request #2073 from qodo-ai/of/add-claude-4.5-thinking-bentchmarks
...
Build-and-test / build-and-test (push) Waiting to run
docs-ci / deploy (push) Waiting to run
Add claude 4.5 thinking benchmarks
2025-10-20 15:42:56 +03:00
ofir-frd
1d7c82d68c
docs: reorder Claude Haiku 4.5 and Claude Sonnet 4.5 entries in PR benchmark table
2025-10-20 15:32:53 +03:00
ofir-frd
fc7d614552
Merge branch 'main' into of/add-claude-4.5-thinking-bentchmarks
...
# Conflicts:
# docs/docs/pr_benchmark/index.md
2025-10-20 15:32:14 +03:00
ofir-frd
ec784874f9
docs: standardize capitalization of strengths and weaknesses headers in PR benchmark documentation
2025-10-20 15:17:14 +03:00
ofir-frd
eebdeea9f9
docs: Restore Claude Haiku 4.5 benchmark results and analysis to PR benchmark documentation
2025-10-20 10:56:29 +03:00
ofir-frd
cb1c82073b
docs: add Claude Haiku 4.5 benchmark results to PR benchmark documentation
2025-10-20 10:42:23 +03:00
ofir-frd
335dadd0ac
docs: reorder model rankings in PR benchmark documentation by performance score
2025-10-20 10:25:47 +03:00
ofir-frd
33744d9544
docs: update Claude Sonnet 4.5 thinking benchmark results and reorder model rankings
2025-10-20 10:15:42 +03:00
Tomas Hruska
bf1cc50ece
feat: improvements for Gitea integration
2025-10-19 16:00:01 +02:00
Yunosuke Yamada
d67d053ae5
docs: The default for pr_code_suggestions.enable_chat_text is false.
2025-10-17 15:33:17 +09:00
Yunosuke Yamada
e43bf05c6e
docs: The default for pr_description.final_update_message is true.
2025-10-17 15:32:38 +09:00
Hussam Lawen
f2ba770558
Merge pull request #2067 from yamoyamoto/fix/safe-attribute-access-in-review-prompt-template
...
Build-and-test / build-and-test (push) Has been cancelled
docs-ci / deploy (push) Has been cancelled
fix: safe attribute access in review prompt template
2025-10-16 17:42:24 +03:00
Hussam Lawen
3dd373a77e
Update pr_agent/settings/pr_reviewer_prompts.toml
...
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-10-16 17:38:34 +03:00
ofir-frd
b9c6a2c747
Merge pull request #2069 from qodo-ai/of/doc-bentchmark-Claude-Haiku-4.5
...
docs: Add Claude Haiku 4.5 benchmark
2025-10-16 15:57:48 +03:00
ofir-frd
a6e11f60ce
docs: update Claude Haiku 4.5 benchmark score label from normalized to final
2025-10-16 15:49:44 +03:00
ofir-frd
604c17348d
docs: remove unnecessary whitespace in index documentation
2025-10-16 15:39:32 +03:00
ofir-frd
8c7712bf30
docs: add Claude Haiku 4.5 benchmark results to PR benchmark documentation
2025-10-16 15:38:11 +03:00
ofir-frd
7969e4ba30
docs: correct formatting of Claude Sonnet version in documentation
2025-10-16 10:50:17 +03:00
ofir-frd
dcab8a893c
Merge pull request #2068 from qodo-ai/of/toggleable-compliance-sections-docs
...
Build-and-test / build-and-test (push) Has been cancelled
docs-ci / deploy (push) Has been cancelled
docs: add section visibility configuration options to compliance tool
2025-10-14 21:18:14 +03:00
ofir-frd
2230da73fd
docs: clarify description of codebase duplication compliance section in documentation
2025-10-14 21:04:03 +03:00
ofir-frd
f251a8a6cb
docs: add section visibility configuration options to compliance tool documentation
2025-10-14 20:56:43 +03:00