@opencode-ai/plugin 1.1.48 → 1.1.50

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 +5 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -171,6 +171,11 @@ export interface Hooks {
171
171
  }, output: {
172
172
  args: any;
173
173
  }) => Promise<void>;
174
+ "shell.env"?: (input: {
175
+ cwd: string;
176
+ }, output: {
177
+ env: Record<string, string>;
178
+ }) => Promise<void>;
174
179
  "tool.execute.after"?: (input: {
175
180
  tool: string;
176
181
  sessionID: string;
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.1.48",
4
+ "version": "1.1.50",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@opencode-ai/sdk": "1.1.48",
25
+ "@opencode-ai/sdk": "1.1.50",
26
26
  "zod": "4.1.8"
27
27
  },
28
28
  "devDependencies": {