mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 03:30:40 +00:00
|
Some checks are pending
Qwen Code CI / Lint (push) Waiting to run
Qwen Code CI / Test (push) Blocked by required conditions
Qwen Code CI / Test-1 (push) Blocked by required conditions
Qwen Code CI / Test-2 (push) Blocked by required conditions
Qwen Code CI / Test-3 (push) Blocked by required conditions
Qwen Code CI / Test-4 (push) Blocked by required conditions
Qwen Code CI / Test-5 (push) Blocked by required conditions
Qwen Code CI / Test-6 (push) Blocked by required conditions
Qwen Code CI / Test-7 (push) Blocked by required conditions
Qwen Code CI / Test-8 (push) Blocked by required conditions
Qwen Code CI / Post Coverage Comment (push) Blocked by required conditions
Qwen Code CI / CodeQL (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
* fix(followup): fix follow-up suggestions not working on OpenAI-compatible providers - Respect request.model in pipeline so fastModel setting takes effect - Skip empty tools array to avoid 400 errors from providers - Override enable_thinking/reasoning from extra_body when thinking is explicitly disabled for suggestion generation - Filter thought parts from response text in both forkedQuery and baseLlm paths to prevent thinking content leaking into suggestions - Add debug logging (tag: FOLLOWUP) for suggestion generation diagnostics * fix(followup): validate fastModel belongs to current authType When the configured fastModel is from a different auth type/provider than the main model, the API call silently fails because the current content generator rejects unknown model IDs. Fall back to the main model in that case so suggestion generation stays functional. Reported by @yiliang114 in #3151. |
||
|---|---|---|
| .. | ||
| channels | ||
| cli | ||
| core | ||
| sdk-java | ||
| sdk-typescript | ||
| test-utils | ||
| vscode-ide-companion | ||
| web-templates | ||
| webui | ||
| zed-extension | ||