Skip to content

[pull] main from qodo-ai:main#199

Merged
pull[bot] merged 1 commit intojynychen:mainfrom
qodo-ai:main
Mar 13, 2026
Merged

[pull] main from qodo-ai:main#199
pull[bot] merged 1 commit intojynychen:mainfrom
qodo-ai:main

Conversation

@pull
Copy link

@pull pull bot commented Mar 13, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

…ption (#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 #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 #2230

* fix(settings): remove Pro-only label from large PR handling config

---------

Co-authored-by: Hank <pupu721@gmail.com>
@pull pull bot locked and limited conversation to collaborators Mar 13, 2026
@pull pull bot added the ⤵️ pull label Mar 13, 2026
@pull pull bot merged commit f7b1672 into jynychen:main Mar 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant