
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
qwen-opencode-provider
Advanced tools
OpenCode plugin for Qwen API - auto adds provider with 28+ models
OpenCode plugin for Qwen API - auto-configures models.
⚠️ Plugin requires manual provider config - OpenCode doesn't support auto-registering providers via plugins yet.
Plugin only auto-configures the model list.
{
"plugin": ["qwen-opencode-provider"]
}
Add this to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["qwen-opencode-provider"],
"provider": {
"qwen": {
"npm": "@ai-sdk/openai-compatible",
"name": "Qwen",
"options": {
"baseURL": "https://qwen.aikit.club/v1",
"apiKey": "YOUR_QWEN_TOKEN"
},
"models": {}
}
}
}
localStorage.getItem('token')/connect
# Select: Other
# Enter: qwen
/models
# Select Qwen model
Plugin auto-configures these models:
| Model | Context | Output |
|---|---|---|
| qwen3-max | 262K | 32K |
| qwen3-vl-plus | 262K | 32K |
| qwen3-coder-plus | 1M | 65K |
| qwen3-vl-32b | 131K | 32K |
| qwen3-coder-flash | 262K | 65K |
| qwq-32b | - | - |
| qwen-deep-research | - | - |
MIT
FAQs
OpenCode plugin for Qwen API - auto adds provider with 28+ models
We found that qwen-opencode-provider demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.