@ex-machina/opencode-plugin 1.1.25-exmachina.6 → 1.1.25-exmachina.8

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 +7 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -164,6 +164,13 @@ export interface Hooks {
164
164
  }, output: {
165
165
  status: "ask" | "deny" | "allow";
166
166
  }) => Promise<void>;
167
+ "command.execute.before"?: (input: {
168
+ command: string;
169
+ sessionID: string;
170
+ arguments: string;
171
+ }, output: {
172
+ parts: Part[];
173
+ }) => Promise<void>;
167
174
  "tool.execute.before"?: (input: {
168
175
  tool: string;
169
176
  sessionID: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@ex-machina/opencode-plugin",
4
- "version": "1.1.25-exmachina.6",
4
+ "version": "1.1.25-exmachina.8",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@ex-machina/opencode-sdk": "1.1.25-exmachina.6",
25
+ "@ex-machina/opencode-sdk": "1.1.25-exmachina.8",
26
26
  "zod": "4.1.8"
27
27
  },
28
28
  "repository": {