@openclaw/stepfun-provider 2026.7.1-beta.2 → 2026.7.1-beta.4

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/stepfun-provider",
3
- "version": "2026.7.1-beta.2",
3
+ "version": "2026.7.1-beta.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/stepfun-provider",
9
- "version": "2026.7.1-beta.2"
9
+ "version": "2026.7.1-beta.4"
10
10
  }
11
11
  }
12
12
  }
@@ -86,6 +86,7 @@
86
86
  "provider": "stepfun",
87
87
  "method": "standard-api-key-cn",
88
88
  "choiceId": "stepfun-standard-api-key-cn",
89
+ "appGuidedSecret": true,
89
90
  "choiceLabel": "StepFun Standard API key (China)",
90
91
  "choiceHint": "Endpoint: api.stepfun.com/v1",
91
92
  "groupId": "stepfun",
@@ -100,6 +101,7 @@
100
101
  "provider": "stepfun",
101
102
  "method": "standard-api-key-intl",
102
103
  "choiceId": "stepfun-standard-api-key-intl",
104
+ "appGuidedSecret": true,
103
105
  "choiceLabel": "StepFun Standard API key (Global/Intl)",
104
106
  "choiceHint": "Endpoint: api.stepfun.ai/v1",
105
107
  "groupId": "stepfun",
@@ -114,6 +116,7 @@
114
116
  "provider": "stepfun-plan",
115
117
  "method": "plan-api-key-cn",
116
118
  "choiceId": "stepfun-plan-api-key-cn",
119
+ "appGuidedSecret": true,
117
120
  "choiceLabel": "StepFun Step Plan API key (China)",
118
121
  "choiceHint": "Endpoint: api.stepfun.com/step_plan/v1",
119
122
  "groupId": "stepfun",
@@ -128,6 +131,7 @@
128
131
  "provider": "stepfun-plan",
129
132
  "method": "plan-api-key-intl",
130
133
  "choiceId": "stepfun-plan-api-key-intl",
134
+ "appGuidedSecret": true,
131
135
  "choiceLabel": "StepFun Step Plan API key (Global/Intl)",
132
136
  "choiceHint": "Endpoint: api.stepfun.ai/step_plan/v1",
133
137
  "groupId": "stepfun",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/stepfun-provider",
3
- "version": "2026.7.1-beta.2",
3
+ "version": "2026.7.1-beta.4",
4
4
  "description": "OpenClaw StepFun provider plugin.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,10 +18,10 @@
18
18
  "minHostVersion": ">=2026.6.9"
19
19
  },
20
20
  "compat": {
21
- "pluginApi": ">=2026.7.1-beta.2"
21
+ "pluginApi": ">=2026.7.1-beta.4"
22
22
  },
23
23
  "build": {
24
- "openclawVersion": "2026.7.1-beta.2",
24
+ "openclawVersion": "2026.7.1-beta.4",
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.4"
43
43
  },
44
44
  "peerDependenciesMeta": {
45
45
  "openclaw": {