diff options
Diffstat (limited to 'packages/plugin/src')
| -rw-r--r-- | packages/plugin/src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/plugin/src/index.ts b/packages/plugin/src/index.ts index 86e7ae934..4cc84a5f3 100644 --- a/packages/plugin/src/index.ts +++ b/packages/plugin/src/index.ts @@ -185,6 +185,7 @@ export interface Hooks { input: { tool: string; sessionID: string; callID: string }, output: { args: any }, ) => Promise<void> + "shell.env"?: (input: { cwd: string }, output: { env: Record<string, string> }) => Promise<void> "tool.execute.after"?: ( input: { tool: string; sessionID: string; callID: string }, output: { |
