@openclaw/qwen-provider 2026.7.1-beta.2 → 2026.7.1-beta.5

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/qwen-provider",
3
- "version": "2026.7.1-beta.2",
3
+ "version": "2026.7.1-beta.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/qwen-provider",
9
- "version": "2026.7.1-beta.2"
9
+ "version": "2026.7.1-beta.5"
10
10
  }
11
11
  }
12
12
  }
@@ -247,6 +247,7 @@
247
247
  "provider": "qwen",
248
248
  "method": "standard-api-key-cn",
249
249
  "choiceId": "qwen-standard-api-key-cn",
250
+ "appGuidedSecret": true,
250
251
  "deprecatedChoiceIds": ["modelstudio-standard-api-key-cn"],
251
252
  "choiceLabel": "Standard API Key for China (pay-as-you-go)",
252
253
  "choiceHint": "Endpoint: dashscope.aliyuncs.com",
@@ -262,6 +263,7 @@
262
263
  "provider": "qwen",
263
264
  "method": "standard-api-key",
264
265
  "choiceId": "qwen-standard-api-key",
266
+ "appGuidedSecret": true,
265
267
  "deprecatedChoiceIds": ["modelstudio-standard-api-key"],
266
268
  "choiceLabel": "Standard API Key for Global/Intl (pay-as-you-go)",
267
269
  "choiceHint": "Endpoint: dashscope-intl.aliyuncs.com",
@@ -277,6 +279,7 @@
277
279
  "provider": "qwen",
278
280
  "method": "api-key-cn",
279
281
  "choiceId": "qwen-api-key-cn",
282
+ "appGuidedSecret": true,
280
283
  "deprecatedChoiceIds": ["modelstudio-api-key-cn"],
281
284
  "choiceLabel": "Coding Plan API Key for China (subscription)",
282
285
  "choiceHint": "Endpoint: coding.dashscope.aliyuncs.com",
@@ -292,6 +295,7 @@
292
295
  "provider": "qwen",
293
296
  "method": "api-key",
294
297
  "choiceId": "qwen-api-key",
298
+ "appGuidedSecret": true,
295
299
  "deprecatedChoiceIds": ["modelstudio-api-key"],
296
300
  "choiceLabel": "Coding Plan API Key for Global/Intl (subscription)",
297
301
  "choiceHint": "Endpoint: coding-intl.dashscope.aliyuncs.com",
@@ -307,6 +311,7 @@
307
311
  "provider": "qwen-oauth",
308
312
  "method": "api-key",
309
313
  "choiceId": "qwen-oauth",
314
+ "appGuidedSecret": true,
310
315
  "choiceLabel": "Qwen OAuth",
311
316
  "choiceHint": "Portal token for portal.qwen.ai",
312
317
  "groupId": "qwen",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/qwen-provider",
3
- "version": "2026.7.1-beta.2",
3
+ "version": "2026.7.1-beta.5",
4
4
  "description": "OpenClaw Qwen Cloud provider plugin.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,10 +18,10 @@
18
18
  "minHostVersion": ">=2026.6.8"
19
19
  },
20
20
  "compat": {
21
- "pluginApi": ">=2026.7.1-beta.2"
21
+ "pluginApi": ">=2026.7.1-beta.5"
22
22
  },
23
23
  "build": {
24
- "openclawVersion": "2026.7.1-beta.2",
24
+ "openclawVersion": "2026.7.1-beta.5",
25
25
  "bundledDist": false
26
26
  },
27
27
  "release": {
@@ -39,7 +39,7 @@
39
39
  "README.md"
40
40
  ],
41
41
  "peerDependencies": {
42
- "openclaw": ">=2026.7.1-beta.2"
42
+ "openclaw": ">=2026.7.1-beta.5"
43
43
  },
44
44
  "peerDependenciesMeta": {
45
45
  "openclaw": {