Skip to content

Fix #596: Qwen integration: qwen3.5-plus unsupported and OAuth setup ...#705

Open
Zakir Jiwani (JiwaniZakir) wants to merge 1 commit intobrowseros-ai:devfrom
JiwaniZakir:fix/596-qwen-integration-qwen3-5-plus-unsupporte
Open

Fix #596: Qwen integration: qwen3.5-plus unsupported and OAuth setup ...#705
Zakir Jiwani (JiwaniZakir) wants to merge 1 commit intobrowseros-ai:devfrom
JiwaniZakir:fix/596-qwen-integration-qwen3-5-plus-unsupporte

Conversation

@JiwaniZakir
Copy link
Copy Markdown

Closes #596

Removes qwen3.5-plus from the CUSTOM_PROVIDER_MODELS list in models.ts because the model is unsupported by the Qwen Code OAuth provider and causes 15005ms timeout errors. The three remaining entries (coder-model, qwen3-coder-plus, qwen3-coder-flash) are all confirmed working with the OAuth flow.

  • entrypoints/app/ai-settings/models.ts: deleted the { modelId: 'qwen3.5-plus', contextLength: 1000000 } entry from the qwen-code block in CUSTOM_PROVIDER_MODELS
  • entrypoints/app/ai-settings/models.test.ts (new): adds getModelsForProvider('qwen-code') unit tests asserting the three valid model IDs are present and qwen3.5-plus is absent

Verified by the new Bun test suite, which explicitly asserts ids does not contain 'qwen3.5-plus' and does contain 'coder-model', 'qwen3-coder-plus', and 'qwen3-coder-flash'.


This PR was created with AI assistance (Claude). The changes were reviewed by quality gates and a critic model before submission.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 15, 2026

PR author is not in the allowed authors list.

@github-actions
Copy link
Copy Markdown
Contributor

Thank you for your contribution! Before we can merge this PR, we need you to sign our Contributor License Agreement.

To sign the CLA, please add a comment to this PR with the following text:

I have read the CLA Document and I hereby sign the CLA

You only need to sign once. After signing, this check will pass automatically.


Troubleshooting
  • Already signed but still failing? Comment recheck to trigger a re-verification.
  • Signed with a different email? Make sure your commit email matches your GitHub account email, or add your commit email to your GitHub account.
- - - I have read the CLA Document and I hereby sign the CLA - - - You can retrigger this bot by commenting **recheck** in this Pull Request. Posted by the **CLA Assistant Lite bot**.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Qwen integration: qwen3.5-plus unsupported and OAuth setup fails

1 participant