@openclaw/kilocode-provider 2026.7.1-beta.1 → 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.
package/dist/stream.js CHANGED
@@ -66,4 +66,4 @@ function wrapKilocodeProviderStream(ctx) {
66
66
  return createKilocodeStreamWrapper(ctx.streamFn, resolveKilocodeThinkingLevel(ctx));
67
67
  }
68
68
  //#endregion
69
- export { createKilocodeStreamWrapper, wrapKilocodeProviderStream };
69
+ export { wrapKilocodeProviderStream };
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/kilocode-provider",
3
- "version": "2026.7.1-beta.1",
3
+ "version": "2026.7.1-beta.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/kilocode-provider",
9
- "version": "2026.7.1-beta.1"
9
+ "version": "2026.7.1-beta.4"
10
10
  }
11
11
  }
12
12
  }
@@ -30,6 +30,7 @@
30
30
  "provider": "kilocode",
31
31
  "method": "api-key",
32
32
  "choiceId": "kilocode-api-key",
33
+ "appGuidedSecret": true,
33
34
  "choiceLabel": "Kilo Gateway API key",
34
35
  "choiceHint": "API key (OpenRouter-compatible)",
35
36
  "groupId": "kilocode",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/kilocode-provider",
3
- "version": "2026.7.1-beta.1",
3
+ "version": "2026.7.1-beta.4",
4
4
  "description": "OpenClaw Kilo Gateway 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.1"
21
+ "pluginApi": ">=2026.7.1-beta.4"
22
22
  },
23
23
  "build": {
24
- "openclawVersion": "2026.7.1-beta.1",
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.1"
42
+ "openclaw": ">=2026.7.1-beta.4"
43
43
  },
44
44
  "peerDependenciesMeta": {
45
45
  "openclaw": {