@opencode-ai/plugin 1.0.134 → 1.0.138
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 +7 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -159,4 +159,11 @@ export interface Hooks {
|
|
|
159
159
|
output: string;
|
|
160
160
|
metadata: any;
|
|
161
161
|
}) => Promise<void>;
|
|
162
|
+
"experimental.text.complete"?: (input: {
|
|
163
|
+
sessionID: string;
|
|
164
|
+
messageID: string;
|
|
165
|
+
partID: string;
|
|
166
|
+
}, output: {
|
|
167
|
+
text: string;
|
|
168
|
+
}) => Promise<void>;
|
|
162
169
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@opencode-ai/plugin",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.138",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"typecheck": "tsgo --noEmit",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"dist"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@opencode-ai/sdk": "1.0.
|
|
24
|
+
"@opencode-ai/sdk": "1.0.138",
|
|
25
25
|
"zod": "4.1.8"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@tsconfig/node22": "22.0.2",
|
|
29
29
|
"@types/node": "22.13.9",
|
|
30
30
|
"typescript": "5.8.2",
|
|
31
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
31
|
+
"@typescript/native-preview": "7.0.0-dev.20251207.1"
|
|
32
32
|
}
|
|
33
33
|
}
|