opencode-qwen-cli-auth 2.3.6 → 2.3.7

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 +2 -2
  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.6
14
+ * @version 2.3.7
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 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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-qwen-cli-auth",
3
- "version": "2.3.6",
3
+ "version": "2.3.7",
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",