From 56ad2db02055955f926fda0e4a89055b22ead6f9 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 12 Feb 2026 09:54:47 -0500 Subject: core: expose tool arguments in shell hook for plugin visibility --- packages/plugin/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/plugin/src') diff --git a/packages/plugin/src/index.ts b/packages/plugin/src/index.ts index 4cc84a5f3..664f2c967 100644 --- a/packages/plugin/src/index.ts +++ b/packages/plugin/src/index.ts @@ -187,7 +187,7 @@ export interface Hooks { ) => Promise "shell.env"?: (input: { cwd: string }, output: { env: Record }) => Promise "tool.execute.after"?: ( - input: { tool: string; sessionID: string; callID: string }, + input: { tool: string; sessionID: string; callID: string; args: any }, output: { title: string output: string -- cgit v1.2.3