opencode-qwen-cli-auth 2.1.1 → 2.2.0

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -177,6 +177,7 @@ export const QwenAuthPlugin = async (_input) => {
177
177
  limit: { context: 1048576, output: 65536 },
178
178
  cost: { input: 0, output: 0 },
179
179
  modalities: { input: ["text"], output: ["text"] },
180
+ options: { extraBody: { enable_thinking: true } },
180
181
  },
181
182
  "vision-model": {
182
183
  id: "vision-model",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-qwen-cli-auth",
3
- "version": "2.1.1",
3
+ "version": "2.2.0",
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",