@kilocode/plugin 7.4.7 → 7.4.9
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/index.d.ts +5 -0
- package/package.json +9 -9
package/dist/index.d.ts
CHANGED
|
@@ -268,6 +268,11 @@ export interface Hooks {
|
|
|
268
268
|
}, output: {
|
|
269
269
|
system: string[];
|
|
270
270
|
}) => Promise<void>;
|
|
271
|
+
"experimental.provider.small_model"?: (input: {
|
|
272
|
+
provider: ProviderV2;
|
|
273
|
+
}, output: {
|
|
274
|
+
model?: ModelV2;
|
|
275
|
+
}) => Promise<void>;
|
|
271
276
|
/**
|
|
272
277
|
* Called before session compaction starts. Allows plugins to customize
|
|
273
278
|
* the compaction prompt.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@kilocode/plugin",
|
|
4
|
-
"version": "7.4.
|
|
4
|
+
"version": "7.4.9",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@kilocode/sdk": "7.4.
|
|
30
|
-
"effect": "4.0.0-beta.
|
|
29
|
+
"@kilocode/sdk": "7.4.9",
|
|
30
|
+
"effect": "4.0.0-beta.74",
|
|
31
31
|
"zod": "4.1.8"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@opentui/core": ">=0.2
|
|
35
|
-
"@opentui/solid": ">=0.2
|
|
36
|
-
"@opentui/keymap": ">=0.2
|
|
34
|
+
"@opentui/core": ">=0.3.2",
|
|
35
|
+
"@opentui/solid": ">=0.3.2",
|
|
36
|
+
"@opentui/keymap": ">=0.3.2"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@opentui/core": {
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@opentui/core": "0.2
|
|
51
|
-
"@opentui/solid": "0.2
|
|
50
|
+
"@opentui/core": "0.3.2",
|
|
51
|
+
"@opentui/solid": "0.3.2",
|
|
52
52
|
"@tsconfig/node22": "22.0.2",
|
|
53
53
|
"@types/node": "24.12.4",
|
|
54
54
|
"typescript": "5.8.2",
|
|
55
55
|
"@typescript/native-preview": "7.0.0-dev.20260316.1",
|
|
56
|
-
"@opentui/keymap": "0.2
|
|
56
|
+
"@opentui/keymap": "0.3.2"
|
|
57
57
|
},
|
|
58
58
|
"repository": {
|
|
59
59
|
"type": "git",
|