@opencode-ai/plugin 1.0.224 → 1.1.2

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 +3 -2
package/dist/index.d.ts CHANGED
@@ -123,6 +123,7 @@ export interface Hooks {
123
123
  modelID: string;
124
124
  };
125
125
  messageID?: string;
126
+ variant?: string;
126
127
  }, output: {
127
128
  message: UserMessage;
128
129
  parts: Part[];
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/plugin",
4
- "version": "1.0.224",
4
+ "version": "1.1.2",
5
5
  "type": "module",
6
+ "license": "MIT",
6
7
  "scripts": {
7
8
  "typecheck": "tsgo --noEmit",
8
9
  "build": "tsc"
@@ -21,7 +22,7 @@
21
22
  "dist"
22
23
  ],
23
24
  "dependencies": {
24
- "@opencode-ai/sdk": "1.0.224",
25
+ "@opencode-ai/sdk": "1.1.2",
25
26
  "zod": "4.1.8"
26
27
  },
27
28
  "devDependencies": {