opencode-qwen-cli-auth 2.2.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -173,11 +173,12 @@ export const QwenAuthPlugin = async (_input) => {
173
173
  "coder-model": {
174
174
  id: "coder-model",
175
175
  name: "Qwen Coder (Qwen 3.5 Plus)",
176
- reasoning: true,
176
+ // Qwen khong ho tro reasoning_effort tu OpenCode UI
177
+ // Thinking luon bat mac dinh phia server (qwen3.5-plus)
178
+ reasoning: false,
177
179
  limit: { context: 1048576, output: 65536 },
178
180
  cost: { input: 0, output: 0 },
179
181
  modalities: { input: ["text"], output: ["text"] },
180
- options: { extraBody: { enable_thinking: true } },
181
182
  },
182
183
  "vision-model": {
183
184
  id: "vision-model",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-qwen-cli-auth",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Qwen OAuth authentication plugin for opencode - use your Qwen account instead of API keys",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",