opencode-qwen-cli-auth 2.3.5 → 2.3.6

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 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@
11
11
  *
12
12
  * @license MIT with Usage Disclaimer (see LICENSE file)
13
13
  * @repository https://github.com/TVD-00/opencode-qwen-cli-auth
14
- * @version 2.3.5
14
+ * @version 2.3.6
15
15
  */
16
16
 
17
17
  import { randomUUID } from "node:crypto";
@@ -1400,7 +1400,7 @@ export const QwenAuthPlugin = async (_input) => {
1400
1400
  models: {
1401
1401
  "coder-model": {
1402
1402
  id: "coder-model",
1403
- name: "Qwen Coder (Qwen 3.5 Plus)",
1403
+ name: "Qwen 3.5 Plus)",
1404
1404
  // Qwen does not support reasoning_effort from OpenCode UI
1405
1405
  // Thinking is always enabled by default on server side (qwen3.5-plus)
1406
1406
  attachment: false,
@@ -1411,7 +1411,7 @@ export const QwenAuthPlugin = async (_input) => {
1411
1411
  },
1412
1412
  "vision-model": {
1413
1413
  id: "vision-model",
1414
- name: "Qwen VL Plus (vision)",
1414
+ name: "Qwen Vision",
1415
1415
  attachment: true,
1416
1416
  reasoning: false,
1417
1417
  limit: { context: 131072, output: DASH_SCOPE_OUTPUT_LIMITS["vision-model"] },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-qwen-cli-auth",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
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",