@opencode-ai/plugin 1.0.157 → 1.0.159

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -138,6 +138,7 @@ export interface Hooks {
138
138
  }, output: {
139
139
  temperature: number;
140
140
  topP: number;
141
+ topK: number;
141
142
  options: Record<string, any>;
142
143
  }) => Promise<void>;
143
144
  "permission.ask"?: (input: Permission, output: {
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.157",
4
+ "version": "1.0.159",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",
@@ -21,7 +21,7 @@
21
21
  "dist"
22
22
  ],
23
23
  "dependencies": {
24
- "@opencode-ai/sdk": "1.0.157",
24
+ "@opencode-ai/sdk": "1.0.159",
25
25
  "zod": "4.1.8"
26
26
  },
27
27
  "devDependencies": {